Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passverified 2026-08-06 (claude-sonnet-5)
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 sequence xk+1=(xk+1)/3 is contractive with c=1/3 and converges to 1/2

Example

Fix any a∈R and let (xk) be the sequence with x0=a and

xk+1=xk+13(k∈N).

Then (xk) is contractive with contraction constant c=1/3 (Contractive sequence: ∣xk+2−xk+1∣≤c ∣xk+1−xk∣ for a fixed 0<c<1), and

lim⁡kxk=12,

whatever the starting value a is. Moreover Every contractive sequence is Cauchy, hence converges, with error bound ∣x−xk∣≤ck−1∣x2−x1∣/(1−c) for k≥1 supplies the error bound ∣1/2−xk∣≤3 −(k−1)∣x2−x1∣/(1−1/3) for k≥1, which is computable from the first three terms alone.

The limit 1/2 is the unique solution of L=(L+1)/3, that is the unique fixed point of the map u↦(u+1)/3. This is the smallest honest instance of the Banach fixed point theorem: a contraction on R has one fixed point, and every orbit converges to it.

Facts & Assumptions

Given: A real a, and by the recursion theorem (The recursion theorem) applied to R, the element a and the function f(u)=(u+1)/3, the unique sequence (xk) of reals with x0=a and xk+1=f(xk) (Sequences of reals: bounded, eventually, frequently, tails, subsequences); the constant c:=1/3.

[L1]

Recursion theorem (The recursion theorem).

[L3]

Field arithmetic: (u+1)/3−(v+1)/3=(u−v)/3, and 3L=L+1 is equivalent to 2L=1 (Field).

[L4]

Absolute value: ∣ab∣=∣a∣ ∣b∣, and ∣t∣=t for t≥0, so ∣(u−v)/3∣=∣u−v∣/3 (Basic properties of the absolute value).

[L5]

Contractive sequences: a constant c with 0<c<1 and ∣xk+2−xk+1∣≤c∣xk+1−xk∣ at every index (Contractive sequence: ∣xk+2−xk+1∣≤c ∣xk+1−xk∣ for a fixed 0<c<1).

[L7]

Algebra of limits (Algebra of limits: sums, scalar multiples, products and quotients); a sequence and its tails have the same limits (Convergence depends only on the tail); limits are unique (A sequence has at most one limit).

Verification

technique · direct
1.1

The constant c=1/3 satisfies 0<c<1.

givenL2
1.2

For every k: xk+2−xk+1=xk+1+13−xk+13=xk+1−xk3, so ∣xk+2−xk+1∣=13∣xk+1−xk∣.

givenL1L3L4
2.1

Hence (xk) is contractive with contraction constant c=1/3, the inequality of [L5] holding with equality at every index.

step 1.1step 1.2L5
3.1

By [L6] the sequence converges; write L for its limit, and the error bound of [L6] holds for it with c=1/3.

step 2.1L6
4.1

The sequence k↦xk+1 is the first tail of (xk), so it converges to L; and by the algebra of limits k↦(xk+1)/3 converges to (L+1)/3.

step 3.1L7
5.1

The two sequences of step 4.1 are the same sequence, by the recursion clause, so uniqueness of limits gives L=(L+1)/3, hence 3L=L+1, hence 2L=1 and L=1/2.

step 4.1L1L3L7
6.1

So for every starting value a the sequence is contractive with c=1/3 and converges to 1/2, with the error bound of step 3.1.

step 2.1step 3.1step 5.1∎

Remarks

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

50 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources