Alphabeta Math
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=2, xk+1=(xk+2/xk)/2 decreases to 2

Example

Let (xk)k≥1 be given by

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

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

lim⁡kxk=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, which starts at 0 (Sequences of reals: bounded, eventually, frequently, tails, subsequences). The family above, indexed from 1, is realised as xk:=gk−1 for the sequence (gj)j∈N with g0=2 and gj+1=(gj+2/gj)/2, and the verification below works with (gj). The shift changes nothing: convergence and monotonicity read the same under it (Convergence depends only on the tail).

Facts & Assumptions

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

[L1]

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

[L2]

Square roots: every a≥0 has a unique s≥0 with s2=a; in particular (2)2=2 (Square roots exist: a unique a≥0 with (a)2=a; the positives are {x2:x≠0}, Integer powers am).

[L3]

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

[L4]

A nonzero square is positive: t≠0 gives t2>0 (Squares of nonzero elements are positive).

[L5]

Order and arithmetic: 1>0, hence 2=1+1>0 and 2>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 (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 g takes values in A by construction.

givenL5
1.2

By induction, (gj)2>2 for every j. Base: (g0)2=4>2. Step: assuming (gj)2>2, the identity (gj+1)2−2=((gj)2−22gj)2 holds by field arithmetic, and its right-hand side is the square of a nonzero element, since (gj)2−2>0 and 2gj>0, hence is >0.

givenL1L4L5
2.1

Every term satisfies gj>2: both gj and 2 are ≥0, and (2)2=2<(gj)2.

step 1.1step 1.2L2L3
2.2

The sequence is strictly decreasing: gj−gj+1=gj−12(gj+2/gj)=(gj)2−22gj>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) is nonincreasing.

step 1.1step 1.2L5L6
3.1

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

step 2.1step 2.2L6L7
4.1

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

step 2.1step 3.1L2L4L8
5.1

By the algebra of limits, using gj≠0 for every j and L≠0, the sequence j↦12(gj+2/gj) converges to 12(L+2/L).

step 1.1step 3.1step 4.1L8
6.1

The sequence j↦gj+1 is the first tail of (gj), so it also converges to L; 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), hence 2L=L+2/L, hence L=2/L and L2=2.

step 5.1step 6.1L8L5
8.1

Since L≥0 and L2=2, uniqueness of the nonnegative square root gives L=2. So (gj), and with it (xk), is strictly decreasing, stays above 2, and converges to 2.

step 4.1step 7.1step 2.1step 2.2L2∎

Remarks

  • The identification of the limit is the interesting half. Monotone convergence produces L 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)/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) has the same limit as (gj), so the two sides of the recursion may be compared in the limit.

  • The hypothesis L≠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 0 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+1−2=(gj−2)2/(2gj), so the error is squared at each step: the iteration is Newton's method applied to u2−2. The contractive estimate of Every contractive sequence is Cauchy, hence converges, with error bound ∣x−xk∣≤ck−1∣x2−x1∣/(1−c) for k≥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 2. The same proof with 2 replaced by any a>0, starting from any x1>0 with x12>a, converges to a. The starting value 2 is chosen because 22=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=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.

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

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

Example

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

