Alphabeta Math
Session-authored (Fable 5 assisted)
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.

11 results · all verified · 6 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 5 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Monotone Sequences, Bolzano-Weierstrass, and Cauchy Completeness: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-26Open item page →

The Babylonian sequence x1=2x_1 = 2, xk+1=(xk+2/xk)/2x_{k+1} = (x_k + 2/x_k)/2 decreases to 2\sqrt{2}

Example

Let (xk)k1(x_k)_{k \ge 1} be given by

x1=2,xk+1=12(xk+2xk)(k1).x_1 = 2, \qquad x_{k+1} = \frac{1}{2}\Big(x_k + \frac{2}{x_k}\Big) \qquad (k \ge 1).

Then (xk)(x_k) is strictly decreasing, every term satisfies xk>2x_k > \sqrt 2, and

limkxk=2.\lim_{k} x_k = \sqrt 2 .

This is the Babylonian, or Heron, iteration for the square root, and it is the standard illustration of A nondecreasing sequence bounded above converges to the supremum of its range, and a nonincreasing sequence bounded below to the infimum: monotone plus bounded delivers a limit, and the recursion then identifies the limit, because the limit must be a fixed point of the map that produced the sequence.

Indexing. Sequences in this library are functions on N\mathbb{N}, which starts at 00 (Sequences of reals: bounded, eventually, frequently, tails, subsequences). The family above, indexed from 11, is realised as xk:=gk1x_k := g_{k-1} for the sequence (gj)jN(g_j)_{j \in \mathbb{N}} with g0=2g_0 = 2 and gj+1=(gj+2/gj)/2g_{j+1} = (g_j + 2/g_j)/2, and the verification below works with (gj)(g_j). The shift changes nothing: convergence and monotonicity read the same under it (Convergence depends only on the tail).

Facts & Assumptions

Given: The set A:={uR:u>0}A := \{u \in \mathbb{R} : u > 0\}, the element 2A2 \in A, and the function f:AAf : A \to A with f(u)=(u+2/u)/2f(u) = (u + 2/u)/2, which does land in AA because u>0u > 0 gives 2/u>02/u > 0 and hence f(u)>0f(u) > 0; by the recursion theorem (The recursion theorem) the unique g:NAg : \mathbb{N} \to A with g0=2g_0 = 2 and gj+1=f(gj)g_{j+1} = f(g_j). We write xk:=gk1x_k := g_{k-1} for k1k \ge 1, so x1=2x_1 = 2 and xk+1=f(xk)x_{k+1} = f(x_k).

[L1]

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

[L2]

Square roots: every a0a \ge 0 has a unique s0s \ge 0 with s2=as^2 = a; in particular (2)2=2(\sqrt 2)^2 = 2 (Square roots exist: a unique a0\sqrt{a} \ge 0 with (a)2=a(\sqrt{a})^2 = a; the positives are {x2:x0}\{x^2 : x \neq 0\}, Integer powers ama^m).

[L3]

Powers and order: for a,b0a, b \ge 0, a<ba < b exactly when a2<b2a^2 < b^2 (Monotonicity of xxnx \mapsto x^n and of nann \mapsto a^n).

[L4]

A nonzero square is positive: t0t \ne 0 gives t2>0t^2 > 0 (Squares of nonzero elements are positive).

[L5]

Order and arithmetic: 1>01 > 0, hence 2=1+1>02 = 1 + 1 > 0 and 2>12 > 1; sums of positives are positive; adding a constant preserves the order; a positive has a positive inverse, and a quotient of positives is positive (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)).

[L6]

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

[L7]

Monotone convergence: a nonincreasing sequence whose range is bounded below converges, to the infimum 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, including the quotient case when the denominators and the limit are nonzero (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

Every term is positive, since gg takes values in AA by construction.

givenL5
1.2

By induction, (gj)2>2(g_j)^2 > 2 for every jj. Base: (g0)2=4>2(g_0)^2 = 4 > 2. Step: assuming (gj)2>2(g_j)^2 > 2, the identity (gj+1)22=((gj)222gj)2(g_{j+1})^2 - 2 = \Big(\dfrac{(g_j)^2 - 2}{2 g_j}\Big)^2 holds by field arithmetic, and its right-hand side is the square of a nonzero element, since (gj)22>0(g_j)^2 - 2 > 0 and 2gj>02g_j > 0, hence is >0> 0.

givenL1L4L5
2.1

Every term satisfies gj>2g_j > \sqrt 2: both gjg_j and 2\sqrt 2 are 0\ge 0, and (2)2=2<(gj)2(\sqrt 2)^2 = 2 < (g_j)^2.

step 1.1step 1.2L2L3
2.2

The sequence is strictly decreasing: gjgj+1=gj12(gj+2/gj)=(gj)222gj>0g_j - g_{j+1} = g_j - \tfrac12\big(g_j + 2/g_j\big) = \dfrac{(g_j)^2 - 2}{2 g_j} > 0, since the numerator is positive by step 1.2 and the denominator by step 1.1; consecutive comparisons then give strict decrease, hence also that (gj)(g_j) is nonincreasing.

step 1.1step 1.2L5L6
3.1

The range of (gj)(g_j) is bounded below by 2\sqrt 2, so by monotone convergence (gj)(g_j) converges; write LL for its limit.

step 2.1step 2.2L6L7
4.1

L2L \ge \sqrt 2: the inequality gj>2g_j > \sqrt 2 holds at every index, so it passes to the limit in its non-strict form. In particular L>0L > 0, since 2>0\sqrt 2 > 0 by (2)2=2>0(\sqrt 2)^2 = 2 > 0 and 20\sqrt 2 \ge 0.

step 2.1step 3.1L2L4L8
5.1

By the algebra of limits, using gj0g_j \ne 0 for every jj and L0L \ne 0, the sequence j12(gj+2/gj)j \mapsto \tfrac12\big(g_j + 2/g_j\big) converges to 12(L+2/L)\tfrac12\big(L + 2/L\big).

step 1.1step 3.1step 4.1L8
6.1

The sequence jgj+1j \mapsto g_{j+1} is the first tail of (gj)(g_j), so it also converges to LL; and it is the same sequence as in step 5.1, by the recursion clause.

step 3.1L8
7.1

By uniqueness of limits, L=12(L+2/L)L = \tfrac12(L + 2/L), hence 2L=L+2/L2L = L + 2/L, hence L=2/LL = 2/L and L2=2L^2 = 2.

step 5.1step 6.1L8L5
8.1

Since L0L \ge 0 and L2=2L^2 = 2, uniqueness of the nonnegative square root gives L=2L = \sqrt 2. So (gj)(g_j), and with it (xk)(x_k), is strictly decreasing, stays above 2\sqrt 2, and converges to 2\sqrt 2.

step 4.1step 7.1step 2.1step 2.2L2

Remarks

  • The identification of the limit is the interesting half. Monotone convergence produces LL but says only that it is the infimum of the range, which is not a usable description. Passing to the limit in the recursion turns the description into an equation, L=(L+2/L)/2L = (L + 2/L)/2, and that equation has exactly one nonnegative solution. The step that makes this legitimate is Convergence depends only on the tail: the shifted sequence (gj+1)(g_{j+1}) has the same limit as (gj)(g_j), so the two sides of the recursion may be compared in the limit.

  • The hypothesis L0L \ne 0 is not free. The quotient case of Algebra of limits: sums, scalar multiples, products and quotients requires it, and it is supplied by step 4.1, not assumed. Had the sequence been allowed to approach 00 the argument would break exactly there, and this is the usual place where a proof of this example is incomplete.

  • Convergence is very fast, though nothing above uses that. The identity in step 1.2 also gives gj+12=(gj2)2/(2gj)g_{j+1} - \sqrt 2 = (g_j - \sqrt 2)^2/(2 g_j), so the error is squared at each step: the iteration is Newton's method applied to u22u^2 - 2. The contractive estimate of 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 would give only geometric decay, so it is a weaker tool here, and the monotone route is both shorter and sharper.

  • Nothing in the argument is special to 22. The same proof with 22 replaced by any a>0a > 0, starting from any x1>0x_1 > 0 with x12>ax_1^2 > a, converges to a\sqrt a. The starting value 22 is chosen because 22=4>22^2 = 4 > 2 makes the base case of step 1.2 immediate.

ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-26Open item page →

The sequence x1=1x_1 = 1, xk+1=2+xkx_{k+1} = \sqrt{2 + x_k} increases to 22

Example

Let (xk)k1(x_k)_{k \ge 1} be given by

x1=1,xk+1=2+xk(k1).x_1 = 1, \qquad x_{k+1} = \sqrt{2 + x_k} \qquad (k \ge 1).

Then (xk)(x_k) is strictly increasing, every term satisfies 0xk<20 \le x_k < 2, and

limkxk=2.\lim_{k} x_k = 2 .

Informally this is the value of the nested radical 2+2+2+\sqrt{2 + \sqrt{2 + \sqrt{2 + \cdots}}}, 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=2x_1 = 2, xk+1=(xk+2/xk)/2x_{k+1} = (x_k + 2/x_k)/2 decreases to 2\sqrt{2}, the family indexed from 11 is realised as xk:=gk1x_k := g_{k-1} for the sequence (gj)jN(g_j)_{j \in \mathbb{N}} with g0=1g_0 = 1 and gj+1=2+gjg_{j+1} = \sqrt{2 + g_j}, and the verification works with (gj)(g_j) (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Convergence depends only on the tail).

Facts & Assumptions

Given: The set A:={uR:0u<2}A := \{u \in \mathbb{R} : 0 \le u < 2\}, the element 1A1 \in A, and the function f:AAf : A \to A with f(u)=2+uf(u) = \sqrt{2+u}; 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). We write xk:=gk1x_k := g_{k-1} for k1k \ge 1, so x1=1x_1 = 1 and xk+1=2+xkx_{k+1} = \sqrt{2 + x_k}.

[L1]

Recursion theorem (The recursion theorem).

[L3]

Powers and order: for a,b0a, b \ge 0, a<ba < b exactly when a2<b2a^2 < b^2, and aba \le b exactly when a2b2a^2 \le b^2 (Monotonicity of xxnx \mapsto x^n and of nann \mapsto a^n).

[L4]

Order and arithmetic: 1>01 > 0, so 2=1+1>02 = 1 + 1 > 0 and 4=224 = 2 \cdot 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=0uv = 0 forces u=0u = 0 or v=0v = 0 (A field has no zero divisors: ab=0a=0ab = 0 \Rightarrow a = 0 or b=0b = 0).

[L6]

