Cauchy Sequences
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn the Cauchy condition, why it is equivalent to convergence in but not in , and how “complete” becomes a definition rather than an axiom. This is the cleanest statement of what makes the real numbers work.
The Concept
Section titled “The Concept”The problem with the limit definition
Section titled “The problem with the limit definition”To use the epsilon-N definition you must already know the limit . That’s fine for , awkward for something like
which converges to - a fact requiring real work to discover. You would like to prove convergence before identifying the limit.
Cauchy’s idea: instead of measuring distance to a limit, measure distances between terms.
The definition
Section titled “The definition”is a Cauchy sequence if
Two indices now, and no anywhere. The terms eventually get and stay close to each other.
Equivalently: for each , the whole tail past fits inside a window of width less than . Pushing further out shrinks the window without limit.
A common misreading: “consecutive terms get close” is not the Cauchy condition. The definition quantifies over all pairs , not just and . The counterexample is in the worked examples, and it matters.
Convergent implies Cauchy
Section titled “Convergent implies Cauchy”Every convergent sequence is Cauchy.
Proof. Suppose and let . Choose with for . For ,
∎
The triangle inequality routed through , and split in half. Same two moves as always. Note this direction needs no completeness - it holds in too.
Cauchy implies convergent: the completeness theorem
Section titled “Cauchy implies convergent: the completeness theorem”In , every Cauchy sequence converges.
This is the deep direction, and it needs completeness.
Proof. Let be Cauchy.
Step 1: it’s bounded. Apply the definition with to get with for . Fixing bounds the tail, and the finitely many earlier terms are bounded automatically.
Step 2: extract a convergent subsequence. By Bolzano-Weierstrass, some subsequence .
Step 3: the whole sequence converges to that . Let . Cauchy gives with for . Subsequential convergence gives with for . Pick any with and . Then for ,
∎
Step 3 is the interesting one: the Cauchy condition upgrades a subsequence’s limit to the whole sequence’s limit. Without it, a bounded sequence’s convergent subsequence tells you nothing about the rest - which is exactly the situation with .
What “complete” means
Section titled “What “complete” means”Combining both directions:
In , a sequence converges if and only if it is Cauchy.
A space where every Cauchy sequence converges is called complete. So the least upper bound axiom and Cauchy completeness are two descriptions of the same property, and either can be taken as the definition of .
is not complete. The sequence is Cauchy: any two terms past the -th agree to decimal places, so they differ by less than . Every term is rational. It converges to , which is not.
So the sequence bunches up around a location where no rational sits. A gap in the number system appears as a Cauchy sequence with nowhere to converge. Cantor’s construction of takes this seriously and defines a real number to be an equivalence class of Cauchy sequences of rationals, with two sequences equivalent when their difference tends to zero.
Why this matters in practice
Section titled “Why this matters in practice”The Cauchy criterion is what lets you prove convergence without solving for the limit, which is the usual situation. It is also the natural notion in settings where “the limit” is not a number you can write down: sequences of functions, of matrices, of probability distributions. Completeness of function spaces, which underpins Fourier analysis and the theory of differential equations, is exactly this definition transplanted.
Worked Examples
Section titled “Worked Examples”Example 1: Show is Cauchy directly.
Solution. Let and choose . For ,
∎
Note the estimate , a cheap over-estimate that avoids caring which of is larger.
Example 2: Consecutive terms close is not enough.
Show has but is not Cauchy.
Solution. For consecutive terms, rationalize:
So consecutive gaps vanish. But take :
So with there is no that works: not Cauchy. Indeed diverges to infinity.
This is the counterexample that makes the two-index quantifier essential. Distances between neighbours shrinking says nothing about distances across the tail.
Example 3: A Cauchy sequence of rationals with no rational limit.
Solution. Let be truncated to decimal places: Each is rational.
For both agree with to at least places, so
Given , choose with . Cauchy.
In it converges to nothing; in it converges to . Same sequence, different ambient space, different answer. That is exactly the failure of completeness.
Example 4: Use the Cauchy criterion on a series.
Show the partial sums of form a Cauchy sequence.
Solution. For ,
Given , choose with . Then for the difference is below . Cauchy, hence convergent. ∎
Convergence established without computing the sum. (It is 1, but we never needed that.)
Example 5: A sequence that fails the criterion.
Show the harmonic partial sums are not Cauchy.
Solution. Take :
There are terms, each at least , so the sum is at least .
With , no works, since we can always find such a pair beyond it. Not Cauchy, hence divergent. ∎
The harmonic series diverges even though its terms tend to zero, and the Cauchy criterion catches it in three lines.
Example 6: Cauchy sequences are bounded.
Solution. Apply the definition with : there is with for . Fix ; then for all .
The terms form a finite set, so
bounds everything. ∎
Same head-and-tail split as “convergent implies bounded,” and it is Step 1 of the completeness theorem.
Real-World Applications
Section titled “Real-World Applications”Iterative solvers and stopping rules. Real algorithms cannot test , because is unknown. They test , which is a Cauchy-style criterion. Example 2 is the warning: consecutive differences shrinking does not by itself prove convergence, which is why serious solvers add a contraction estimate or a residual check.
Numerical linear algebra. Convergence of iterative methods like conjugate gradient is established with Cauchy-type arguments in a complete normed space. Completeness of is what guarantees the iterates have a limit to find.
Function spaces and differential equations. The Picard existence theorem for ODEs builds a sequence of approximate solutions, shows it is Cauchy in a complete space of functions, and concludes a solution exists. Completeness is the entire mechanism, and the same pattern powers the Banach fixed-point theorem.
Digital arithmetic and precision. Successive decimal or binary approximations of a real number form a Cauchy sequence. Every floating-point computation is working inside a Cauchy approximation to a value the machine never reaches.
Signal reconstruction. Fourier partial sums are shown to converge by proving they are Cauchy in a suitable space. Which space you choose determines the kind of convergence you get, and hence which artifacts appear in the reconstruction.
Retrying will remove your ✅ checkmark until you pass again.