⋂k≥1[0,1k]={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 0, 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 0.

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

Facts & Assumptions

Given: For j∈N the closed bounded interval Jj:=[0,1/(j+1)], where j+1 denotes the canonical natural (j+1)⋅1R, which is positive and hence invertible; and the lengths ℓj:=1/(j+1)−0=1/(j+1).

[L1]

Intervals: [a,b]={x:a≤x≤b} is a closed bounded interval, nonempty exactly when a≤b, of length b−a; and [a,a]={a} (Intervals of 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 0 (A nested sequence of nonempty closed bounded intervals has nonempty intersection, and the intersection is a single point exactly when the lengths tend to 0).

[L3]

Canonical naturals: n⋅1R>0 for n≥1, and m↦m⋅1R is strictly increasing (Canonical naturals are positive and strictly increasing).

[L4]

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

[L5]

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

[L6]

Absolute value: ∣t∣=t when t≥0 (Basic properties of the absolute value).

[L7]

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

Verification

technique · direct
1.1

Each Jj is a nonempty closed bounded interval: j+1≥1 gives 1/(j+1)>0, so 0≤1/(j+1) and [L1] applies; its length is ℓj=1/(j+1).

givenL1L3L4
2.1

The family is nested: 0<(j+1)<(j+2) gives 0<1/(j+2)<1/(j+1), so 0≤x≤1/(j+2) implies 0≤x≤1/(j+1), that is Jj+1⊆Jj.

step 1.1L3L4
2.2

The lengths tend to 0. Let ε>0 be real and use [L5] to fix a natural n≥1 with 1/n<ε. For every j≥n we have 0<n≤j+1, hence 0<1/(j+1)≤1/n<ε, and ∣ℓj−0∣=ℓj<ε since ℓj>0.

step 1.1L3L4L5L6L7L8
3.1

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

step 1.1step 2.1step 2.2L2
4.1

That point is 0: indeed 0∈Jj for every j, since 0≤0≤1/(j+1), so 0 lies in the intersection, and a set that is a single point and contains 0 is {0}.

step 3.1step 1.1L1
5.1

Hence ⋂jJj={0}, which in the notation of the statement is ⋂k≥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) is bounded with subsequential limit set exactly {−1,1}

Example

For k≥1 let

xk=(−1)k(1+1k).

Then (xk) is bounded, with 1<∣xk∣≤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}.

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

Indexing and the sign. Written on N the sequence is uj:=tj(1+1/(j+1)) for j∈N, where tj:=−sj and (sk) is the alternating sequence of The even and odd index maps and the alternating sequence: strictly increasing e,o with N their disjoint union, and the unique (sk) with s0=1, sσ(k)=−sk, which satisfies ∣sk∣=1, s∘e≡1 and s∘o≡−1. Since sσ(j)=−sj, the sequence (tj) is j↦sj+1, so uj=xj+1 and (uj) is the family above under the substitution k=j+1. The verification uses (uj).

Facts & Assumptions

Given: The alternating sequence (sk) and the index maps e,o of The even and odd index maps and the alternating sequence: strictly increasing e,o with N their disjoint union, and the unique (sk) with s0=1, sσ(k)=−sk, which satisfies ∣sk∣=1, s∘e≡1 and s∘o≡−1; the sequence tj:=−sj; the sequence pj:=1+1/(j+1), where j+1 denotes the canonical natural (j+1)⋅1R; and uj:=tj pj (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L2]

Canonical naturals: n⋅1R>0 for n≥1, and m↦m⋅1R is strictly increasing (Canonical naturals are positive and strictly increasing).

[L3]

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

[L4]

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

[L5]

Absolute value: ∣ab∣=∣a∣∣b∣, ∣t∣≥0, ∣t∣=t for t≥0, and ∣t∣=1 forces t=1 or t=−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 (Limits and Cauchy sequences of reals, Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L8]

Subsequential limits: L∈SL⁡(u) exactly when some subsequence of (uj) converges to L (Subsequential limit of a real sequence, and the subsequential limit set).

Verification

technique · direct
1.1

For every j: j+1≥1 gives 0<1/(j+1)≤1, so 1<pj≤2; and ∣tj∣=∣−sj∣=∣sj∣=1.

givenL1L2L3L5
1.2

The sequence (pj) converges to 1: given a real ε>0, [L4] supplies a natural n≥1 with 1/n<ε, and for j≥n we have 0<1/(j+1)≤1/n<ε, so ∣pj−1∣=1/(j+1)<ε.

givenL2L3L4L5L7
2.1

(uj) is bounded, with 1<∣uj∣=∣tj∣ pj=pj≤2 at every index.

step 1.1L5L7
2.2

Along the even index map: tei=−sei=−1, so uei=−pei; since e is strictly increasing, (pei)i is a subsequence of (pj) and so converges to 1, whence uei→−1.

step 1.2L1L6L8
2.3

Along the odd index map: toi=−soi=1, so uoi=poi→1 by the same argument.

step 1.2L1L6L8
3.1

Hence −1∈SL⁡(u) and 1∈SL⁡(u).

step 2.2step 2.3L8
3.2

