Cauchy sequences; completeness of R

At a Glance

Why This Chapter Matters

Cauchy sequences are the backbone of completeness and appear consistently at 10–15 marks. The three question types are: (1) prove a contractive-type sequence is Cauchy by geometric telescoping (2020); (2) apply Cauchy’s general principle to establish convergence of a concrete series (2024); (3) define Cauchy sequences and prove every convergent sequence is Cauchy, then discuss completeness (2025). All three have tight, reproducible proof templates. The 2025 question is the most theoretical — mastering it gives the clearest understanding of why completeness distinguishes R\mathbb{R} from Q\mathbb{Q}.

Minimum Theory

Definition. A sequence (an)(a_n) in R\mathbb{R} is Cauchy if for every ε>0\varepsilon > 0 there exists N∈NN \in \mathbb{N} such that ∣am−an∣<ε|a_m - a_n| < \varepsilon for all m,n≥Nm, n \ge N. The definition involves the terms themselves, with no reference to a limit value.

Cauchy criterion (completeness of R\mathbb{R}). In R\mathbb{R}, a sequence is convergent if and only if it is Cauchy. The forward direction (convergent ⇒\Rightarrow Cauchy) follows from the ε/2\varepsilon/2-triangle argument. The backward direction (Cauchy ⇒\Rightarrow convergent) is the completeness of R\mathbb{R}; Q\mathbb{Q} is not complete (decimal truncations of 2\sqrt{2} are Cauchy in Q\mathbb{Q} but have no rational limit).

Geometric telescoping. If ∣an+1−an∣≤αn−1D|a_{n+1} - a_n| \le \alpha^{n-1} D with 0<α<10 < \alpha < 1 and D=∣a2−a1∣D = |a_2 - a_1|, then for m>nm > n:

∣am−an∣≤∑k=nm−1∣ak+1−ak∣≤Dαn−1∑j=0∞αj=Dαn−11−α→0.|a_m - a_n| \le \sum_{k=n}^{m-1}|a_{k+1}-a_k| \le D\alpha^{n-1}\sum_{j=0}^{\infty}\alpha^j = \frac{D\alpha^{n-1}}{1-\alpha} \to 0.

This bound is independent of mm, so choosing NN with αN−1<ε(1−α)/D\alpha^{N-1} < \varepsilon(1-\alpha)/D completes the Cauchy argument.

Left panel: a Cauchy sequence — terms cluster within \varepsilon of each other for n \ge N, drawn as a funnel narrowing around the limiting value. Right panel: the \varepsilon/2-triangle argument — both |a_m - L| and |a_n - L| are < \varepsilon/2, so |a_m - a_n| < \varepsilon. Bottom annotation: in \mathbb{R}, Cauchy \iff convergent; in \mathbb{Q}, a Cauchy sequence can fail to converge.

Question Archetypes

ArchetypeRecognition
cauchy-contraction∥an+1−an∥≤α∥an−an−1∥\|a_{n+1}-a_n\| \le \alpha\|a_n-a_{n-1}\| with α<1\alpha < 1; prove Cauchy
cauchy-criterionexamine convergence of a concrete partial-sum sequence via Cauchy’s general principle
cauchy-convergent-proofdefine Cauchy; prove convergent ⇒\Rightarrow Cauchy; discuss completeness

cauchy-contraction (1 question; 2020)

Recognition Cues — The hypothesis gives a contractive inequality ∣an+1−an∣≤α∣an−an−1∣|a_{n+1} - a_n| \le \alpha |a_n - a_{n-1}| with 0<α<10 < \alpha < 1 for all n≥2n \ge 2. The question asks to prove (an)(a_n) is Cauchy. No explicit formula for ana_n is given — the proof is purely from the contraction estimate.

Solution Template

  1. Set dn=∣an+1−an∣d_n = |a_{n+1} - a_n|; iterate the contraction to get dn≤αn−1d1d_n \le \alpha^{n-1} d_1.
  2. For m>nm > n, telescope: ∣am−an∣≤∑k=nm−1dk≤Dαn−11−α|a_m - a_n| \le \sum_{k=n}^{m-1} d_k \le \frac{D \alpha^{n-1}}{1-\alpha} (bound independent of mm).
  3. Note αn−1→0\alpha^{n-1} \to 0 so the bound →0\to 0.
  4. Given ε>0\varepsilon > 0, choose NN so DαN−11−α<ε\frac{D\alpha^{N-1}}{1-\alpha} < \varepsilon; conclude Cauchy.

Worked Example

2020 Paper 2, 2020-P2-Q1c (10 marks)

Prove that the sequence (an)(a_n) satisfying ∣an+1−an∣≤α∣an−an−1∣|a_{n+1} - a_n| \le \alpha |a_n - a_{n-1}|, 0<α<10 < \alpha < 1, for all n≥2n \ge 2, is a Cauchy sequence.

Step 1 — Geometric bound on consecutive differences.