Monotone sequences, with consecutive comparisons sufficing (Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences); boundedness above of a subset of R\mathbb{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 ff does map AA into AA, so the construction is legitimate: for 0u<20 \le u < 2 we have 22+u<42 \le 2 + u < 4, hence 2+u0\sqrt{2+u} \ge 0 and (2+u)2=2+u<4=22(\sqrt{2+u})^2 = 2 + u < 4 = 2^2, which gives 2+u<2\sqrt{2+u} < 2.

givenL2L3L4
1.2

Consequently every term satisfies 0gj<20 \le g_j < 2, since gg takes its values in AA.

givenL1
2.1

The sequence is strictly increasing. Fix jj. From 0gj<20 \le g_j < 2 we get gj2<0g_j - 2 < 0 and gj+1>0g_j + 1 > 0, so (gj2)(gj+1)<0(g_j - 2)(g_j + 1) < 0, that is (gj)2gj2<0(g_j)^2 - g_j - 2 < 0, that is (gj)2<2+gj=(gj+1)2(g_j)^2 < 2 + g_j = (g_{j+1})^2. Since gj0g_j \ge 0 and gj+10g_{j+1} \ge 0, this gives gj<gj+1g_j < g_{j+1}; consecutive comparisons then give strict increase, hence also that (gj)(g_j) is nondecreasing.

step 1.2L2L3L4L6
3.1

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

step 1.2step 2.1L6L7
4.1

1L21 \le L \le 2: the inequalities 1=g0gj21 = g_0 \le g_j \le 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 jgj+1j \mapsto g_{j+1} is the first tail of (gj)(g_j), so it converges to LL, and therefore j(gj+1)2j \mapsto (g_{j+1})^2 converges to L2L^2 by the algebra of limits.

step 3.1L8
4.3

The same sequence satisfies (gj+1)2=2+gj(g_{j+1})^2 = 2 + g_j for every jj, and j2+gjj \mapsto 2 + g_j converges to 2+L2 + L.

step 3.1L8L2
5.1

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

step 4.2step 4.3L8
6.1

Since L1L \ge 1 we have L+12>0L + 1 \ge 2 > 0, so L+10L + 1 \ne 0, and a field has no zero divisors, so L2=0L - 2 = 0 and L=2L = 2. Thus (gj)(g_j), and with it (xk)(x_k), is strictly increasing, lies in [0,2)[0,2), and converges to 22.

step 4.1step 5.1step 1.2step 2.1L4L5

Remarks

  • The limit is not attained. Every term is strictly below 22 and the limit is 22, 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+LL^2 = 2 + L is solved by L=2L = 2 and by L=1L = -1. The second is excluded by step 4.1, which is why the bound L1L \ge 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 LL has proved strictly less than the example claims.

  • Squaring the recursion avoids a continuity argument. Passing to the limit in gj+1=2+gjg_{j+1} = \sqrt{2 + g_j} 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(g_{j+1})^2 = 2 + g_j, 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.

ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passverified 2026-08-05 (claude-sonnet-5)Open item page →

The nested intervals [0,1/k][0, 1/k] intersect in exactly {0}\{0\}

Example

For k1k \ge 1 let Ik:=[0,1/k]I_k := [0, 1/k], a nonempty closed bounded interval (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length). The family is nested, its lengths tend to 00, and

k1[0,1k]={0}.\bigcap_{k \ge 1} \Big[0, \frac{1}{k}\Big] = \{0\}.

This is the standard instance of the single-point case of A nested sequence of nonempty closed bounded intervals has nonempty intersection, and the intersection is a single point exactly when the lengths tend to 00, and the intersection is computed twice over: once by the theorem, which says the intersection is a single point, and once by inspection, which says that point is 00.

Indexing. Written on N\mathbb{N}, the family is Jj:=[0,1/(j+1)]J_j := [0, 1/(j+1)] for jNj \in \mathbb{N}, which is the same family under the substitution k=j+1k = j+1 (Sequences of reals: bounded, eventually, frequently, tails, subsequences). The verification uses (Jj)(J_j).

Facts & Assumptions

Given: For jNj \in \mathbb{N} the closed bounded interval Jj:=[0,1/(j+1)]J_j := [0, 1/(j+1)], where j+1j+1 denotes the canonical natural (j+1)1R(j+1)\cdot 1_{\mathbb{R}}, which is positive and hence invertible; and the lengths j:=1/(j+1)0=1/(j+1)\ell_j := 1/(j+1) - 0 = 1/(j+1).

[L1]

Intervals: [a,b]={x:axb}[a,b] = \{x : a \le x \le b\} is a closed bounded interval, nonempty exactly when aba \le b, of length bab - a; and [a,a]={a}[a,a] = \{a\} (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

[L2]

Nested interval property: a nested sequence of nonempty closed bounded intervals has nonempty intersection, and that intersection is a single point exactly when the lengths tend to 00 (A nested sequence of nonempty closed bounded intervals has nonempty intersection, and the intersection is a single point exactly when the lengths tend to 00).

[L3]

Canonical naturals: n1R>0n \cdot 1_{\mathbb{R}} > 0 for n1n \ge 1, and mm1Rm \mapsto m \cdot 1_{\mathbb{R}} is strictly increasing (Canonical naturals are positive and strictly increasing).

[L4]

Reciprocals: a>0a > 0 gives 1/a>01/a > 0, and 0<a<b0 < a < b gives 0<1/b<1/a0 < 1/b < 1/a (Inverses of positives are positive, and reciprocation reverses order).

[L5]

Reciprocal Archimedean property: for every real ε>0\varepsilon > 0 there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon (For every ε>0\varepsilon > 0 in a complete ordered field there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon, Every complete ordered field is Archimedean).

[L6]

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

[L7]

Convergence of a sequence of reals to 00; it suffices to test a real ε>0\varepsilon > 0 (Limits and Cauchy sequences of reals, Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L8]

Trichotomy of the order on R\mathbb{R} (Complete ordered field (least-upper-bound property), Ordered field).

Verification

technique · direct
1.1

Each JjJ_j is a nonempty closed bounded interval: j+11j+1 \ge 1 gives 1/(j+1)>01/(j+1) > 0, so 01/(j+1)0 \le 1/(j+1) and [L1] applies; its length is j=1/(j+1)\ell_j = 1/(j+1).

givenL1L3L4
2.1

The family is nested: 0<(j+1)<(j+2)0 < (j+1) < (j+2) gives 0<1/(j+2)<1/(j+1)0 < 1/(j+2) < 1/(j+1), so 0x1/(j+2)0 \le x \le 1/(j+2) implies 0x1/(j+1)0 \le x \le 1/(j+1), that is Jj+1JjJ_{j+1} \subseteq J_j.

step 1.1L3L4
2.2

The lengths tend to 00. Let ε>0\varepsilon > 0 be real and use [L5] to fix a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon. For every jnj \ge n we have 0<nj+10 < n \le j+1, hence 0<1/(j+1)1/n<ε0 < 1/(j+1) \le 1/n < \varepsilon, and j0=j<ε|\ell_j - 0| = \ell_j < \varepsilon since j>0\ell_j > 0.

step 1.1L3L4L5L6L7L8
3.1

By [L2] applied to steps 1.1, 2.1 and 2.2, the intersection jJj\bigcap_j J_j is nonempty and is a single point.

step 1.1step 2.1step 2.2L2
4.1

That point is 00: indeed 0Jj0 \in J_j for every jj, since 001/(j+1)0 \le 0 \le 1/(j+1), so 00 lies in the intersection, and a set that is a single point and contains 00 is {0}\{0\}.

step 3.1step 1.1L1
5.1

Hence jJj={0}\bigcap_{j} J_j = \{0\}, which in the notation of the statement is k1[0,1/k]={0}\bigcap_{k \ge 1}[0,1/k] = \{0\}.

step 3.1step 4.1L1

Remarks

ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-26Open item page →

The sequence (1)k(1+1/k)(-1)^k(1 + 1/k) is bounded with subsequential limit set exactly {1,1}\{-1, 1\}

Example

For k1k \ge 1 let

xk=(1)k(1+1k).x_k = (-1)^k\Big(1 + \frac{1}{k}\Big).

Then (xk)(x_k) is bounded, with 1<xk21 < |x_k| \le 2 at every index, it does not converge, and its subsequential limit set (Subsequential limit of a real sequence, and the subsequential limit set) is exactly

SL(x)={1,1}.\operatorname{SL}(x) = \{-1, 1\}.

The example separates two things that a first reading of Bolzano-Weierstrass can run together. A bounded sequence must have a subsequential limit; it may have several; and having several is exactly what stops it converging. Here there are two, and neither is a value of the sequence, since xk>1|x_k| > 1 always.

Indexing and the sign. Written on N\mathbb{N} the sequence is uj:=tj(1+1/(j+1))u_j := t_j\big(1 + 1/(j+1)\big) for jNj \in \mathbb{N}, where tj:=sjt_j := -s_j and (sk)(s_k) is the alternating sequence of The even and odd index maps and the alternating sequence: strictly increasing e,oe, o with N\mathbb{N} their disjoint union, and the unique (sk)(s_k) with s0=1s_0 = 1, sσ(k)=sks_{\sigma(k)} = -s_k, which satisfies sk=1|s_k| = 1, se1s \circ e \equiv 1 and so1s \circ o \equiv -1. Since sσ(j)=sjs_{\sigma(j)} = -s_j, the sequence (tj)(t_j) is jsj+1j \mapsto s_{j+1}, so uj=xj+1u_j = x_{j+1} and (uj)(u_j) is the family above under the substitution k=j+1k = j+1. The verification uses (uj)(u_j).

Facts & Assumptions

Given: The alternating sequence (sk)(s_k) and the index maps e,oe, o of The even and odd index maps and the alternating sequence: strictly increasing e,oe, o with N\mathbb{N} their disjoint union, and the unique (sk)(s_k) with s0=1s_0 = 1, sσ(k)=sks_{\sigma(k)} = -s_k, which satisfies sk=1|s_k| = 1, se1s \circ e \equiv 1 and so1s \circ o \equiv -1; the sequence tj:=sjt_j := -s_j; the sequence pj:=1+1/(j+1)p_j := 1 + 1/(j+1), where j+1j+1 denotes the canonical natural (j+1)1R(j+1)\cdot 1_{\mathbb{R}}; and uj:=tjpju_j := t_j\,p_j (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L2]

Canonical naturals: n1R>0n \cdot 1_{\mathbb{R}} > 0 for n1n \ge 1, and mm1Rm \mapsto m \cdot 1_{\mathbb{R}} is strictly increasing (Canonical naturals are positive and strictly increasing).

[L3]

Reciprocals: a>0a > 0 gives 1/a>01/a > 0, and 0<ab0 < a \le b gives 0<1/b1/a0 < 1/b \le 1/a (Inverses of positives are positive, and reciprocation reverses order).

[L4]

Reciprocal Archimedean property: for every real ε>0\varepsilon > 0 there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon (For every ε>0\varepsilon > 0 in a complete ordered field there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon, Every complete ordered field is Archimedean).

[L5]

Absolute value: ab=ab|ab| = |a||b|, t0|t| \ge 0, t=t|t| = t for t0t \ge 0, and t=1|t| = 1 forces t=1t = 1 or t=1t = -1 (Basic properties of the absolute value, Absolute value in an ordered field).

[L6]

Algebra of limits (Algebra of limits: sums, scalar multiples, products and quotients); subsequences inherit the limit (Subsequences inherit the limit); the absolute value is compatible with limits (The absolute value is compatible with limits); limits are unique (A sequence has at most one limit).

[L7]

Convergence and boundedness of a sequence of reals; it suffices to test a real ε>0\varepsilon > 0 (Limits and Cauchy sequences of reals, Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L8]

Subsequential limits: LSL(u)L \in \operatorname{SL}(u) exactly when some subsequence of (uj)(u_j) converges to LL (Subsequential limit of a real sequence, and the subsequential limit set).

[L9]

Trichotomy of the order on R\mathbb{R} (Complete ordered field (least-upper-bound property), Ordered field).

Verification

technique · direct
1.1

For every jj: j+11j + 1 \ge 1 gives 0<1/(j+1)10 < 1/(j+1) \le 1, so 1<pj21 < p_j \le 2; and tj=sj=sj=1|t_j| = |-s_j| = |s_j| = 1.

givenL1L2L3L5
1.2

The sequence (pj)(p_j) converges to 11: given a real ε>0\varepsilon > 0, [L4] supplies a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon, and for jnj \ge n we have 0<1/(j+1)1/n<ε0 < 1/(j+1) \le 1/n < \varepsilon, so pj1=1/(j+1)<ε|p_j - 1| = 1/(j+1) < \varepsilon.

givenL2L3L4L5L7
2.1

(uj)(u_j) is bounded, with 1<uj=tjpj=pj21 < |u_j| = |t_j|\,p_j = p_j \le 2 at every index.

step 1.1L5L7
2.2

Along the even index map: tei=sei=1t_{e_i} = -s_{e_i} = -1, so uei=peiu_{e_i} = -p_{e_i}; since ee is strictly increasing, (pei)i(p_{e_i})_i is a subsequence of (pj)(p_j) and so converges to 11, whence uei1u_{e_i} \to -1.

step 1.2L1L6L8
2.3

Along the odd index map: toi=soi=1t_{o_i} = -s_{o_i} = 1, so uoi=poi1u_{o_i} = p_{o_i} \to 1 by the same argument.

step 1.2L1L6L8
3.1

Hence 1SL(u)-1 \in \operatorname{SL}(u) and 1SL(u)1 \in \operatorname{SL}(u).

step 2.2step 2.3L8
3.2

Conversely, let LSL(u)L \in \operatorname{SL}(u) and fix a strictly increasing nn with uniLu_{n_i} \to L. Then uniL|u_{n_i}| \to |L|; but uni=pni|u_{n_i}| = p_{n_i} by step 2.1, and (pni)i(p_{n_i})_i is a subsequence of (pj)(p_j), so it converges to 11.

step 1.2step 2.1L6L8
4.1

By uniqueness of limits L=1|L| = 1, so L=1L = 1 or L=1L = -1.

step 3.2L5L6L9
5.1

Combining, SL(u)={1,1}\operatorname{SL}(u) = \{-1, 1\}; and (uj)(u_j) does not converge, since a convergent sequence has exactly one subsequential limit. Bounded by step 2.1, the sequence (uj)(u_j), that is (xk)(x_k), therefore has the asserted properties.

step 2.1step 3.1step 4.1L6L8

Remarks

ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passverified 2026-08-06 (claude-sonnet-5)Open item page →

The sequence xk+1=(xk+1)/3x_{k+1} = (x_k + 1)/3 is contractive with c=1/3c = 1/3 and converges to 1/21/2

Example

Fix any aRa \in \mathbb{R} and let (xk)(x_k) be the sequence with x0=ax_0 = a and

xk+1=xk+13(kN).x_{k+1} = \frac{x_k + 1}{3} \qquad (k \in \mathbb{N}).

Then (xk)(x_k) is contractive with contraction constant c=1/3c = 1/3 (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), and

limkxk=12,\lim_{k} x_k = \frac{1}{2},

whatever the starting value aa is. Moreover 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 supplies the error bound 1/2xk3(k1)x2x1/(11/3)|1/2 - x_k| \le 3^{\,-(k-1)}|x_2 - x_1|/(1 - 1/3) for k1k \ge 1, which is computable from the first three terms alone.

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

Facts & Assumptions

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

[L1]

Recursion theorem (The recursion theorem).

[L2]

Order and arithmetic: 1>01 > 0, so 3=1+1+1>1>03 = 1+1+1 > 1 > 0; a positive has a positive inverse; and 0<r<10 < r < 1 exactly when 1/r>11/r > 1, so 0<1/3<10 < 1/3 < 1 (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, Reciprocals and order: 1/r1/r against 11, Ordered field, Complete ordered field (least-upper-bound property)).

[L3]

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

[L4]

Absolute value: ab=ab|ab| = |a|\,|b|, and t=t|t| = t for t0t \ge 0, so (uv)/3=uv/3|(u-v)/3| = |u-v|/3 (Basic properties of the absolute value).

[L5]

Contractive sequences: a constant cc with 0<c<10 < c < 1 and xk+2xk+1cxk+1xk|x_{k+2} - x_{k+1}| \le c|x_{k+1} - x_k| at every index (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).

[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/3c = 1/3 satisfies 0<c<10 < c < 1.

givenL2
1.2

For every kk: xk+2xk+1=xk+1+13xk+13=xk+1xk3x_{k+2} - x_{k+1} = \dfrac{x_{k+1} + 1}{3} - \dfrac{x_k + 1}{3} = \dfrac{x_{k+1} - x_k}{3}, so xk+2xk+1=13xk+1xk|x_{k+2} - x_{k+1}| = \tfrac13 |x_{k+1} - x_k|.

givenL1L3L4
2.1

Hence (xk)(x_k) is contractive with contraction constant c=1/3c = 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 LL for its limit, and the error bound of [L6] holds for it with c=1/3c = 1/3.

step 2.1L6
4.1

The sequence kxk+1k \mapsto x_{k+1} is the first tail of (xk)(x_k), so it converges to LL; and by the algebra of limits k(xk+1)/3k \mapsto (x_k + 1)/3 converges to (L+1)/3(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)/3L = (L+1)/3, hence 3L=L+13L = L + 1, hence 2L=12L = 1 and L=1/2L = 1/2.

step 4.1L1L3L7
6.1

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

step 2.1step 3.1step 5.1

Remarks

CounterexampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-07-26Open item page →

The truncated decimal approximations of 2\sqrt{2} form a Cauchy sequence of rationals with no rational limit

Statement refuted

Refuted claim: every Cauchy sequence of rationals converges to a rational; equivalently, Q\mathbb{Q} is complete (FALSE: the rationals are complete, The rationals as equivalence classes of pairs of integers).

The witness is the sequence of truncated decimal approximations of 2\sqrt 2, s0=1s_0 = 1, s1=1.4s_1 = 1.4, s2=1.41s_2 = 1.41, s3=1.414s_3 = 1.414, and so on: sn=kn/10ns_n = k_n/10^n where knk_n is the largest natural number with kn22102nk_n^2 \le 2 \cdot 10^{2n}. That this sequence is Cauchy in Q\mathbb{Q} and has no rational limit is proved in full in FALSE: the rationals are complete and is not repeated here.

What this item adds is the view from R\mathbb{R}, which is what makes the witness informative rather than merely negative: the same sequence converges in R\mathbb{R}, and its limit is 2\sqrt 2. So the defect is not in the sequence but in Q\mathbb{Q}, and the contrast is exactly The Cauchy criterion from the least-upper-bound property: in a complete ordered field every Cauchy sequence converges, which says that a Cauchy sequence of reals never behaves this way.

Facts & Assumptions

Given: For nNn \in \mathbb{N} the rational sn=kn/10ns_n = k_n/10^n, where knk_n is the largest natural with kn22102nk_n^2 \le 2 \cdot 10^{2n}, together with the properties established for it in FALSE: the rationals are complete; and the real 2\sqrt 2 (Square roots exist: a unique a0\sqrt{a} \ge 0 with (a)2=a(\sqrt{a})^2 = a; the positives are {x2:x0}\{x^2 : x \neq 0\}). Rationals are identified with their images in R\mathbb{R} under the embedding qq^q \mapsto \hat q (The rationals embed densely in the reals), so (sn)(s_n) is also a sequence of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L1]

The construction and its properties: sn0s_n \ge 0, sn22<(sn+10n)2s_n^2 \le 2 < (s_n + 10^{-n})^2, and (sn)(s_n) is a Cauchy sequence of rationals with no rational limit (FALSE: the rationals are complete).

[L2]

The embedding qq^q \mapsto \hat q is an injective, order-preserving field homomorphism of Q\mathbb{Q} into R\mathbb{R}, so every identity and inequality between rationals holds between their images and conversely (The rationals embed densely in the reals, The rationals as equivalence classes of pairs of integers).

[L3]
[L4]

Powers and order: for a,b0a, b \ge 0, aba \le b exactly when a2b2a^2 \le b^2, and a<ba < b exactly when a2<b2a^2 < b^2 (Monotonicity of xxnx \mapsto x^n and of nann \mapsto a^n); and (1/t)n=1/tn=tn(1/t)^n = 1/t^n = t^{-n} for t0t \ne 0 (Laws of integer exponents).

[L9]

No rational squares to 22 (FALSE: some rational number squares to 2).

Counterexample

technique · direct
1.1

The inequalities of [L1] hold verbatim in R\mathbb{R}, since the embedding preserves the order and the field operations.

givenL1L2
1.2

0<1/10<10 < 1/10 < 1 and (1/10)n=10n(1/10)^n = 10^{-n} for every nn.

givenL4L5
2.1

From sn0s_n \ge 0, 20\sqrt 2 \ge 0 and sn22=(2)2s_n^2 \le 2 = (\sqrt 2)^2 we get sn2s_n \le \sqrt 2; from (2)2=2<(sn+10n)2(\sqrt 2)^2 = 2 < (s_n + 10^{-n})^2 with both bases 0\ge 0 we get 2<sn+10n\sqrt 2 < s_n + 10^{-n}. Hence 02sn<10n0 \le \sqrt 2 - s_n < 10^{-n} for every nn.

step 1.1L3L4
2.2

The sequence (10n)=((1/10)n)(10^{-n}) = ((1/10)^n) converges to 00.

step 1.2L6
3.1

The constant sequence 00 and the sequence (10n)(10^{-n}) both converge to 00, and 02sn10n0 \le \sqrt 2 - s_n \le 10^{-n} at every index, so the squeeze theorem gives 2sn0\sqrt 2 - s_n \to 0; by the algebra of limits sn=2(2sn)2s_n = \sqrt 2 - (\sqrt 2 - s_n) \to \sqrt 2.

step 2.1step 2.2L7
4.1

In particular (sn)(s_n) converges in R\mathbb{R} and is therefore Cauchy as a sequence of reals; this is the behaviour The Cauchy criterion from the least-upper-bound property: in a complete ordered field every Cauchy sequence converges guarantees for every Cauchy sequence of reals, and it is what fails in Q\mathbb{Q}.

step 3.1L8
4.2

Suppose (sn)(s_n) converged to a rational qq. Then in R\mathbb{R} it converges to q^\hat q, so q^=2\hat q = \sqrt 2 by uniqueness of limits, hence q^2=2\hat q^{\,2} = 2; the embedding is injective and preserves squaring, so q2=2q^2 = 2 in Q\mathbb{Q}.

step 3.1L2L3L8
5.1

No rational squares to 22, so no such qq exists: (sn)(s_n) is a Cauchy sequence of rationals with no rational limit, and the claim that Q\mathbb{Q} is complete is refuted.

step 4.2L1L9

Remarks

  • The limit exists; it is merely not rational. That is the entire content of the counterexample and the reason the construction of R\mathbb{R} is worth doing. The sequence is Cauchy in Q\mathbb{Q}, so Q\mathbb{Q} "should" have a limit for it, and the point at which it converges lies outside Q\mathbb{Q}.

  • Decimal truncation is a convenience, not the mechanism. Any sequence of rationals converging to any irrational does the same job, for instance the Babylonian iterates of The Babylonian sequence x1=2x_1 = 2, xk+1=(xk+2/xk)/2x_{k+1} = (x_k + 2/x_k)/2 decreases to 2\sqrt{2} started at 22, which are all rational and converge to 2\sqrt 2. Truncated decimals are chosen because the two-sided estimate sn2<sn+10ns_n \le \sqrt 2 < s_n + 10^{-n} is immediate from the definition of knk_n and turns into convergence with one application of the squeeze theorem.

  • Note which completeness is which. FALSE: the rationals are complete refutes Cauchy completeness of Q\mathbb{Q}. Q\mathbb{Q} also fails the least-upper-bound property, on the same underlying fact that 2Q\sqrt 2 \notin \mathbb{Q}, and the two failures are not the same statement: Cauchy completeness and Dedekind completeness differ in general, and coincide only in the presence of the Archimedean property. Two independent proofs that R\mathbb{R} is Cauchy complete, and why the library records both records where this library stands on that.

CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passverified 2026-08-05 (claude-sonnet-5)Open item page →

The nested open intervals (0,1/k)(0, 1/k) have empty intersection

Statement refuted

Refuted claim: a nested sequence of nonempty bounded open intervals has nonempty intersection (FALSE: a nested sequence of nonempty bounded open intervals has nonempty intersection, Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

The witness is Jk=(0,1/k)J_k = (0, 1/k) for k1k \ge 1: each is a nonempty bounded open interval, the family is nested, and

k1(0,1k)=.\bigcap_{k \ge 1}\Big(0, \frac{1}{k}\Big) = \emptyset .

The refutation is carried out in full in FALSE: a nested sequence of nonempty bounded open intervals has nonempty intersection and is recorded here as the named counterexample. The comparison worth keeping in view is the closed family [0,1/k][0, 1/k], which differs only by the inclusion of the left endpoint and intersects in {0}\{0\}; that computation is The nested intervals [0,1/k][0, 1/k] intersect in exactly {0}\{0\}.

Facts & Assumptions

Given: For jNj \in \mathbb{N} the open interval Jj:={xR:0<x<1/(j+1)}J_j := \{x \in \mathbb{R} : 0 < x < 1/(j+1)\}, which is the family (0,1/k)(0,1/k) for k1k \ge 1 under the substitution k=j+1k = j+1 (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L1]

The family (Jj)(J_j) consists of nonempty bounded open intervals, is nested, and has empty intersection (FALSE: a nested sequence of nonempty bounded open intervals has nonempty intersection, Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

[L2]

Canonical naturals are positive and strictly increasing in the index (Canonical naturals are positive and strictly increasing); reciprocals of positives are positive and reciprocation reverses the order (Inverses of positives are positive, and reciprocation reverses order).

[L3]

Reciprocal Archimedean property: for every real ε>0\varepsilon > 0 there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon (For every ε>0\varepsilon > 0 in a complete ordered field there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon, Every complete ordered field is Archimedean).

[L4]

Trichotomy of the order on R\mathbb{R} (Complete ordered field (least-upper-bound property), Ordered field).

[L5]

The refuted claim: a nested sequence of nonempty bounded open intervals has nonempty intersection.

Counterexample

technique · direct
1.1

Each JjJ_j is a nonempty bounded open interval and Jj+1JjJ_{j+1} \subseteq J_j, so the family is an instance of the claim, which asserts that its intersection is nonempty.

givenL1L5
2.1

Suppose xx belonged to every JjJ_j. Then x>0x > 0, and x<1/(j+1)x < 1/(j+1) for every jNj \in \mathbb{N}.

step 1.1L1
3.1

Since x>0x > 0, fix a natural n1n \ge 1 with 1/n<x1/n < x, and write n=j+1n = j + 1 with jNj \in \mathbb{N}; step 2.1 then gives x<1/nx < 1/n as well, which trichotomy forbids.

step 2.1L2L3L4
4.1

So no such xx exists: jJj=\bigcap_j J_j = \emptyset, and the claim is refuted by a family of nonempty bounded open intervals.

step 1.1step 3.1L1L5

Remarks

CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-26Open item page →

The nested closed unbounded sets [k,)[k, \infty) have empty intersection, so boundedness cannot be dropped

Statement refuted

Refuted claim: a nested sequence of nonempty closed intervals has nonempty intersection, boundedness being unnecessary (A nested sequence of nonempty closed bounded intervals has nonempty intersection, and the intersection is a single point exactly when the lengths tend to 00, Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

The witness is Ik=[k,)I_k = [k, \infty) for kNk \in \mathbb{N}, where kk denotes the canonical natural of R\mathbb{R}. Each is a nonempty closed interval, the family is nested, and

kN[k,)=.\bigcap_{k \in \mathbb{N}} [k, \infty) = \emptyset .

A nested sequence of nonempty closed bounded intervals has nonempty intersection, and the intersection is a single point exactly when the lengths tend to 00 therefore cannot be improved by deleting "bounded" from its hypotheses. Together with the open-interval counterexample on this page, which deletes "closed" instead, this shows that the two hypotheses are independent and that neither is an artefact of the proof.

Facts & Assumptions

Given: For kNk \in \mathbb{N} the set Ik:={xR:kx}I_k := \{x \in \mathbb{R} : k \le x\}, where kk denotes the canonical natural k1Rk \cdot 1_{\mathbb{R}}; this is the closed interval [k,)[k,\infty) (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length, Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L1]

Intervals: [a,)={x:ax}[a, \infty) = \{x : a \le x\} is a closed interval, it is not bounded above, and it is nonempty since it contains aa (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

[L2]

Canonical naturals: mm1Rm \mapsto m \cdot 1_{\mathbb{R}} is strictly increasing, so kk+1k \le k+1 in R\mathbb{R} for every kNk \in \mathbb{N} (Canonical naturals are positive and strictly increasing).

[L3]

Archimedean property: for every real xx there is a natural n1n \ge 1 with x<n1Rx < n \cdot 1_{\mathbb{R}} (Every complete ordered field is Archimedean).

[L4]

Trichotomy and transitivity of the order on R\mathbb{R} (Complete ordered field (least-upper-bound property), Ordered field).

[L6]

The refuted claim: a nested sequence of nonempty closed intervals has nonempty intersection.

Counterexample

technique · direct
1.1

Each IkI_k is a nonempty closed interval, containing the canonical natural kk; and none of them is bounded, since [a,)[a,\infty) has no upper bound.

givenL1
2.1

The family is nested: kk+1k \le k+1 in R\mathbb{R}, so k+1xk+1 \le x implies kxk \le x, that is Ik+1IkI_{k+1} \subseteq I_k.

step 1.1L2L4
3.1

Suppose xx belonged to every IkI_k. Then k1Rxk \cdot 1_{\mathbb{R}} \le x for every kNk \in \mathbb{N}.

step 2.1L1
4.1

By the Archimedean property fix a natural n1n \ge 1 with x<n1Rx < n \cdot 1_{\mathbb{R}}; step 3.1 applied to k=nk = n gives n1Rxn \cdot 1_{\mathbb{R}} \le x, which trichotomy forbids.

step 3.1L3L4
5.1

So no such xx exists: the family (Ik)(I_k) consists of nonempty closed intervals, is nested, and has empty intersection. The claim is refuted, and boundedness cannot be dropped from A nested sequence of nonempty closed bounded intervals has nonempty intersection, and the intersection is a single point exactly when the lengths tend to 00.

step 1.1step 2.1step 4.1L5L6

Remarks

CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-26Open item page →

xk=kx_k = \sqrt{k} has xk+1xk0x_{k+1} - x_k \to 0 and is not Cauchy

Statement refuted

Refuted claim: a sequence of reals whose consecutive differences tend to 00 is Cauchy (FALSE: if xk+1xk0|x_{k+1} - x_k| \to 0 then (xk)(x_k) is Cauchy, Limits and Cauchy sequences of reals).

The witness is xk=kx_k = \sqrt k for kNk \in \mathbb{N}. Its consecutive differences satisfy

xk+1xk  =  k+1k  =  1k+1+k    0,x_{k+1} - x_k \;=\; \sqrt{k+1} - \sqrt{k} \;=\; \frac{1}{\sqrt{k+1} + \sqrt{k}} \;\longrightarrow\; 0,

while the sequence itself is unbounded, hence not Cauchy (Every Cauchy sequence of reals is bounded). The refutation is carried out in full in FALSE: if xk+1xk0|x_{k+1} - x_k| \to 0 then (xk)(x_k) is Cauchy; this item records the witness and adds the sharper statement that k\sqrt k diverges to ++\infty (Divergence to ++\infty and to -\infty).

Facts & Assumptions

Given: The sequence (xk)(x_k) of reals with xk:=kx_k := \sqrt k, where kk denotes the canonical natural k1Rk \cdot 1_{\mathbb{R}} (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Square roots exist: a unique a0\sqrt{a} \ge 0 with (a)2=a(\sqrt{a})^2 = a; the positives are {x2:x0}\{x^2 : x \neq 0\}).

[L1]

The witness and its two properties: xk+1xk=1/(k+1+k)x_{k+1} - x_k = 1/(\sqrt{k+1} + \sqrt k) tends to 00, and (xk)(x_k) is unbounded and not Cauchy (FALSE: if xk+1xk0|x_{k+1} - x_k| \to 0 then (xk)(x_k) is Cauchy).

[L3]

Powers and order: for a,b0a, b \ge 0 and n1n \ge 1, a<ba < b exactly when an<bna^n < b^n (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); reciprocals of positives are positive and reciprocation reverses the order (Inverses of positives are positive, and reciprocation reverses order).

[L6]

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

[L7]

Every Cauchy sequence of reals is bounded (Every Cauchy sequence of reals is bounded).

[L8]

Divergence to ++\infty: for every real MM there is KK with xk>Mx_k > M for all kKk \ge K (Divergence to ++\infty and to -\infty).

[L9]

Trichotomy and transitivity of the order on R\mathbb{R} (Complete ordered field (least-upper-bound property), Ordered field).

Counterexample

technique · direct
1.1

The sequence (xk)(x_k) satisfies the hypothesis of the refuted claim, its consecutive differences tending to 00, and it is not Cauchy.

givenL1L7
1.2

The failure is as strong as possible: (xk)(x_k) diverges to ++\infty. Let MRM \in \mathbb{R} and put M:=MMM' := |M| \ge M, so M0M' \ge 0. By [L5] fix a natural n1n \ge 1 with (M)2<n(M')^2 < n.

givenL5L6
2.1

It therefore refutes the claim: having null consecutive differences does not make a sequence Cauchy.

step 1.1L1
3.1

For every knk \ge n: (xk)2=kn>(M)2(x_k)^2 = k \ge n > (M')^2 with xk0x_k \ge 0 and M0M' \ge 0, so xk>MMx_k > M' \ge M. Since MM was arbitrary, xk+x_k \to +\infty.

step 1.2L2L3L4L8L9

Remarks

CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passverified 2026-08-06 (claude-sonnet-5)Open item page →

The sequence 1,1,2,1,3,1,4,1, 1, 2, 1, 3, 1, 4, \dots is unbounded and has a convergent subsequence

Statement refuted

Refuted claim: a sequence of reals with a convergent subsequence is bounded, which is the converse of Bolzano-Weierstrass: every bounded real sequence has a convergent subsequence (FALSE: a sequence with a convergent subsequence is bounded (the converse of Bolzano-Weierstrass), Sequences of reals: bounded, eventually, frequently, tails, subsequences).

The witness is the interleaving

1,  1,  2,  1,  3,  1,  4,  1,\; 1,\; 2,\; 1,\; 3,\; 1,\; 4,\; \dots

whose terms at even indices are 1,2,3,1, 2, 3, \dots and whose terms at odd indices are all 11. It is unbounded, and its odd-indexed subsequence is constant, hence convergent. The refutation is carried out in full in FALSE: a sequence with a convergent subsequence is bounded (the converse of Bolzano-Weierstrass); this item records the witness and adds the computation of its subsequential limit set.

Facts & Assumptions

[L1]

The witness: (yn)(y_n) is well defined, the subsequence (yoj)(y_{o_j}) is constantly 11 and converges to 11, and (yn)(y_n) is unbounded (FALSE: a sequence with a convergent subsequence is bounded (the converse of Bolzano-Weierstrass)).

[L3]

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

[L4]

Boundedness of a sequence and of a subset of R\mathbb{R} (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Lower bound, bounded below, bounded set); a constant sequence converges to its value (Limits and Cauchy sequences of reals); and every convergent sequence of reals is bounded (Every convergent sequence is bounded).

[L6]

Absolute value: t=t|t| = t for t0t \ge 0 (Basic properties of the absolute value); trichotomy of the order (Complete ordered field (least-upper-bound property), Ordered field).

[L7]

Bolzano-Weierstrass: every bounded sequence of reals has a convergent subsequence (Bolzano-Weierstrass: every bounded real sequence has a convergent subsequence).

[L8]

The refuted claim: a sequence of reals with a convergent subsequence is bounded.

Counterexample

technique · direct
1.1

(yn)(y_n) has a convergent subsequence, namely the constant subsequence along oo, which converges to 11; so it satisfies the hypothesis of the claim.

givenL1L2L4L5L8
1.2

(yn)(y_n) is unbounded: no real MM satisfies ynM|y_n| \le M at every index.

givenL1L3L4L6
2.1

The claim is therefore refuted: a convergent subsequence does not force boundedness, and the converse of Bolzano-Weierstrass fails.

step 1.1step 1.2L7L8
3.1

The subsequential limit set of (yn)(y_n) is exactly {1}\{1\}. It contains 11 by step 1.1. Conversely, let (yni)(y_{n_i}) converge; a convergent sequence is bounded, and along the even indices the values yej=j+1y_{e_j} = j+1 exceed every bound, so only finitely many nin_i can lie in the range of ee; all later nin_i lie in the range of oo, where the value is 11, so the subsequence is eventually constantly 11 and its limit is 11.

step 1.1step 1.2L2L3L4L5

Remarks

CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-26Open item page →

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

Sources