Conversely, let L∈SL⁡(u) and fix a strictly increasing n with uni→L. Then ∣uni∣→∣L∣; but ∣uni∣=pni by step 2.1, and (pni)i is a subsequence of (pj), so it converges to 1.

step 1.2step 2.1L6L8
4.1

By uniqueness of limits ∣L∣=1, so L=1 or L=−1.

step 3.2L5L6L9
5.1

Combining, SL⁡(u)={−1,1}; and (uj) does not converge, since a convergent sequence has exactly one subsequential limit. Bounded by step 2.1, the sequence (uj), that is (xk), 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)/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

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

The truncated decimal approximations of 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 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, s0=1, s1=1.4, s2=1.41, s3=1.414, and so on: sn=kn/10n where kn is the largest natural number with kn2≤2⋅102n. That this sequence is Cauchy in 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, which is what makes the witness informative rather than merely negative: the same sequence converges in R, and its limit is 2. So the defect is not in the sequence but in 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 n∈N the rational sn=kn/10n, where kn is the largest natural with kn2≤2⋅102n, together with the properties established for it in FALSE: the rationals are complete; and the real 2 (Square roots exist: a unique a≥0 with (a)2=a; the positives are {x2:x≠0}). Rationals are identified with their images in R under the embedding q↦q^ (The rationals embed densely in the reals), so (sn) is also a sequence of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L1]

The construction and its properties: sn≥0, sn2≤2<(sn+10−n)2, and (sn) is a Cauchy sequence of rationals with no rational limit (FALSE: the rationals are complete).

[L2]

The embedding q↦q^ is an injective, order-preserving field homomorphism of Q into 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]

Square roots: 2≥0 is the unique nonnegative real with (2)2=2 (Square roots exist: a unique a≥0 with (a)2=a; the positives are {x2:x≠0}, Integer powers am).

[L4]

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); and (1/t)n=1/tn=t−n for t≠0 (Laws of integer exponents).

[L9]

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

Counterexample

technique · direct
1.1

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

givenL1L2
1.2

0<1/10<1 and (1/10)n=10−n for every n.

givenL4L5
2.1

From sn≥0, 2≥0 and sn2≤2=(2)2 we get sn≤2; from (2)2=2<(sn+10−n)2 with both bases ≥0 we get 2<sn+10−n. Hence 0≤2−sn<10−n for every n.

step 1.1L3L4
2.2

The sequence (10−n)=((1/10)n) converges to 0.

step 1.2L6
3.1

The constant sequence 0 and the sequence (10−n) both converge to 0, and 0≤2−sn≤10−n at every index, so the squeeze theorem gives 2−sn→0; by the algebra of limits sn=2−(2−sn)→2.

step 2.1step 2.2L7
4.1

In particular (sn) converges in 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.

step 3.1L8
4.2

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

step 3.1L2L3L8
5.1

No rational squares to 2, so no such q exists: (sn) is a Cauchy sequence of rationals with no rational limit, and the claim that 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 is worth doing. The sequence is Cauchy in Q, so Q "should" have a limit for it, and the point at which it converges lies outside 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=2, xk+1=(xk+2/xk)/2 decreases to 2 started at 2, which are all rational and converge to 2. Truncated decimals are chosen because the two-sided estimate sn≤2<sn+10−n is immediate from the definition of kn 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. Q also fails the least-upper-bound property, on the same underlying fact that 2∉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 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) 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: the nine order-convex forms, nondegeneracy, and length).

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

⋂k≥1(0,1k)=∅.

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], which differs only by the inclusion of the left endpoint and intersects in {0}; that computation is The nested intervals [0,1/k] intersect in exactly {0}.

Facts & Assumptions

Given: For j∈N the open interval Jj:={x∈R:0<x<1/(j+1)}, which is the family (0,1/k) for k≥1 under the substitution k=j+1 (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L1]

The family (Jj) 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: 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 there is a natural n≥1 with 1/n<ε (For every ε>0 in a complete ordered field there is a natural n≥1 with 1/n<ε, Every complete ordered field is Archimedean).

[L5]

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

Counterexample

technique · direct
1.1

Each Jj is a nonempty bounded open interval and Jj+1⊆Jj, so the family is an instance of the claim, which asserts that its intersection is nonempty.

givenL1L5
2.1

Suppose x belonged to every Jj. Then x>0, and x<1/(j+1) for every j∈N.

step 1.1L1
3.1

Since x>0, fix a natural n≥1 with 1/n<x, and write n=j+1 with j∈N; step 2.1 then gives x<1/n as well, which trichotomy forbids.

step 2.1L2L3L4
4.1

So no such x exists: ⋂jJj=∅, 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,∞) 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 0, Intervals of R: the nine order-convex forms, nondegeneracy, and length).

The witness is Ik=[k,∞) for k∈N, where k denotes the canonical natural of R. Each is a nonempty closed interval, the family is nested, and

⋂k∈N[k,∞)=∅.

A nested sequence of nonempty closed bounded intervals has nonempty intersection, and the intersection is a single point exactly when the lengths tend to 0 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 k∈N the set Ik:={x∈R:k≤x}, where k denotes the canonical natural k⋅1R; this is the closed interval [k,∞) (Intervals of R: the nine order-convex forms, nondegeneracy, and length, Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L1]

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

[L2]

Canonical naturals: m↦m⋅1R is strictly increasing, so k≤k+1 in R for every k∈N (Canonical naturals are positive and strictly increasing).

[L3]

Archimedean property: for every real x there is a natural n≥1 with x<n⋅1R (Every complete ordered field is Archimedean).

[L4]

Trichotomy and transitivity of the order on 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 Ik is a nonempty closed interval, containing the canonical natural k; and none of them is bounded, since [a,∞) has no upper bound.

givenL1
2.1

The family is nested: k≤k+1 in R, so k+1≤x implies k≤x, that is Ik+1⊆Ik.

step 1.1L2L4
3.1

Suppose x belonged to every Ik. Then k⋅1R≤x for every k∈N.

step 2.1L1
4.1

By the Archimedean property fix a natural n≥1 with x<n⋅1R; step 3.1 applied to k=n gives n⋅1R≤x, which trichotomy forbids.

step 3.1L3L4
5.1

So no such x exists: the family (Ik) 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 0.

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=k has xk+1−xk→0 and is not Cauchy

Statement refuted

Refuted claim: a sequence of reals whose consecutive differences tend to 0 is Cauchy (FALSE: if ∣xk+1−xk∣→0 then (xk) is Cauchy, Limits and Cauchy sequences of reals).

The witness is xk=k for k∈N. Its consecutive differences satisfy

xk+1−xk  =  k+1−k  =  1k+1+k  ⟶  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+1−xk∣→0 then (xk) is Cauchy; this item records the witness and adds the sharper statement that k diverges to +∞ (Divergence to +∞ and to −∞).

Facts & Assumptions

Given: The sequence (xk) of reals with xk:=k, where k denotes the canonical natural k⋅1R (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Square roots exist: a unique a≥0 with (a)2=a; the positives are {x2:x≠0}).

[L1]

The witness and its two properties: xk+1−xk=1/(k+1+k) tends to 0, and (xk) is unbounded and not Cauchy (FALSE: if ∣xk+1−xk∣→0 then (xk) is Cauchy).

[L3]

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

[L4]

Canonical naturals: positive for n≥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 for t≥0, and ∣t∣≥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 +∞: for every real M there is K with xk>M for all k≥K (Divergence to +∞ and to −∞).

[L9]

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

Counterexample

technique · direct
1.1

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

givenL1L7
1.2

The failure is as strong as possible: (xk) diverges to +∞. Let M∈R and put M′:=∣M∣≥M, so M′≥0. By [L5] fix a natural n≥1 with (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 k≥n: (xk)2=k≥n>(M′)2 with xk≥0 and M′≥0, so xk>M′≥M. Since M was arbitrary, xk→+∞.

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,… 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,  …

whose terms at even indices are 1,2,3,… and whose terms at odd indices are all 1. 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) is well defined, the subsequence (yoj) is constantly 1 and converges to 1, and (yn) is unbounded (FALSE: a sequence with a convergent subsequence is bounded (the converse of Bolzano-Weierstrass)).