Let dn=∣an+1−an∣d_n = |a_{n+1} - a_n| for n≥1n \ge 1. By hypothesis dn≤αdn−1d_n \le \alpha d_{n-1} for n≥2n \ge 2. Iterating:

dn≤αn−1d1=αn−1D,D=∣a2−a1∣.d_n \le \alpha^{n-1} d_1 = \alpha^{n-1} D, \quad D = |a_2 - a_1|.

If D=0D = 0 the sequence is constant from a1a_1, hence trivially Cauchy. Assume D>0D > 0.

Step 2 — Triangle inequality bound for ∣am−an∣|a_m - a_n|.

For m>n≥1m > n \ge 1, telescoping and the triangle inequality give:

∣am−an∣≤∑k=nm−1∣ak+1−ak∣≤∑k=nm−1αk−1D=Dαn−1∑j=0m−n−1αj<Dαn−11−α.|a_m - a_n| \le \sum_{k=n}^{m-1}|a_{k+1}-a_k| \le \sum_{k=n}^{m-1}\alpha^{k-1}D = D\alpha^{n-1}\sum_{j=0}^{m-n-1}\alpha^j < \frac{D\alpha^{n-1}}{1-\alpha}.

The bound Dαn−11−α\dfrac{D\alpha^{n-1}}{1-\alpha} is independent of mm.

Step 3 — Cauchy criterion.

Since 0<α<10 < \alpha < 1, αn−1→0\alpha^{n-1} \to 0, so Dαn−11−α→0\dfrac{D\alpha^{n-1}}{1-\alpha} \to 0.

Let ε>0\varepsilon > 0. Choose NN so large that DαN−11−α<ε\dfrac{D\alpha^{N-1}}{1-\alpha} < \varepsilon. Then for all m>n≥Nm > n \ge N:

∣am−an∣≤Dαn−11−α≤DαN−11−α<ε.|a_m - a_n| \le \frac{D\alpha^{n-1}}{1-\alpha} \le \frac{D\alpha^{N-1}}{1-\alpha} < \varepsilon.

∣am−an∣≤D αn−11−α→0  ⟹  (an) is a Cauchy sequence.\boxed{|a_m - a_n| \le \frac{D\,\alpha^{n-1}}{1-\alpha} \to 0 \implies (a_n) \text{ is a Cauchy sequence.}}

Common Traps


cauchy-criterion (1 question; 2024)

Recognition Cues — The sequence fnf_n is a partial sum of a series with explicitly given terms. The question says “using Cauchy’s general principle, examine the convergence.” You must bound ∣fm−fn∣|f_m - f_n| for m>nm > n and show it can be made <ε< \varepsilon independent of mm.

Solution Template

  1. State Cauchy’s general principle explicitly.
  2. For m>nm > n, write ∣fm−fn∣=∑k=n+1m∣ak∣|f_m - f_n| = \sum_{k=n+1}^{m} |a_k|.
  3. Bound ∣ak∣|a_k| by a term of a known convergent series (here: 1/k!≤1/2k−11/k! \le 1/2^{k-1}, geometric).
  4. Sum the tail to a bound depending only on nn (not mm); show this →0\to 0.
  5. Choose NN from the tail bound; conclude convergent.

Worked Example

2024 Paper 2, 2024-P2-Q2a (15 marks)

Using Cauchy’s general principle of convergence, examine the convergence of ⟨fn⟩\langle f_n \rangle, where fn=1+11!+12!+⋯+1n!f_n = 1 + \dfrac{1}{1!} + \dfrac{1}{2!} + \cdots + \dfrac{1}{n!}.

Cauchy’s general principle. ⟨fn⟩\langle f_n \rangle converges   ⟺  \iff for every ε>0\varepsilon > 0 there exists NN such that ∣fm−fn∣<ε|f_m - f_n| < \varepsilon for all m,n≥Nm, n \ge N.

Step 1 — Bound the tail.

For m>nm > n:

∣fm−fn∣=1(n+1)!+1(n+2)!+⋯+1m!.|f_m - f_n| = \frac{1}{(n+1)!} + \frac{1}{(n+2)!} + \cdots + \frac{1}{m!}.

Factorial bound: k!≥2k−1k! \ge 2^{k-1} for all k≥1k \ge 1 (induction: 1!=1=201! = 1 = 2^0; (k+1)!=(k+1)k!≥2⋅2k−1=2k(k+1)! = (k+1)k! \ge 2 \cdot 2^{k-1} = 2^k). Hence 1/k!≤1/2k−11/k! \le 1/2^{k-1}.

∣fm−fn∣≤12n+12n+1+⋯+12m−1<∑k=n∞12k=12n−1.|f_m - f_n| \le \frac{1}{2^n} + \frac{1}{2^{n+1}} + \cdots + \frac{1}{2^{m-1}} < \sum_{k=n}^{\infty}\frac{1}{2^k} = \frac{1}{2^{n-1}}.

Step 2 — Verify Cauchy criterion.

