Definition 4.7University Mathematics — Year 2 · Chapter 4 — Topology of Metric Spaces
A sequence (xn) is Cauchy when supp,q≥Nd(xp,xq)→0 as N→∞. A metric space is complete when every Cauchy sequence converges. Convergent ⇒ Cauchy always; closed subsets of complete spaces are complete, and complete subsets of any space are closed (same proofs as on R: Year 1 volume).
Examples
Example 4.8(Cauchy without a limit)
In X=Q with the usual distance, the decimal truncations of 2,
x0=1,x1=1.4,x2=1.41,x3=1.414,…
satisfy ∣xp−xq∣≤10−min(p,q): Cauchy in Q. A limit in Q would also be the limit in R, namely 2∈/Q: no limit exists in X. Incompleteness is the presence of such “phantom limits”; completeness of R was engineered in the Year 1 volume precisely to give every Cauchy sequence a home.
Example 4.13(An integral equation)
On X=C([0,1]) (complete, Theorem 4.9), consider T(f)(x)=1+21∫0xf(t)dt. For f,g∈X:
∣T(f)(x)−T(g)(x)∣≤21∫0x∣f−g∣≤21d∞(f,g),
so T is a 21-contraction: it has a unique continuous fixed point — the solution of f′=2f, f(0)=1, namely ex/2. This scheme, industrialized, becomes the Cauchy–Lipschitz theorem of Chapter 16.
Example 4.14(A numerical fixed point: x=cosx)
On the completeX=[0,1], the map f=cos sends X into [cos1,1]⊆X and is a contraction: by the mean value inequality,
Banach: a unique solution of x=cosx in [0,1] (hence in R: any real fixed point lies in [−1,1], then in [cos1,1] after one application), and the iteration xn+1=cosxn converges to it from any start: x∞≈0.739085, the famous number obtained by hammering the cosine key of a calculator. The error bound predicts (sin1)n/(1−sin1) decay — about one digit per 13 presses; the a posteriori bound of this chapter’s weekend problem (question 14) certifies each step on the fly.
Read in context →
Definition 7.1University Mathematics — Year 3 · Chapter 7 — Complete Spaces: Baire, Ascoli, Stone–Weierstrass
A metric space is complete if every Cauchy sequence converges (Year 2: Rn is complete; C([0,1]) with ∥⋅∥∞ is complete). A closed subset of a complete space is complete; a complete subset of any metric space is closed.
Examples
Example 7.5(Perturbing the identity)
Let g:Rd→Rd be k-Lipschitz with k<1. Then φ=id+g is a homeomorphism of Rd onto Rd. Injectivity, with a quantitative modulus:
∥φ(x)−φ(y)∥≥∥x−y∥−∥g(x)−g(y)∥≥(1−k)∥x−y∥.
Surjectivity is the fixed point theorem: solving φ(x)=y means x=y−g(x), and x↦y−g(x) is a k-contraction of the completeRd — a unique solution x=ψ(y) exists for every y. The displayed inequality makes the inverse ψ Lipschitz with constant 1−k1: a homeomorphism, with explicit bounds on both moduli. This innocuous-looking statement is the engine inside the inverse function theorem (Chapter 20): near a point where Df is invertible, fis an invertible linear map plus a small Lipschitz perturbation, and today’s example does the rest. It also quantifies numerical robustness: a system perturbed by less than the inverse’s margin remains solvable, with the solution moving by at most 1−k1 times the perturbation.