Alphabeta Math
CorollaryStatement: AI-adaptedProof: AI-generatedSession-authored (Fable 5 assisted)precheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27
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 d(x,xn)qnd(x1,x0)/(1q)d(x^{*}, x_n) \le q^n d(x_1,x_0)/(1-q) and the a posteriori bound d(x,xn+1)qd(xn+1,xn)/(1q)d(x^{*}, x_{n+1}) \le q\,d(x_{n+1},x_n)/(1-q)

Statement

Let (X,d)(X,d) be a nonempty complete metric space, let f:XXf : X \to X be a contraction with constant qq, 0q<10 \le q < 1 (Lipschitz map, α\alpha-Hölder map for rational 0<α10 < \alpha \le 1, and contraction), let x0Xx_0 \in X, let xn+1:=f(xn)x_{n+1} := f(x_n) be the iterates, and let xx^{*} be the unique fixed point of ff, so that x=limnxnx^{*} = \lim_{n} x_n (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 nNn \in \mathbb{N}:

  1. A priori bound. d(x,xn)    qnd(x1,x0)1q.d(x^{*}, x_n) \;\le\; \frac{q^{\,n}\, d(x_1,x_0)}{1-q}.
  2. A posteriori bound. d(x,xn+1)    qd(xn+1,xn)1q.d(x^{*}, x_{n+1}) \;\le\; \frac{q\, d(x_{n+1}, x_n)}{1-q}.

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 (X,d)(X,d), a contraction f:XXf : X \to X with constant qq satisfying 0q<10 \le q < 1, a starting point x0Xx_0 \in X, its iterates xn+1=f(xn)x_{n+1} = f(x_n), and the unique fixed point xx^{*} of ff; write C:=d(x1,x0)/(1q)C := d(x_1,x_0)/(1-q).

[A1]

Banach's theorem: ff has exactly one fixed point xx^{*}, the iterates from any starting point converge to it, and d(xm,xn)qnd(x1,x0)/(1q)d(x_m,x_n) \le q^{\,n} d(x_1,x_0)/(1-q) for all mnm \ge n (A contraction of a nonempty complete metric space into itself has exactly one fixed point, the limit of the iterates from any starting point).

[L1]

Reverse triangle inequality: d(u,w)d(v,w)d(u,v)|d(u,w) - d(v,w)| \le d(u,v) in any metric space (The reverse triangle inequality d(x,z)d(y,z)d(x,y)|d(x,z) - d(y,z)| \le d(x,y) in any metric space).

[L2]

Convergence in (X,d)(X,d) means d(xm,x)0d(x_m, x^{*}) \to 0 in R\mathbb{R}; limits in a metric space are unique, which licenses the notation limnxn\lim_n x_n for a sequence already known to converge (Convergence of a sequence in a metric space: xkxx_k \to x iff d(xk,x)0d(x_k, x) \to 0 in R\mathbb{R}, A sequence in a metric space has at most one limit, Limits and Cauchy sequences of reals).

[L3]

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).

[L4]

Recursion determines a sequence from its starting point and the map (The recursion theorem), and induction on N\mathbb{N} (The principle of mathematical induction).

Proof

technique · direct
1.1

Fix nNn \in \mathbb{N}. By [A1] the iterates converge to xx^{*}, so d(xm,x)0d(x_m,x^{*}) \to 0 as mm grows.

A1L2
1.2

Fix nn and consider the iterates of ff started at y0:=xny_0 := x_n. By uniqueness in the recursion theorem, yj=xn+jy_j = x_{n+j} for every jj, since both sides start at xnx_n and both satisfy the recursion uj+1=f(uj)u_{j+1} = f(u_j); in particular y1=xn+1y_1 = x_{n+1}.

L4
2.1

By [L1], d(xm,xn)d(x,xn)d(xm,x)|d(x_m,x_n) - d(x^{*},x_n)| \le d(x_m,x^{*}) for every mm, so the real sequence (d(xm,xn))m\big(d(x_m,x_n)\big)_{m} converges, and limmd(xm,xn)=d(x,xn)\lim_{m} d(x_m,x_n) = d(x^{*},x_n).

step 1.1L1L3
3.1

By [A1], d(xm,xn)qnCd(x_m,x_n) \le q^{\,n} C for every mnm \ge n, that is eventually in mm; the constant sequence with value qnCq^{\,n} C converges to qnCq^{\,n} C, so passing to the limit gives d(x,xn)qnCd(x^{*},x_n) \le q^{\,n} C, which is claim 1.

step 2.1A1L3L5
4.1

The fixed point of ff does not depend on the starting point, by uniqueness in [A1], so claim 1 applied to the sequence (yj)(y_j) at index 11 reads d(x,y1)q1d(y1,y0)/(1q)d(x^{*}, y_1) \le q^{\,1} d(y_1,y_0)/(1-q).

step 3.1step 1.2A1L5
5.1

Substituting y1=xn+1y_1 = x_{n+1} and y0=xny_0 = x_n gives d(x,xn+1)qd(xn+1,xn)/(1q)d(x^{*},x_{n+1}) \le q\,d(x_{n+1},x_n)/(1-q), which is claim 2; claim 1 is step 3.1.

step 3.1step 1.2step 4.1

Remarks

Depends on

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