How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced — the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted — a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated — a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
A contraction of a nonempty complete metric space into itself has exactly one fixed point, the limit of the iterates from any starting point
Statement
Let be a nonempty complete metric space (Complete metric space: every Cauchy sequence converges in the space) and let be a contraction with constant , so for all and (Lipschitz map, -Hölder map for rational , and contraction). Then:
- There is exactly one with .
- For every the sequence of iterates, defined by recursion (The recursion theorem) by , converges to in (Convergence of a sequence in a metric space: iff in ). In particular the limit does not depend on .
- For all with , with the integer power of Integer powers .
Claim 3 is the quantitative form of the argument that proves claims 1 and 2, and it is recorded in the statement because the error estimates (The a priori bound and the a posteriori bound ) are read off from it.
Facts & Assumptions
Given: A nonempty complete metric space , a contraction with constant satisfying , a starting point , and a real . Write .
Contraction: for all , with (Lipschitz map, -Hölder map for rational , and contraction).
is complete and nonempty (Complete metric space: every Cauchy sequence converges in the space).
Recursion: for and there is a unique with as given and (The recursion theorem).
Induction on (The principle of mathematical induction).
Integer powers and their laws: , , , and for (Integer powers , Laws of integer exponents).
Laws of finite sums: splitting, index shift, scaling and monotonicity (Laws of finite sums and finite products, Finite sums and finite products, by recursion).
for , and a constant multiple of a null sequence is null (For the sequence is null, and for the sequence diverges to , Algebra of limits: sums, scalar multiples, products and quotients, Limits and Cauchy sequences of reals).
Triangle inequality (M3), symmetry (M2) and separation (M1) of a metric, and nonnegativity (Metric space: iff , symmetry, and the triangle inequality; pseudometric and ultrametric, Nonnegativity of a metric is a consequence of the other axioms, not an axiom).
A contraction is continuous, hence sequentially continuous (Contraction implies Lipschitz implies uniformly continuous implies continuous; every Hölder map is uniformly continuous, and a Lipschitz map on a bounded space is Hölder for every exponent, For a map of metric spaces the following agree: - continuity everywhere, preimages of open sets are open, preimages of closed sets are closed, sequential continuity, and ).
Limits in a metric space are unique, and convergence may be tested with real (A sequence in a metric space has at most one limit, Convergence of a sequence in a metric space: iff in , Cauchy sequence in a metric space, The rationals embed densely in the reals).
Proof
is nonempty, so a starting point exists, and [L1] produces the sequence of iterates with for every .
If and then , so ; since this forces , and gives and .
For every , , by induction on : at this reads ; and if it holds at then .
For all , , by induction on from the triangle inequality: at both sides are , since an empty sum is ; and .
Combining, for : , using the index shift and monotonicity of finite sums. This is claim 3.
The sequence of reals is null by [L6], so there is with for every , the terms being nonnegative. Hence for all we get by step 3.1 and symmetry of , so is Cauchy.
By [A2] the sequence converges: for some .
is continuous, so , that is ; and as well, since given a real an index with for also serves for the shifted indices when .
By uniqueness of limits , so is a fixed point and the iterates from converge to it.
So a fixed point exists by step 7.1 and there is at most one by step 1.2, which is claim 1; the iterates from an arbitrary converge to a fixed point by step 7.1, hence to the unique one, which is claim 2; and claim 3 is step 3.1.
Remarks
- Every hypothesis is used, and each has a witness for its necessity. Completeness: on is a contraction with constant and no fixed point ( maps into itself, is a -contraction, and has no fixed point ↗). Nonemptiness: the empty metric space is complete and the empty map is a contraction with no fixed point, which is why the statement says nonempty. A constant strictly below : the condition for is strictly weaker and does not suffice (FALSE: for all on a complete metric space forces a fixed point, on strictly decreases every distance and has no fixed point ↗).
- The proof is constructive in a usable sense. It does not merely assert a fixed point: it names the sequence that converges to it, from any starting point whatever, and step 3.1 bounds the distance to the limit in terms of the first step alone. That is what makes the theorem an algorithm rather than an existence statement, and The a priori bound and the a posteriori bound is the statement of the two bounds a computation actually uses.
- Where the geometric series enters. Only through [L4], which is the factorisation read backwards (Factorisation of , and the resulting Lipschitz estimate). No theory of infinite series is used or needed: every sum in the proof is finite, and the passage to the limit is made once, at step 4.1, through the null sequence .
- Uniqueness is cheaper than existence and uses neither completeness nor recursion: step 1.2 is three lines from the contraction inequality alone. It is what makes claim 2 unambiguous, since it forces the limits obtained from different starting points to coincide.
Depends on
- Lipschitz map, $\alpha$-Hölder map for rational $0 < \alpha \le 1$, and contraction
- Complete metric space: every Cauchy sequence converges in the space
- Cauchy sequence in a metric space
- The recursion theorem
- For $|r| < 1$ the sequence $r^k$ is null, and for $|r| > 1$ the sequence $|r|^k$ diverges to $+\infty$
- Integer powers $a^m$
- Convergence of a sequence in a metric space: $x_k \to x$ iff $d(x_k, x) \to 0$ in $\mathbb{R}$
- A sequence in a metric space has at most one limit
- Contraction implies Lipschitz implies uniformly continuous implies continuous; every Hölder map is uniformly continuous, and a Lipschitz map on a bounded space is Hölder for every exponent
- For a map of metric spaces the following agree: $\varepsilon$-$\delta$ continuity everywhere, preimages of open sets are open, preimages of closed sets are closed, sequential continuity, and $f(\overline{A}) \subseteq \overline{f(A)}$
- Factorisation of $b^n - a^n$, and the resulting Lipschitz estimate
- Finite sums and finite products, by recursion
- Laws of finite sums and finite products
- The principle of mathematical induction
- Metric space: $d(x,y) = 0$ iff $x = y$, symmetry, and the triangle inequality; pseudometric and ultrametric
- Inverses of positives are positive, and reciprocation reverses order
- Algebra of limits: sums, scalar multiples, products and quotients
- Laws of integer exponents
- Nonnegativity of a metric is a consequence of the other axioms, not an axiom
- Limits and Cauchy sequences of reals
- The rationals embed densely in the reals
Used by
- The a priori bound d(x^*, xₙ) ≤ qⁿ d(x₁,x₀)/(1-q) and the a posteriori bound d(x^*, xₙ₊₁) ≤ q d(xₙ₊₁,xₙ)/(1-q) Corollary
- x ↦ x + 1/x on [1,∞) strictly decreases every distance and has no fixed point Counterexample
- x ↦ x/2 maps (0,1] into itself, is a 1/2-contraction, and has no fixed point Counterexample
- The map x ↦ (x + 2/x)/2 is a contraction of [1,2] with fixed point √2, and the a priori bound gives the error after n steps Example
- FALSE: d(fx, fy) < d(x,y) for all x ≠ y on a complete metric space forces a fixed point False statement
- A C¹ map uniformly close to the identity derivative sandwiches a cube between contracted and expanded cubes Lemma
- Newton maps are uniform contractions near a point with invertible derivative Lemma
- The Euclidean inverse function theorem Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 146 results over 36 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.
Sources
- Banach fixed-point theorem (Wikipedia) (standard reference, not scraped)
- Contraction mapping (Wikipedia) (standard reference, not scraped)
- Fixed-point iteration (Wikipedia) (standard reference, not scraped)