Mathematics · Glossary

What is complete metric space?

Definition 4.7 University Mathematics — Year 2 · Chapter 4 — Topology of Metric Spaces

A sequence (xn)(x_n) is Cauchy when supp,qNd(xp,xq)0\sup_{p, q \geq N} d(x_p, x_q) \to 0 as NN \to \infty. A metric space is complete when every Cauchy sequence converges. Convergent \Rightarrow Cauchy always; closed subsets of complete spaces are complete, and complete subsets of any space are closed (same proofs as on R\R: Year 1 volume).

Examples

Example 4.8 (Cauchy without a limit)

In X=QX = \Q with the usual distance, the decimal truncations of 2\sqrt2,

x0=1,x1=1.4,x2=1.41,x3=1.414,x_0 = 1,\quad x_1 = 1.4,\quad x_2 = 1.41,\quad x_3 = 1.414, \quad\dots

satisfy xpxq10min(p,q)\abs{x_p - x_q} \leq 10^{-\min(p,q)}: Cauchy in Q\Q. A limit in Q\Q would also be the limit in R\R, namely 2Q\sqrt2 \notin \Q: no limit exists in XX. Incompleteness is the presence of such “phantom limits”; completeness of R\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])X = C(\intcc{0}{1}) (complete, Theorem 4.9), consider T(f)(x)=1+120xf(t) ⁣dtT(f)(x) = 1 + \frac12 \int_0^x f(t)\,\dd t. For f,gXf, g \in X:

T(f)(x)T(g)(x)120xfg12d(f,g),\abs{T(f)(x) - T(g)(x)} \leq \frac12 \int_0^x \abs{f - g} \leq \frac12\, d_\infty(f, g),

so TT is a 12\frac12-contraction: it has a unique continuous fixed point — the solution of f=f2f' = \frac f2, f(0)=1f(0) = 1, namely ex/2\eu^{x/2}. This scheme, industrialized, becomes the Cauchy–Lipschitz theorem of Chapter 16.

Example 4.14 (A numerical fixed point: x=cosxx = \cos x)

On the complete X=[0,1]X = \intcc{0}{1}, the map f=cosf = \cos sends XX into [cos1,1]X\intcc{\cos 1}{1} \subseteq X and is a contraction: by the mean value inequality,

cosxcosy(sup[0,1]sin)xy=(sin1)xy,sin10.841<1.\abs{\cos x - \cos y} \leq \bigl(\sup_{\intcc01}\abs{\sin}\bigr) \abs{x - y} = (\sin 1)\abs{x - y}, \qquad \sin 1 \approx 0.841 < 1 .

Banach: a unique solution of x=cosxx = \cos x in [0,1]\intcc01 (hence in R\R: any real fixed point lies in [1,1]\intcc{-1}{1}, then in [cos1,1]\intcc{\cos 1}{1} after one application), and the iteration xn+1=cosxnx_{n+1} = \cos x_n converges to it from any start: x0.739085x_\infty \approx 0.739085, the famous number obtained by hammering the cosine key of a calculator. The error bound predicts (sin1)n/(1sin1)(\sin1)^n/(1 - \sin1) decay — about one digit per 1313 presses; the a posteriori bound of this chapter’s weekend problem (question 14) certifies each step on the fly.

Read in context →
Definition 7.1 University Mathematics — Year 3 · Chapter 7 — Complete Spaces: Baire, Ascoli, Stone–Weierstrass

A metric space is complete if every Cauchy sequence converges (Year 2: Rn\R^n is complete; C([0,1])\mathcal C(\intcc01) with \norm\cdot_\infty 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 ⁣:RdRdg \colon \R^d \to \R^d be kk-Lipschitz with k<1k < 1. Then φ=id+g\varphi = \mathrm{id} + g is a homeomorphism of Rd\R^d onto Rd\R^d. Injectivity, with a quantitative modulus:

φ(x)φ(y)xyg(x)g(y)(1k)xy.\norm{\varphi(x) - \varphi(y)} \geq \norm{x - y} - \norm{g(x) - g(y)} \geq (1 - k)\norm{x - y} .

Surjectivity is the fixed point theorem: solving φ(x)=y\varphi(x) = y means x=yg(x)x = y - g(x), and xyg(x)x \mapsto y - g(x) is a kk-contraction of the complete Rd\R^d — a unique solution x=ψ(y)x = \psi(y) exists for every yy. The displayed inequality makes the inverse ψ\psi Lipschitz with constant 11k\frac1{1-k}: 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 DfDf is invertible, ff is 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 11k\frac{1}{1-k} times the perturbation.

Read in context →