Alphabeta Math
CounterexampleConstruction: AI-generatedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck 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.

xk+1=xk+1/xkx_{k+1} = x_k + 1/x_k from x1=1x_1 = 1 has strictly decreasing consecutive gaps and diverges, so no uniform c<1c < 1 exists

Statement refuted

Refuted claim: a sequence whose consecutive gaps are strictly decreasing,

xk+2xk+1<xk+1xkfor every k,|x_{k+2} - x_{k+1}| < |x_{k+1} - x_k| \quad \text{for every } k,

is contractive, or at least converges (Contractive sequence: xk+2xk+1cxk+1xk|x_{k+2} - x_{k+1}| \le c\,|x_{k+1} - x_k| for a fixed 0<c<10 < c < 1, Every contractive sequence is Cauchy, hence converges, with error bound xxkck1x2x1/(1c)|x - x_k| \le c^{k-1}|x_2 - x_1|/(1-c) for k1k \ge 1).

The witness is x1=1x_1 = 1, xk+1=xk+1/xkx_{k+1} = x_k + 1/x_k. Its gaps are xk+1xk=1/xkx_{k+1} - x_k = 1/x_k, strictly decreasing because (xk)(x_k) is strictly increasing; and the sequence diverges to ++\infty (Divergence to ++\infty and to -\infty). Since a contractive sequence converges (Every contractive sequence is Cauchy, hence converges, with error bound xxkck1x2x1/(1c)|x - x_k| \le c^{k-1}|x_2 - x_1|/(1-c) for k1k \ge 1), no contraction constant c<1c < 1 can exist for it: the ratios of consecutive gaps are all below 11 but have no bound below 11 that works at every index.

Indexing. Written on N\mathbb{N} the sequence is (gj)(g_j) with g0=1g_0 = 1 and gj+1=gj+1/gjg_{j+1} = g_j + 1/g_j, and xk:=gk1x_k := g_{k-1} for k1k \ge 1 (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

Facts & Assumptions

Given: The set A:={uR:u1}A := \{u \in \mathbb{R} : u \ge 1\}, the element 1A1 \in A, and the function f:AAf : A \to A with f(u)=u+1/uf(u) = u + 1/u, which lands in AA because u1>0u \ge 1 > 0 gives 1/u>01/u > 0 and hence f(u)>u1f(u) > u \ge 1; by the recursion theorem (The recursion theorem) the unique g:NAg : \mathbb{N} \to A with g0=1g_0 = 1 and gj+1=f(gj)g_{j+1} = f(g_j); and the gaps dj:=gj+1gjd_j := g_{j+1} - g_j.

[L1]

Recursion theorem (The recursion theorem) and induction principle (The principle of mathematical induction).

[L2]

Order and arithmetic: 1>01 > 0, so 2=1+1>02 = 1 + 1 > 0; sums of positives are positive; adding a constant preserves the order; a positive has a positive inverse, and 0<a<b0 < a < b gives 0<1/b<1/a0 < 1/b < 1/a (The multiplicative identity is positive, Order is preserved by adding a constant and by adding inequalities, Inverses of positives are positive, and reciprocation reverses order, Ordered field, Complete ordered field (least-upper-bound property)).

[L3]

Powers: (u+v)2=u2+2uv+v2(u + v)^2 = u^2 + 2uv + v^2 and u(1/u)=1u \cdot (1/u) = 1, so (u+1/u)2=u2+2+1/u2(u + 1/u)^2 = u^2 + 2 + 1/u^2; and for a,b0a, b \ge 0, a<ba < b exactly when a2<b2a^2 < b^2 (Integer powers ama^m, Monotonicity of xxnx \mapsto x^n and of nann \mapsto a^n).

[L4]

Canonical naturals: positive for n1n \ge 1, and strictly increasing in the index (Canonical naturals are positive and strictly increasing); the Archimedean property (Every complete ordered field is Archimedean).

[L5]

Absolute value: t=t|t| = t for t0t \ge 0 and tt|t| \ge t (Basic properties of the absolute value).

[L6]
[L7]

Divergence to ++\infty (Divergence to ++\infty and to -\infty); a convergent sequence is bounded (Every convergent sequence is bounded); convergence (Limits and Cauchy sequences of reals).

Counterexample

technique · direct
1.1

Every term satisfies gj1>0g_j \ge 1 > 0, since gg takes values in AA by construction.

givenL2
2.1

The sequence is strictly increasing: dj=gj+1gj=1/gj>0d_j = g_{j+1} - g_j = 1/g_j > 0, and consecutive comparisons give strict increase.

step 1.1L2L6
2.2

By induction, (gj)21+2j(g_j)^2 \ge 1 + 2j for every jj, where jj denotes the canonical natural. Base: (g0)2=1=1+20(g_0)^2 = 1 = 1 + 2\cdot 0. Step: (gj+1)2=(gj+1/gj)2=(gj)2+2+1/(gj)2>(gj)2+2(1+2j)+2=1+2(j+1)(g_{j+1})^2 = (g_j + 1/g_j)^2 = (g_j)^2 + 2 + 1/(g_j)^2 > (g_j)^2 + 2 \ge (1 + 2j) + 2 = 1 + 2(j+1).

step 1.1L1L2L3L4
3.1

The gaps are strictly decreasing: 0<gj<gj+10 < g_j < g_{j+1} gives 0<1/gj+1<1/gj0 < 1/g_{j+1} < 1/g_j, that is 0<dj+1<dj0 < d_{j+1} < d_j; and dj+1<dj|d_{j+1}| < |d_j| since both are positive.

step 1.1step 2.1L2L5
3.2

(gj)(g_j) diverges to ++\infty. Let MRM \in \mathbb{R} and put M:=MMM' := |M| \ge M, so M0M' \ge 0. By [L4] fix a natural n1n \ge 1 with (M)2<n(M')^2 < n. Then (gn)21+2n>n>(M)2(g_n)^2 \ge 1 + 2n > n > (M')^2, and since gn0g_n \ge 0 and M0M' \ge 0 this gives gn>MMg_n > M' \ge M; for every knk \ge n strict increase gives gkgn>Mg_k \ge g_n > M.

step 2.1step 2.2L3L4L5L7
4.1

(gj)(g_j) does not converge: a convergent sequence is bounded, whereas step 3.2 exhibits terms above every real.

step 3.2L7
5.1

No cc with 0<c<10 < c < 1 is a contraction constant for (gj)(g_j): if one were, the sequence would be contractive and would converge, contradicting step 4.1.

step 4.1L8
6.1

So (gj)(g_j), that is (xk)(x_k), has strictly decreasing consecutive gaps by step 3.1, diverges to ++\infty by step 3.2, and admits no uniform c<1c < 1 by step 5.1: strictly decreasing gaps neither make a sequence contractive nor make it converge.

step 3.1step 3.2step 5.1L8

Remarks

Depends on

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: 102 results over 26 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