TheoremComplete

Cauchy Criterion for Convergence

The Cauchy Criterion provides a necessary and sufficient condition for convergence without reference to the limit. A sequence converges if and only if it is Cauchy: its terms eventually become arbitrarily close to each other. This criterion is fundamental in analysis and characterizes completeness of R\mathbb{R}.


Statement

Theorem2.1Cauchy Criterion

A sequence (an)(a_n) in R\mathbb{R} converges if and only if it is Cauchy. That is, anβ†’La_n \to L for some L∈RL \in \mathbb{R} if and only if for every Ο΅>0\epsilon > 0, there exists N∈NN \in \mathbb{N} such that

∣amβˆ’an∣<Ο΅forΒ allΒ m,nβ‰₯N.|a_m - a_n| < \epsilon \quad \text{for all } m, n \geq N.


Proof

Proof(β‡’) Convergent implies Cauchy

Suppose anβ†’La_n \to L. Given Ο΅>0\epsilon > 0, choose NN such that ∣anβˆ’L∣<Ο΅/2|a_n - L| < \epsilon/2 for all nβ‰₯Nn \geq N. Then for m,nβ‰₯Nm, n \geq N,

∣amβˆ’an∣=∣(amβˆ’L)+(Lβˆ’an)βˆ£β‰€βˆ£amβˆ’L∣+∣Lβˆ’an∣<Ο΅/2+Ο΅/2=Ο΅.|a_m - a_n| = |(a_m - L) + (L - a_n)| \leq |a_m - L| + |L - a_n| < \epsilon/2 + \epsilon/2 = \epsilon.

Thus (an)(a_n) is Cauchy.

β– 
Proof(⇐) Cauchy implies convergent

Suppose (an)(a_n) is Cauchy. We show it converges.

Step 1: (an)(a_n) is bounded. Choose NN such that ∣amβˆ’an∣<1|a_m - a_n| < 1 for all m,nβ‰₯Nm, n \geq N. Then ∣anβˆ’aN∣<1|a_n - a_N| < 1 for nβ‰₯Nn \geq N, so ∣an∣<∣aN∣+1|a_n| < |a_N| + 1 for nβ‰₯Nn \geq N. Let M=max⁑(∣a1∣,…,∣aNβˆ’1∣,∣aN∣+1)M = \max(|a_1|, \ldots, |a_{N-1}|, |a_N| + 1). Then ∣anβˆ£β‰€M|a_n| \leq M for all nn.

Step 2: (an)(a_n) has a convergent subsequence. By the Bolzano-Weierstrass theorem, the bounded sequence (an)(a_n) has a convergent subsequence ank→La_{n_k} \to L.

Step 3: The full sequence anβ†’La_n \to L. Given Ο΅>0\epsilon > 0, choose N1N_1 such that ∣amβˆ’an∣<Ο΅/2|a_m - a_n| < \epsilon/2 for all m,nβ‰₯N1m, n \geq N_1 (Cauchy condition). Choose KK such that nKβ‰₯N1n_K \geq N_1 and ∣anKβˆ’L∣<Ο΅/2|a_{n_K} - L| < \epsilon/2 (subsequence converges to LL). Then for nβ‰₯N1n \geq N_1,

∣anβˆ’L∣=∣(anβˆ’anK)+(anKβˆ’L)βˆ£β‰€βˆ£anβˆ’anK∣+∣anKβˆ’L∣<Ο΅/2+Ο΅/2=Ο΅.|a_n - L| = |(a_n - a_{n_K}) + (a_{n_K} - L)| \leq |a_n - a_{n_K}| + |a_{n_K} - L| < \epsilon/2 + \epsilon/2 = \epsilon.

Thus an→La_n \to L.

β– 
RemarkCompleteness

The direction (⇐) crucially uses the completeness of R\mathbb{R} via the Bolzano-Weierstrass theorem. Over Q\mathbb{Q}, Cauchy sequences need not converge (e.g., decimal approximations to 2\sqrt{2}).


Applications

ExampleCauchy criterion for series

A series βˆ‘an\sum a_n converges if and only if the partial sums sn=βˆ‘k=1naks_n = \sum_{k=1}^n a_k form a Cauchy sequence. Equivalently: for every Ο΅>0\epsilon > 0, there exists NN such that

βˆ£βˆ‘k=mnak∣<Ο΅forΒ allΒ nβ‰₯mβ‰₯N.\left|\sum_{k=m}^n a_k\right| < \epsilon \quad \text{for all } n \geq m \geq N.

This is the Cauchy criterion for series and is used to prove convergence tests (comparison, ratio, root tests).

ExampleConvergence of e^x series

The series ex=βˆ‘n=0∞xn/n!e^x = \sum_{n=0}^\infty x^n/n! converges for all x∈Rx \in \mathbb{R}. To see this, for m<nm < n,

βˆ£βˆ‘k=mnxkk!βˆ£β‰€βˆ‘k=mn∣x∣kk!β†’0asΒ mβ†’βˆž\left|\sum_{k=m}^n \frac{x^k}{k!}\right| \leq \sum_{k=m}^n \frac{|x|^k}{k!} \to 0 \quad \text{as } m \to \infty

(tail of a convergent series). By the Cauchy criterion, the partial sums converge.

ExampleFailure in Q

Let ana_n be the nn-th decimal approximation to 2\sqrt{2}: a1=1a_1 = 1, a2=1.4a_2 = 1.4, a3=1.41a_3 = 1.41, etc. Then (an)(a_n) is Cauchy as a sequence in Q\mathbb{Q}, but does not converge in Q\mathbb{Q} (since 2βˆ‰Q\sqrt{2} \notin \mathbb{Q}). This shows Q\mathbb{Q} is not complete.


Summary

The Cauchy criterion characterizes convergence intrinsically:

  • A sequence converges iff it is Cauchy.
  • Equivalently: R\mathbb{R} is complete (all Cauchy sequences converge).
  • Applications include convergence tests for series and uniform convergence.

See Bolzano-Weierstrass for the key lemma used in the proof, and Metric Spaces for generalizations.