The bound 1/2n−11/2^{n-1} is independent of mm and →0\to 0 as n→∞n \to \infty. Given ε>0\varepsilon > 0, choose NN with 1/2N−1<ε1/2^{N-1} < \varepsilon. Then for all m>n≥Nm > n \ge N:

∣fm−fn∣<12n−1≤12N−1<ε.|f_m - f_n| < \frac{1}{2^{n-1}} \le \frac{1}{2^{N-1}} < \varepsilon.

By Cauchy’s general principle:

⟨fn⟩ converges.(In fact, the limit is e=∑k=0∞1/k!.)\boxed{\langle f_n \rangle \text{ converges.} \quad (\text{In fact, the limit is } e = \sum_{k=0}^{\infty} 1/k!.)}

Common Traps


cauchy-convergent-proof (1 question; 2025)

Recognition Cues — Asks you to (a) define a Cauchy sequence, (b) prove every convergent sequence is Cauchy, and (c) discuss the importance of the Cauchy condition. Three clearly labelled parts are expected.

Solution Template

  1. Definition: state the ε\varepsilon-NN definition of a Cauchy sequence explicitly.
  2. Theorem + Proof: convergent ⇒\Rightarrow Cauchy via the ε/2\varepsilon/2 triangle argument.
  3. Importance: (i) intrinsic criterion — no need to know the limit; (ii) completeness of R\mathbb{R} — Cauchy   ⟺  \iff convergent; (iii) Q\mathbb{Q} is not complete (example); (iv) foundational role in analysis.

Worked Example

2025 Paper 2, 2025-P2-Q2a (15 marks)

Define Cauchy sequence and prove that every convergent sequence of real numbers is a Cauchy sequence. What is the importance of Cauchy condition?

Definition. A sequence (an)n≥1(a_n)_{n \ge 1} is a Cauchy sequence if for every ε>0\varepsilon > 0 there exists N∈NN \in \mathbb{N} such that

∣am−an∣<εfor all m,n≥N.|a_m - a_n| < \varepsilon \quad \text{for all } m, n \ge N.

Intuitively: the terms become arbitrarily close to one another, without reference to any limit.

Theorem. Every convergent sequence of real numbers is a Cauchy sequence.

Proof. Suppose (an)→L∈R(a_n) \to L \in \mathbb{R}: for every ε>0\varepsilon > 0 there exists NN with ∣an−L∣<ε/2|a_n - L| < \varepsilon/2 for all n≥Nn \ge N. For any m,n≥Nm, n \ge N, the triangle inequality gives:

∣am−an∣=∣(am−L)−(an−L)∣≤∣am−L∣+∣an−L∣<ε2+ε2=ε.|a_m - a_n| = |(a_m - L) - (a_n - L)| \le |a_m - L| + |a_n - L| < \frac{\varepsilon}{2} + \frac{\varepsilon}{2} = \varepsilon.

Hence (an)(a_n) is Cauchy. ■\blacksquare

Importance of the Cauchy condition.

  1. Intrinsic convergence test. Cauchy’s condition uses only the terms of the sequence — no prior knowledge of the limit. This allows us to establish convergence even when the limit is unknown.

  2. Completeness of R\mathbb{R}. The converse (every Cauchy sequence in R\mathbb{R} converges) is the completeness of R\mathbb{R}. Together:

a real sequence converges  ⟺  it is Cauchy.\text{a real sequence converges} \iff \text{it is Cauchy.}

  1. Q\mathbb{Q} is not complete. The decimal truncations of 2\sqrt{2} form a Cauchy sequence in Q\mathbb{Q} but converge to an irrational; completeness is a special feature of R\mathbb{R}.

  2. Foundational role. Completeness underlies convergence of series (Cauchy series test), uniform convergence, Cantor’s construction of R\mathbb{R} from Q\mathbb{Q}, the Banach fixed-point theorem, and the general theory of Banach spaces.

Real sequence converges  ⟺  Cauchy(completeness of R).\boxed{\text{Real sequence converges} \iff \text{Cauchy} \quad (\text{completeness of } \mathbb{R}).}

Common Traps

Marks-Aware Writing

10-mark answer (cauchy-contraction): Four steps — geometric iteration, telescoping bound, send to zero, ε\varepsilon-NN conclusion. Each step needs one or two lines of algebra. Handle D=0D=0 in one sentence.

15-mark answer (cauchy-criterion): State Cauchy’s principle first (2 lines), establish k!≥2k−1k! \ge 2^{k-1} by induction (4 lines), bound ∣fm−fn∣<1/2n−1|f_m - f_n| < 1/2^{n-1} (3 lines), choose NN and close (3 lines).

15-mark answer (cauchy-convergent-proof): Three sections of roughly equal length — definition (3 lines), theorem + proof (5 lines), importance (6–8 lines covering at least 3 points). The importance section carries roughly a third of the marks.

Practice Set

Ready to drill what you just read?

Daily Practice turns these patterns into one adaptive set a day — practised daily until they're automatic, free for everyone.

See Daily Practice →

This chapter is part of the Maths Coverage Map — 14 years, mapped. Get the take-away PDF free.