ConceptComplete

Completeness in Metric Spaces

A metric space is complete if every Cauchy sequence converges to a limit in the space. Completeness generalizes the completeness of R\mathbb{R} and is essential for fixed-point theorems, existence of solutions to differential equations, and functional analysis. Complete spaces are "without gaps" β€” there are no missing limit points.


Definition

Definition8.1Cauchy sequence

A sequence (xn)(x_n) in a metric space (X,d)(X, d) is Cauchy if for every Ο΅>0\epsilon > 0, there exists NN such that d(xm,xn)<Ο΅d(x_m, x_n) < \epsilon for all m,nβ‰₯Nm, n \geq N.

Definition8.2Complete metric space

A metric space (X,d)(X, d) is complete if every Cauchy sequence in XX converges to a limit in XX.

ExampleR is complete

By the Cauchy criterion (Theorem 2.2), R\mathbb{R} with the usual metric is complete.

ExampleQ is not complete

Q\mathbb{Q} with the usual metric is not complete. For example, the sequence 1,1.4,1.41,1.414,…1, 1.4, 1.41, 1.414, \ldots (decimal approximations to 2\sqrt{2}) is Cauchy in Q\mathbb{Q} but does not converge to a rational.

ExampleC([a, b]) is complete

The space C([a,b])C([a, b]) of continuous functions with the sup norm d(f,g)=sup⁑∣fβˆ’g∣d(f, g) = \sup |f - g| is complete. If (fn)(f_n) is Cauchy in sup norm, it converges uniformly to a continuous function f∈C([a,b])f \in C([a, b]).

Example(0, 1) is not complete

(0,1)(0, 1) with the Euclidean metric is not complete. The sequence xn=1/nx_n = 1/n is Cauchy, but its limit 0βˆ‰(0,1)0 \notin (0, 1).


Banach Fixed-Point Theorem

Theorem8.1Banach Fixed-Point Theorem (Contraction Mapping)

Let (X,d)(X, d) be a complete metric space and f:Xβ†’Xf : X \to X a contraction: there exists 0<Ξ»<10 < \lambda < 1 such that d(f(x),f(y))≀λd(x,y)d(f(x), f(y)) \leq \lambda d(x, y) for all x,y∈Xx, y \in X. Then ff has a unique fixed point: there exists unique xβˆ—βˆˆXx^* \in X with f(xβˆ—)=xβˆ—f(x^*) = x^*.

Moreover, for any x0∈Xx_0 \in X, the sequence xn+1=f(xn)x_{n+1} = f(x_n) converges to xβˆ—x^*.

RemarkApplications

The Banach Fixed-Point Theorem is used to prove existence and uniqueness of solutions to ODEs (Picard-LindelΓΆf), solve integral equations, and analyze iterative algorithms.

Examplef(x) = (x + 2)/2 on [0, 1]

f(x)=(x+2)/2f(x) = (x + 2)/2 maps [0,1][0, 1] to itself. For x,y∈[0,1]x, y \in [0, 1],

∣f(x)βˆ’f(y)∣=∣xβˆ’y∣2≀12∣xβˆ’y∣.|f(x) - f(y)| = \frac{|x - y|}{2} \leq \frac{1}{2} |x - y|.

By Banach's theorem, ff has a unique fixed point: xβˆ—=2x^* = 2 (but 2βˆ‰[0,1]2 \notin [0, 1], so this example fails). Corrected: f:[1,2]β†’[1,2]f : [1, 2] \to [1, 2] has fixed point xβˆ—=2x^* = 2.


Summary

Completeness ensures Cauchy sequences converge:

  • Rn\mathbb{R}^n, C([a,b])C([a, b]) are complete.
  • Q\mathbb{Q}, (0,1)(0, 1) are not complete.
  • Banach Fixed-Point Theorem: contractions on complete spaces have unique fixed points.

See Metric Spaces and Banach Spaces.