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 map is a contraction of with fixed point , and the a priori bound gives the error after steps
Example
Let (Intervals of : the nine order-convex forms, nondegeneracy, and length) with the metric inherited from (The absolute value makes a metric space: is a metric, its open balls are the intervals , and it is unbounded, Isometry, isometric embedding, and the subspace metric on a subset), and define
Then:
- is a nonempty complete metric space (Complete metric space: every Cauchy sequence converges in the space).
- maps into .
- is a contraction with constant (Lipschitz map, -Hölder map for rational , and contraction).
- has exactly one fixed point in , namely (Square roots exist: a unique with ; the positives are ), and the iterates converge to it from every starting point (A contraction of a nonempty complete metric space into itself has exactly one fixed point, the limit of the iterates from any starting point).
- Starting from one has and , so the a priori bound of The a priori bound and the a posteriori bound reads and the a posteriori bound reads .
Facts & Assumptions
Given: The interval with the metric inherited from , and for ; reals .
The absolute value makes a metric space, a restriction of a metric is a metric, and (The absolute value makes a metric space: is a metric, its open balls are the intervals , and it is unbounded, Isometry, isometric embedding, and the subspace metric on a subset, Metric space: iff , symmetry, and the triangle inequality; pseudometric and ultrametric, Basic properties of the absolute value).
is complete; a closed subset of a complete metric space is complete; a subset is closed exactly when it is sequentially closed; and limits preserve non-strict inequalities ( and for with the Euclidean metric are complete, componentwise from the Cauchy criterion in , A subspace of a complete metric space is complete iff it is closed, and a complete subspace of any metric space is closed, A point lies in the closure of iff some sequence in converges to it, and a set is closed iff it is sequentially closed, Limits preserve non-strict inequalities, The metric topology: a set is open when every one of its points has a ball around it inside the set; closed means open complement, Convergence of a sequence in a metric space: iff in ).
Every has a unique with , and for , since both sides are nonnegative with the same square (Square roots exist: a unique with ; the positives are , Integer powers ).
For : if and only if (Squaring is monotone on the nonnegatives); and squares are nonnegative (Squares of nonzero elements are positive).
Positivity of inverses, reversal of order under reciprocation, and multiplication of inequalities by positives (Inverses of positives are positive, and reciprocation reverses order, Sign rules for products and monotonicity of multiplication).
Banach's fixed point theorem and its error estimates (A contraction of a nonempty complete metric space into itself has exactly one fixed point, the limit of the iterates from any starting point, The a priori bound and the a posteriori bound , Lipschitz map, -Hölder map for rational , and contraction).
Verification
is nonempty, since ; and is sequentially closed in , since a sequence in converging to a real has for every and hence . So is closed in , and is complete, so is a nonempty complete metric space: claim 1.
lies in : and , so .
For one has , so is defined, and expands to ; hence .
For : .
Also gives and , so ; with step 1.3 this puts , which is claim 2.
Since we have , hence and therefore , so .
Consequently , so is a contraction with constant : claim 3.
By claims 1 to 3 and Banach's theorem, has exactly one fixed point in and the iterates converge to it from every starting point.
For : is equivalent to , hence to , hence to ; since this holds exactly for , which lies in by step 1.2. So the fixed point is : claim 4.
Taking gives and ; the a priori bound with therefore reads , and the a posteriori bound reads : claim 5.
Remarks
- No derivative is used anywhere. The contraction constant comes from the algebraic identity of step 1.4, , and from the bound that the interval supplies. This matters here: the mean value theorem, which is how this estimate is usually obtained, belongs to a later page of this library and is not available at this point.
- The lower endpoint is what makes the estimate close. The bound of step 2.2 needs , and that is exactly what supplies; on a set of small positive reals the factor is large and the same computation gives nothing. The self-mapping property uses both endpoints: step 1.3 gives the lower bound and step 2.1 the upper bound .
- What the bounds say numerically. From the a priori bound guarantees , so ten steps give an error at most . This is a guarantee, not the truth: the iteration is Newton's method for , and it converges far faster than the bound admits. The a posteriori bound of claim 5, which costs one subtraction, is what a computation would actually report.
- The restriction to is convenience, not necessity. On one still has , hence and , so the same computation makes a contraction with the same constant there, and step 1.3 already shows maps into itself. The shorter interval is used only to keep the arithmetic of step 2.2 explicit.
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
- The a priori bound $d(x^{*}, x_n) \le q^n d(x_1,x_0)/(1-q)$ and the a posteriori bound $d(x^{*}, x_{n+1}) \le q\,d(x_{n+1},x_n)/(1-q)$
- Lipschitz map, $\alpha$-Hölder map for rational $0 < \alpha \le 1$, and contraction
- Square roots exist: a unique $\sqrt{a} \ge 0$ with $(\sqrt{a})^2 = a$; the positives are $\{x^2 : x \neq 0\}$
- $\mathbb{R}$ and $\mathbb{R}^n$ for $n \ge 1$ with the Euclidean metric are complete, componentwise from the Cauchy criterion in $\mathbb{R}$
- Intervals of $\mathbb{R}$: the nine order-convex forms, nondegeneracy, and length
- The absolute value makes $\mathbb{R}$ a metric space: $d(x,y) = |x-y|$ is a metric, its open balls are the intervals $(x-r, x+r)$, and it is unbounded
- Isometry, isometric embedding, and the subspace metric on a subset
- A subspace of a complete metric space is complete iff it is closed, and a complete subspace of any metric space is closed
- A point lies in the closure of $A$ iff some sequence in $A$ converges to it, and a set is closed iff it is sequentially closed
- Limits preserve non-strict inequalities
- Inverses of positives are positive, and reciprocation reverses order
- Squaring is monotone on the nonnegatives
- Integer powers $a^m$
- Basic properties of the absolute value
- Sign rules for products and monotonicity of multiplication
- Metric space: $d(x,y) = 0$ iff $x = y$, symmetry, and the triangle inequality; pseudometric and ultrametric
- The metric topology: a set is open when every one of its points has a ball around it inside the set; closed means open complement
- 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
- Squares of nonzero elements are positive
Used by
Nothing in the library uses this result yet.
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 147 results over 30 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)
- Square root of 2 (Wikipedia) (standard reference, not scraped)