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.
The a priori bound and the a posteriori bound
Statement
Let be a nonempty complete metric space, let be a contraction with constant , (Lipschitz map, -Hölder map for rational , and contraction), let , let be the iterates, and let be the unique fixed point of , so that (A contraction of a nonempty complete metric space into itself has exactly one fixed point, the limit of the iterates from any starting point, A sequence in a metric space has at most one limit). Then for every :
- A priori bound.
- A posteriori bound.
The first bound is computable before the iteration is run, from the first step alone; the second uses the step just taken and is therefore sharper in practice.
Facts & Assumptions
Given: A nonempty complete metric space , a contraction with constant satisfying , a starting point , its iterates , and the unique fixed point of ; write .
Banach's theorem: has exactly one fixed point , the iterates from any starting point converge to it, and for all (A contraction of a nonempty complete metric space into itself has exactly one fixed point, the limit of the iterates from any starting point).
Reverse triangle inequality: in any metric space (The reverse triangle inequality in any metric space).
Convergence in means in ; limits in a metric space are unique, which licenses the notation for a sequence already known to converge (Convergence of a sequence in a metric space: iff in , A sequence in a metric space has at most one limit, Limits and Cauchy sequences of reals).
Limits of reals preserve non-strict inequalities holding eventually, a constant sequence converges to that constant, and the limit of a real sequence is unique (Limits preserve non-strict inequalities, A sequence has at most one limit).
Recursion determines a sequence from its starting point and the map (The recursion theorem), and induction on (The principle of mathematical induction).
Proof
Fix . By [A1] the iterates converge to , so as grows.
Fix and consider the iterates of started at . By uniqueness in the recursion theorem, for every , since both sides start at and both satisfy the recursion ; in particular .
By [L1], for every , so the real sequence converges, and .
By [A1], for every , that is eventually in ; the constant sequence with value converges to , so passing to the limit gives , which is claim 1.
The fixed point of does not depend on the starting point, by uniqueness in [A1], so claim 1 applied to the sequence at index reads .
Substituting and gives , which is claim 2; claim 1 is step 3.1.
Remarks
- The a posteriori bound is the a priori bound restarted. Nothing new is proved in steps 1.2, 4.1 and 5.1: the iteration is simply begun again at , which is legitimate because Banach's theorem holds from any starting point and its fixed point is the same one. That is the only place where the "any starting point" clause of A contraction of a nonempty complete metric space into itself has exactly one fixed point, the limit of the iterates from any starting point is used for something other than reassurance.
- Which bound to use. The a priori bound answers "how many steps do I need", since can be solved for before computing anything; the a posteriori bound answers "how good is what I have", and it is usually far smaller, because is itself already of size . A worked instance of both, for , is The map is a contraction of with fixed point , and the a priori bound gives the error after steps ↗.
- Both bounds degrade as , through the factor , and neither says anything at , where the theorem itself is false (FALSE: for all on a complete metric space forces a fixed point).
Depends on
- A contraction of a nonempty complete metric space into itself has exactly one fixed point, the limit of the iterates from any starting point
- Lipschitz map, $\alpha$-Hölder map for rational $0 < \alpha \le 1$, and contraction
- Integer powers $a^m$
- The reverse triangle inequality $|d(x,z) - d(y,z)| \le d(x,y)$ in any metric space
- Limits preserve non-strict inequalities
- Convergence of a sequence in a metric space: $x_k \to x$ iff $d(x_k, x) \to 0$ in $\mathbb{R}$
- Complete metric space: every Cauchy sequence converges in the space
- Limits and Cauchy sequences of reals
- A sequence has at most one limit
- Metric space: $d(x,y) = 0$ iff $x = y$, symmetry, and the triangle inequality; pseudometric and ultrametric
- The principle of mathematical induction
- The recursion theorem
- Inverses of positives are positive, and reciprocation reverses order
- Nonnegativity of a metric is a consequence of the other axioms, not an axiom
- A sequence in a metric space has at most one limit
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 122 results over 31 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)
- Fixed-point iteration (Wikipedia) (standard reference, not scraped)