[L3]

Canonical naturals: positive for m≥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 (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 for t≥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) has a convergent subsequence, namely the constant subsequence along o, which converges to 1; so it satisfies the hypothesis of the claim.

givenL1L2L4L5L8
1.2

(yn) is unbounded: no real M satisfies ∣yn∣≤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) is exactly {1}. It contains 1 by step 1.1. Conversely, let (yni) converge; a convergent sequence is bounded, and along the even indices the values yej=j+1 exceed every bound, so only finitely many ni can lie in the range of e; all later ni lie in the range of o, where the value is 1, so the subsequence is eventually constantly 1 and its limit is 1.

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/xk from x1=1 has strictly decreasing consecutive gaps and diverges, so no uniform c<1 exists

Statement refuted

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

∣xk+2−xk+1∣<∣xk+1−xk∣for every k,

is contractive, or at least converges (Contractive sequence: ∣xk+2−xk+1∣≤c ∣xk+1−xk∣ for a fixed 0<c<1, Every contractive sequence is Cauchy, hence converges, with error bound ∣x−xk∣≤ck−1∣x2−x1∣/(1−c) for k≥1).

The witness is x1=1, xk+1=xk+1/xk. Its gaps are xk+1−xk=1/xk, strictly decreasing because (xk) is strictly increasing; and the sequence diverges to +∞ (Divergence to +∞ and to −∞). Since a contractive sequence converges (Every contractive sequence is Cauchy, hence converges, with error bound ∣x−xk∣≤ck−1∣x2−x1∣/(1−c) for k≥1), no contraction constant c<1 can exist for it: the ratios of consecutive gaps are all below 1 but have no bound below 1 that works at every index.

Indexing. Written on N the sequence is (gj) with g0=1 and gj+1=gj+1/gj, and xk:=gk−1 for k≥1 (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

Facts & Assumptions

Given: The set A:={u∈R:u≥1}, the element 1∈A, and the function f:A→A with f(u)=u+1/u, which lands in A because u≥1>0 gives 1/u>0 and hence f(u)>u≥1; by the recursion theorem (The recursion theorem) the unique g:N→A with g0=1 and gj+1=f(gj); and the gaps dj:=gj+1−gj.

[L1]

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

[L2]

Order and arithmetic: 1>0, so 2=1+1>0; sums of positives are positive; adding a constant preserves the order; a positive has a positive inverse, and 0<a<b gives 0<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 and u⋅(1/u)=1, so (u+1/u)2=u2+2+1/u2; and for a,b≥0, a<b exactly when a2<b2 (Integer powers am, Monotonicity of x↦xn and of n↦an).

[L4]

Canonical naturals: positive for n≥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 for t≥0 and ∣t∣≥t (Basic properties of the absolute value).

[L6]
[L7]

Divergence to +∞ (Divergence to +∞ and to −∞); 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 gj≥1>0, since g takes values in A by construction.

givenL2
2.1

The sequence is strictly increasing: dj=gj+1−gj=1/gj>0, and consecutive comparisons give strict increase.

step 1.1L2L6
2.2

By induction, (gj)2≥1+2j for every j, where j denotes the canonical natural. Base: (g0)2=1=1+2⋅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).

step 1.1L1L2L3L4
3.1

The gaps are strictly decreasing: 0<gj<gj+1 gives 0<1/gj+1<1/gj, that is 0<dj+1<dj; and ∣dj+1∣<∣dj∣ since both are positive.

step 1.1step 2.1L2L5
3.2

(gj) diverges to +∞. Let M∈R and put M′:=∣M∣≥M, so M′≥0. By [L4] fix a natural n≥1 with (M′)2<n. Then (gn)2≥1+2n>n>(M′)2, and since gn≥0 and M′≥0 this gives gn>M′≥M; for every k≥n strict increase gives gk≥gn>M.

step 2.1step 2.2L3L4L5L7
4.1

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

step 3.2L7
5.1

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

step 4.1L8
6.1

So (gj), that is (xk), has strictly decreasing consecutive gaps by step 3.1, diverges to +∞ by step 3.2, and admits no uniform c<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