Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-26
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 x1=1, xk+1=2+xk increases to 2

Example

Let (xk)k≥1 be given by

x1=1,xk+1=2+xk(k≥1).

Then (xk) is strictly increasing, every term satisfies 0≤xk<2, and

lim⁡kxk=2.

Informally this is the value of the nested radical 2+2+2+⋯, and the point of the example is that the expression means nothing until the sequence is shown to converge; only then does passing to the limit in the recursion identify the value.

Indexing. As in The Babylonian sequence x1=2, xk+1=(xk+2/xk)/2 decreases to 2, the family indexed from 1 is realised as xk:=gk−1 for the sequence (gj)j∈N with g0=1 and gj+1=2+gj, and the verification works with (gj) (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Convergence depends only on the tail).

Facts & Assumptions

Given: The set A:={u∈R:0≤u<2}, the element 1∈A, and the function f:A→A with f(u)=2+u; by the recursion theorem (The recursion theorem) the unique g:N→A with g0=1 and gj+1=f(gj). We write xk:=gk−1 for k≥1, so x1=1 and xk+1=2+xk.

[L1]

Recursion theorem (The recursion theorem).

[L3]

Powers and order: for a,b≥0, a<b exactly when a2<b2, and a≤b exactly when a2≤b2 (Monotonicity of x↦xn and of n↦an).

[L4]

Order and arithmetic: 1>0, so 2=1+1>0 and 4=2⋅2; adding a constant preserves the order, and inequalities may be added (The multiplicative identity is positive, Order is preserved by adding a constant and by adding inequalities, Ordered field, Complete ordered field (least-upper-bound property)).

[L5]

A field has no zero divisors: uv=0 forces u=0 or v=0 (A field has no zero divisors: ab=0⇒a=0 or b=0).

[L6]

Monotone sequences, with consecutive comparisons sufficing (Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences); boundedness above of a subset of R (Lower bound, bounded below, bounded set).

[L7]

Monotone convergence: a nondecreasing sequence whose range is bounded above converges, to the supremum of its range (A nondecreasing sequence bounded above converges to the supremum of its range, and a nonincreasing sequence bounded below to the infimum, Limits and Cauchy sequences of reals).

[L8]

Algebra of limits (Algebra of limits: sums, scalar multiples, products and quotients); limits preserve non-strict inequalities (Limits preserve non-strict inequalities); 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 function f does map A into A, so the construction is legitimate: for 0≤u<2 we have 2≤2+u<4, hence 2+u≥0 and (2+u)2=2+u<4=22, which gives 2+u<2.

givenL2L3L4
1.2

Consequently every term satisfies 0≤gj<2, since g takes its values in A.

givenL1
2.1

The sequence is strictly increasing. Fix j. From 0≤gj<2 we get gj−2<0 and gj+1>0, so (gj−2)(gj+1)<0, that is (gj)2−gj−2<0, that is (gj)2<2+gj=(gj+1)2. Since gj≥0 and gj+1≥0, this gives gj<gj+1; consecutive comparisons then give strict increase, hence also that (gj) is nondecreasing.

step 1.2L2L3L4L6
3.1

The range of (gj) is bounded above by 2, so by monotone convergence (gj) converges; write L for its limit.

step 1.2step 2.1L6L7
4.1

1≤L≤2: the inequalities 1=g0≤gj≤2 hold at every index, by step 2.1 and step 1.2, and pass to the limit in their non-strict form.

step 1.2step 2.1step 3.1L8
4.2

The sequence j↦gj+1 is the first tail of (gj), so it converges to L, and therefore j↦(gj+1)2 converges to L2 by the algebra of limits.

step 3.1L8
4.3

The same sequence satisfies (gj+1)2=2+gj for every j, and j↦2+gj converges to 2+L.

step 3.1L8L2
5.1

By uniqueness of limits, L2=2+L, that is (L−2)(L+1)=0.

step 4.2step 4.3L8
6.1

Since L≥1 we have L+1≥2>0, so L+1≠0, and a field has no zero divisors, so L−2=0 and L=2. Thus (gj), and with it (xk), is strictly increasing, lies in [0,2), and converges to 2.

step 4.1step 5.1step 1.2step 2.1L4L5∎

Remarks

  • The limit is not attained. Every term is strictly below 2 and the limit is 2, which is the supremum of the range and does not belong to it. That is the ordinary situation for a strictly increasing convergent sequence, and it is why A nondecreasing sequence bounded above converges to the supremum of its range, and a nonincreasing sequence bounded below to the infimum is stated with a supremum rather than a maximum.

  • The quadratic has two roots and only one is admissible. The limit equation L2=2+L is solved by L=2 and by L=−1. The second is excluded by step 4.1, which is why the bound L≥1 is proved rather than waved through: without it the argument would identify the limit only up to a sign, and a reader who writes down the limit equation without checking the range of L has proved strictly less than the example claims.

  • Squaring the recursion avoids a continuity argument. Passing to the limit in gj+1=2+gj directly would need continuity of the square root, which this library has not proved at this point. Squaring first turns the recursion into (gj+1)2=2+gj, in which only the algebra of limits is required. The device is worth remembering: an identity between polynomials in the terms passes to the limit for free, whereas an identity involving a function does not.

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

54 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