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.

15 results · all verified · 13 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 2 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Monotone Sequences, Bolzano-Weierstrass, and Cauchy Completeness

1 · Prerequisites

2 · Summary

Objective. This page is where the least-upper-bound property first produces limits. Everything on the sequences page, linked under Prerequisites above, held in any Archimedean ordered field: uniqueness of limits, the algebra of limits, the order limit theorem and the squeeze theorem are all statements whose proofs never open the completeness axiom. Nothing there could produce a limit that was not handed to it. The four results proved here all can, and each of them spends completeness exactly once: the monotone convergence theorem, the nested interval property, Bolzano-Weierstrass, and the Cauchy criterion.

The order of the page is chosen so that the use of completeness stays in one place. A nondecreasing sequence bounded above converges to the supremum of its range, and a nonincreasing sequence bounded below to the infimum is the only item that reaches for a supremum directly, and every later existence statement is routed through it. The nested interval property is monotone convergence applied to the two endpoint sequences. Bolzano-Weierstrass is Every real sequence has a monotone subsequence (the peak / rising-sun lemma), which uses nothing about R\mathbb{R} beyond trichotomy of its order, followed by A monotone sequence converges if and only if it is bounded, which is where the axiom is actually spent. And The Cauchy criterion from the least-upper-bound property: in a complete ordered field every Cauchy sequence converges is three cited lemmas in a row, two of which hold in any ordered field. A reader who wants to know where completeness is used on this page has one item to look at.

Monotone sequences. Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences fixes the vocabulary, with the unqualified word increasing reserved for the strict notion, and settles one point that recursive constructions make constantly: comparing consecutive terms suffices, and the equivalence with the global condition is an induction, written out there rather than assumed. A nondecreasing sequence bounded above converges to the supremum of its range, and a nonincreasing sequence bounded below to the infimum then says that a bounded monotone sequence converges, and names the limit: the supremum of the range in the nondecreasing case, the infimum in the nonincreasing one. That identification, not the bare existence, is what makes the theorem a tool for computing limits, as the recursive sequences of the companion page show. A nondecreasing sequence that is not bounded above diverges to ++\infty closes the dichotomy: a nondecreasing sequence either converges to the supremum of its range or diverges to ++\infty, with nothing in between, and A monotone sequence converges if and only if it is bounded states the resulting equivalence in the form the rest of the page consumes.

Intervals and nesting. Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length records the nine order-convex forms, the nondegeneracy conditions, and length, with the deliberate warning that ±\pm\infty is notation and never an element of R\mathbb{R}. Its consumer is 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, which is stated here in a slightly stronger form than usual: a nested sequence of nonempty closed bounded intervals intersects in [supak,infbk][\,\sup a_k, \inf b_k\,], not merely in something nonempty, and the intersection is a single point exactly when the lengths tend to 00. Both hypotheses are load bearing and each fails on its own witness, one on each side of the companion page: dropping closedness gives the empty intersection of The nested open intervals (0,1/k)(0, 1/k) have empty intersection, and dropping boundedness gives the empty intersection of The nested closed unbounded sets [k,)[k, \infty) have empty intersection, so boundedness cannot be dropped. The proof needs no Archimedean input, which is worth saying because the textbook argument for the single-point case usually does use it; here the lengths converge to bab - a by the algebra of limits and the two directions are the two directions of ba=0b - a = 0.

Subsequences and Bolzano-Weierstrass. Subsequential limit of a real sequence, and the subsequential limit set combines two notions already fixed on the sequences page, and stresses the distinction between a subsequential limit of a sequence and a limit point of a set. The work is in Every real sequence has a monotone subsequence (the peak / rising-sun lemma), the peak or rising-sun lemma: every real sequence, with no hypothesis at all, has a monotone subsequence. Its two cases are literal negations of one another, so no completeness enters the split, and both recursions choose a least element supplied by the well-ordering principle, so no form of the axiom of choice is used either. That is the reason Bolzano-Weierstrass in R\mathbb{R} is choice-free, in contrast with sequential compactness in a general metric space. Bolzano-Weierstrass: every bounded real sequence has a convergent subsequence is then two citations, and it is the exact repair of the false statement FALSE: every bounded sequence converges proved on the previous page: boundedness does not give convergence, it gives a convergent subsequence.

Cauchy completeness from the axioms. Every Cauchy sequence of reals is bounded and A Cauchy sequence with a convergent subsequence converges, to that subsequence’s limit are the two ordered-field halves, and The Cauchy criterion from the least-upper-bound property: in a complete ordered field every Cauchy sequence converges joins them to Bolzano-Weierstrass. This library already knew that every Cauchy sequence of reals converges: it is The reals are complete, proved on the Cauchy-construction page by a diagonal argument on representatives. The two proofs are not the same theorem twice. One is a fact about the object that construction produced; the other is a fact about the axioms, and holds in every complete ordered field however it was obtained. Two independent proofs that R\mathbb{R} is Cauchy complete, and why the library records both sets out why both are kept, and states plainly which implications are not proved on this page: that Cauchy completeness plus the Archimedean property gives back the least-upper-bound property, and likewise for nested intervals. Those belong to the page on the equivalent forms of completeness, which comes later in the reading order, and no item here may be cited for them.

Contractive sequences. 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 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 are the constructive payoff of the Cauchy criterion: a hypothesis that never mentions the limit yields convergence and a computable error bound, xxkck1x2x1/(1c)|x - x_k| \le c^{k-1}|x_2 - x_1|/(1-c) for k1k \ge 1. The index restriction there is a genuine hypothesis and not a convention, and the theorem says so with a witness; the classical statement is written for sequences indexed from 11, where the question cannot arise, and this library indexes from 00. The one hypothesis that carries the whole result is that the constant cc is uniform in kk, and 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 is the sequence whose gaps each shrink, whose gap ratios all lie below 11, and which diverges, because those ratios approach 11 and no single constant works. For r<1|r| < 1 the sequence rkr^k is null, and for r>1|r| > 1 the sequence rk|r|^k diverges to ++\infty is the estimate underneath, and 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 is a piece of bookkeeping collected once rather than three times: the even and odd index maps, their disjointness proved rather than asserted, and the unique sequence with s0=1s_0 = 1 and sσ(k)=sks_{\sigma(k)} = -s_k.

The three false statements are the three ways this material is misremembered. Nested open intervals need not intersect (FALSE: a nested sequence of nonempty bounded open intervals has nonempty intersection), so closedness is not a convenience of the proof. Consecutive differences tending to 00 do not make a sequence Cauchy (FALSE: if xk+1xk0|x_{k+1} - x_k| \to 0 then (xk)(x_k) is Cauchy), since the Cauchy condition constrains all late pairs of indices and not only adjacent ones; k\sqrt k settles it. And a convergent subsequence says nothing about the sequence, not even that it is bounded (FALSE: a sequence with a convergent subsequence is bounded (the converse of Bolzano-Weierstrass)), so the converse of Bolzano-Weierstrass fails as badly as it can.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: AI-adaptedProof: Not applicablejudge pass (z-ai/glm-5.2)audited 2026-07-26Open item page →

Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length

Definition

Throughout, R\mathbb{R} is the complete ordered field (Complete ordered field (least-upper-bound property), Ordered field) with its order (Order on the reals).

A subset IRI \subseteq \mathbb{R} is order-convex when

x,yI and xzy    zI.x, y \in I \text{ and } x \le z \le y \;\Longrightarrow\; z \in I .

The intervals of R\mathbb{R} are the sets of the following nine forms, where a,bRa, b \in \mathbb{R}:

bounded formsone-sided and full forms
(a,b)(a,b){x:a<x<b}\{x : a < x < b\}(a,)(a,\infty){x:a<x}\{x : a < x\}
[a,b][a,b]{x:axb}\{x : a \le x \le b\}[a,)[a,\infty){x:ax}\{x : a \le x\}
[a,b)[a,b){x:ax<b}\{x : a \le x < b\}(,b)(-\infty,b){x:x<b}\{x : x < b\}
(a,b](a,b]{x:a<xb}\{x : a < x \le b\}(,b](-\infty,b]{x:xb}\{x : x \le b\}
(,)(-\infty,\infty)R\mathbb{R}

An interval is open when both of its written endpoints are excluded, that is for the forms (a,b)(a,b), (a,)(a,\infty), (,b)(-\infty,b) and (,)(-\infty,\infty); it is closed when both written endpoints are included, that is for [a,b][a,b], [a,)[a,\infty), (,b](-\infty,b] and (,)(-\infty,\infty). The forms [a,b)[a,b) and (a,b](a,b] are half-open.

The symbols ±\pm\infty are notation and not elements of R\mathbb{R}. They mark which side carries no endpoint condition at all; the five forms in the right column are defined by the displayed conditions on xx alone, and no arithmetic is ever performed with \infty. This is the same refusal to extend R\mathbb{R} silently that Conventions: sup\sup \emptyset, unbounded sets, and the extended reals records for suprema.

Every one of the nine forms is order-convex. Each is defined by a conjunction of at most two conditions, each of the shape a<xa < x, axa \le x, x<bx < b or xbx \le b, and each such condition is inherited by an intermediate point: if a<xa < x and xzx \le z then a<za < z, and if zyz \le y and y<by < b then z<bz < b, by transitivity of the order (Ordered field). Applying this to whichever one or two conditions define the form in question gives zIz \in I whenever x,yIx, y \in I and xzyx \le z \le y.

Bounded intervals. An interval is bounded (Lower bound, bounded below, bounded set) exactly when it is of one of the four forms in the left column: for those, aa is a lower bound and bb an upper bound. The other five forms are unbounded, on the side or sides written with \infty; the verification is in the remarks below.

Nondegeneracy. An interval is degenerate when it has at most one element, and nondegenerate when it has at least two. For the four bounded forms with endpoints aa and bb:

  • [a,b][a,b] is nonempty exactly when aba \le b, and it is nondegenerate exactly when a<ba < b. It is the singleton {a}\{a\} when a=ba = b.
  • (a,b)(a,b), [a,b)[a,b) and (a,b](a,b] are nonempty exactly when a<ba < b, and then each is nondegenerate.

The only assertion here that is not immediate from the defining conditions is that a<ba < b makes (a,b)(a,b) nonempty with at least two points. It holds because a<(a+b)/2<ba < (a+b)/2 < b, which follows from a<ba < b by adding aa, respectively bb, to both sides and halving (Ordered field); repeating the halving inside (a,(a+b)/2)(a, (a+b)/2) produces a second point.

Closed bounded intervals. These are the sets [a,b][a,b] with aba \le b, which is exactly the condition making them nonempty. They are the intervals the nested interval property is stated for, and the phrase closed bounded interval always carries the hypothesis aba \le b in this library.

Length. The length of a bounded interval presented by its endpoints aba \le b is

=ba    0.\ell = b - a \;\ge\; 0 .

Length is attached to the presentation by endpoints and is not recovered from the set: (a,b)(a,b), [a,b)[a,b) and (a,b](a,b] are all empty when a=ba = b, and so is (c,c)(c,c) for any other cc, while each of these presentations has length 00, so nothing inconsistent arises; but the endpoints are named explicitly at every point where a length is used in this library, and never inferred from the set. Unbounded intervals are assigned no length.

Remarks

  • Why the five unbounded forms really are unbounded. Take [a,)[a,\infty) and suppose uRu \in \mathbb{R} were an upper bound of it. The element x=a+ua+1x = a + |u - a| + 1 satisfies xax \ge a, so x[a,)x \in [a,\infty), and xa+(ua)+1=u+1>ux \ge a + (u - a) + 1 = u + 1 > u, since tt|t| \ge t (Basic properties of the absolute value) and 1>01 > 0 (The multiplicative identity is positive). That contradicts xux \le u. The same computation with aa replaced by any element of (a,)(a,\infty) handles the open form, and reflecting through the origin handles (,b)(-\infty,b) and (,b](-\infty,b]; R\mathbb{R} itself is unbounded on both sides for the same reason. Note that this uses no Archimedean property: it is the failure of a single bound, not the cofinality of the naturals.

  • The converse classification is not asserted here. It is true that every order-convex subset of R\mathbb{R} is empty or one of the nine forms, and the proof runs through suprema and infima, but nothing in this library needs it and it is not proved anywhere here. What is used is only the direction proved above: each of the nine forms is order-convex.

  • Degenerate intervals are kept, not excluded. [a,a]={a}[a,a] = \{a\} and (a,a)=(a,a) = \emptyset are intervals under this definition. Excluding them would force a nonemptiness hypothesis into every statement that produces an interval, and the nested interval property is a good illustration: its conclusion is that the intersection is nonempty, and in the equality case the intersection is the degenerate interval [a,a][a,a], which is exactly the single point.

DefinitionDefinition: AI-adaptedProof: Not applicablejudge pass (z-ai/glm-5.2)audited 2026-07-26Open item page →

Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences

Definition

Let (xk)(x_k) be a sequence of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences), with R\mathbb{R} ordered as in Order on the reals and Complete ordered field (least-upper-bound property), and with N\mathbb{N} ordered as in Order on the natural numbers. The sequence is:

  • nondecreasing when xjxkx_j \le x_k for all jkj \le k;
  • increasing (or strictly increasing) when xj<xkx_j < x_k for all j<kj < k;
  • nonincreasing when xjxkx_j \ge x_k for all jkj \le k;
  • decreasing (or strictly decreasing) when xj>xkx_j > x_k for all j<kj < k;
  • monotone when it is nondecreasing or nonincreasing;
  • strictly monotone when it is increasing or decreasing;
  • eventually monotone when some tail x(K)x^{(K)} (Sequences of reals: bounded, eventually, frequently, tails, subsequences) is monotone, that is when there is KNK \in \mathbb{N} such that the restriction of the comparison to indices K\ge K is one-signed.

An increasing sequence is nondecreasing and a decreasing sequence is nonincreasing, since jkj \le k means j<kj < k or j=kj = k and the second case gives equality. A sequence that is both nondecreasing and nonincreasing is constant.

Consecutive comparisons suffice, and that is an induction. The four conditions above quantify over all pairs of indices, but what one checks in practice, and what a recursive construction delivers, is the comparison of consecutive terms. The two agree:

(xk)(x_k) is nondecreasing if and only if xkxσ(k)x_k \le x_{\sigma(k)} for every kNk \in \mathbb{N}, and (xk)(x_k) is increasing if and only if xk<xσ(k)x_k < x_{\sigma(k)} for every kNk \in \mathbb{N}; likewise, with the inequalities reversed, for nonincreasing and decreasing.

The forward implications are the instances j=kj = k, k=σ(k)k = \sigma(k) of the definitions, using k<σ(k)k < \sigma(k) (Discreteness: σ(n)\sigma(n) is the immediate successor). For the converse, suppose xixσ(i)x_i \le x_{\sigma(i)} for every ii and fix kk; we show by induction on kk (The principle of mathematical induction) that xjxkx_j \le x_k for every jkj \le k. For k=0k = 0: j0j \le 0 forces j=0j = 0, and x0x0x_0 \le x_0. Assume the statement for kk and let jσ(k)j \le \sigma(k). If j=σ(k)j = \sigma(k) then xjxσ(k)x_j \le x_{\sigma(k)} by reflexivity. Otherwise j<σ(k)j < \sigma(k), and then jkj \le k: were k<jk < j we would have k<j<σ(k)k < j < \sigma(k), which Discreteness: σ(n)\sigma(n) is the immediate successor excludes, so jkj \le k by totality of the order on N\mathbb{N} (\le is a linear order on N\mathbb{N}). The induction hypothesis gives xjxkx_j \le x_k, and xkxσ(k)x_k \le x_{\sigma(k)} by assumption, so xjxσ(k)x_j \le x_{\sigma(k)} by transitivity. This completes the induction. The three remaining equivalences are the same argument with \le replaced by <<, \ge or >>, transitivity of the strict order being used in the same place.

Boundedness of a monotone sequence is one-sided. A nondecreasing sequence is bounded below by its first term x0x_0, and a nonincreasing sequence is bounded above by x0x_0, both immediately from the definition with j=0j = 0. So for a nondecreasing sequence the only substantive question is whether it is bounded above, and for a nonincreasing sequence whether it is bounded below. The range of (xk)(x_k) is the set {xk:kN}\{x_k : k \in \mathbb{N}\} (Sequences of reals: bounded, eventually, frequently, tails, subsequences), and it is bounded above, bounded below or bounded in the sense of Lower bound, bounded below, bounded set exactly when the sequence is.

Remarks

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

A nondecreasing sequence bounded above converges to the supremum of its range, and a nonincreasing sequence bounded below to the infimum

Statement

Let (xk)(x_k) be a sequence of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences) and let S={xk:kN}S = \{x_k : k \in \mathbb{N}\} be its range.

  1. If (xk)(x_k) is nondecreasing (Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences) and SS is bounded above (Lower bound, bounded below, bounded set), then (xk)(x_k) converges (Limits and Cauchy sequences of reals) and limkxk=supS.\lim_{k} x_k = \sup S .
  2. If (xk)(x_k) is nonincreasing and SS is bounded below, then (xk)(x_k) converges and limkxk=infS.\lim_{k} x_k = \inf S .

Both suprema and infima exist under the stated hypotheses: SS is nonempty, so the least-upper-bound property (Complete ordered field (least-upper-bound property)) supplies the first and Every nonempty set bounded below has an infimum the second, and each is unique (Suprema and infima are unique).

This is the first place in this track where the least-upper-bound property produces a limit. Everything on the sequences page held in any Archimedean ordered field; the theorem below does not, and the sequence of decimal truncations of 2\sqrt 2 inside Q\mathbb{Q} is the standard witness of its failure there.

Facts & Assumptions

Given: A sequence (xk)(x_k) of reals with range S={xk:kN}S = \{x_k : k \in \mathbb{N}\}, which is nonempty since x0Sx_0 \in S.

[L1]

Least-upper-bound property and uniqueness: a nonempty subset of R\mathbb{R} that is bounded above has a unique supremum, which is an upper bound of it (Complete ordered field (least-upper-bound property), Suprema and infima are unique).

[L2]

Greatest-lower-bound property and uniqueness: a nonempty subset of R\mathbb{R} that is bounded below has a unique infimum, which is a lower bound of it (Every nonempty set bounded below has an infimum, Suprema and infima are unique).

[L3]

Epsilon characterisation of the supremum: if uu is an upper bound of a nonempty SS, then u=supSu = \sup S exactly when for every ε>0\varepsilon > 0 there is sSs \in S with uε<su - \varepsilon < s (Epsilon characterisation of the supremum).

[L4]

Epsilon characterisation of the infimum: if \ell is a lower bound of a nonempty TT, then =infT\ell = \inf T exactly when for every ε>0\varepsilon > 0 there is tTt \in T with t<+εt < \ell + \varepsilon (Epsilon characterisation of the infimum).

[L5]

Monotonicity: nondecreasing means xjxkx_j \le x_k whenever jkj \le k, and nonincreasing means xjxkx_j \ge x_k whenever jkj \le k (Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences).

[L6]

Convergence, tested against a real ε\varepsilon: (xk)(x_k) converges to xx when for every rational ε>0\varepsilon > 0 there is KK with xkx<ε|x_k - x| < \varepsilon for all kKk \ge K, and producing such a KK for every real ε>0\varepsilon > 0 establishes this, since every positive rational is a positive real (Limits and Cauchy sequences of reals, Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L7]

Absolute value: for c>0c > 0, t<c|t| < c exactly when c<t<c-c < t < c (Basic properties of the absolute value).

[L8]

Bounded above and bounded below, for a subset of R\mathbb{R} (Lower bound, bounded below, bounded set).

Proof

technique · direct
1.1

Assume (xk)(x_k) is nondecreasing and SS is bounded above. Since SS is nonempty, u:=supSu := \sup S exists, is unique, and is an upper bound of SS.

givenL1L8
1.2

Assume (yk)(y_k) is nonincreasing with range TT bounded below. Since TT is nonempty, :=infT\ell := \inf T exists, is unique, and is a lower bound of TT.

givenL2L8
2.1

Every term satisfies xkux_k \le u, because xkSx_k \in S and uu is an upper bound of SS.

step 1.1L1
2.2

Every term satisfies yk\ell \le y_k, because ykTy_k \in T and \ell is a lower bound of TT.

step 1.2L2
2.3

Let ε>0\varepsilon > 0 be an arbitrary real. By [L3] there is sSs \in S with uε<su - \varepsilon < s, and every element of SS is a term, so s=xKs = x_K for some KNK \in \mathbb{N}.

step 1.1L3choose
2.4

Let ε>0\varepsilon > 0 be an arbitrary real. By [L4] there is tTt \in T with t<+εt < \ell + \varepsilon, and t=yLt = y_L for some LNL \in \mathbb{N}.

step 1.2L4choose
3.1

For every kKk \ge K we have xKxkx_K \le x_k by monotonicity, hence uε<xKxku - \varepsilon < x_K \le x_k.

step 2.3L5
3.2

For every kLk \ge L we have ykyLy_k \le y_L by monotonicity, hence ykyL<+εy_k \le y_L < \ell + \varepsilon.

step 2.4L5
4.1

For every kKk \ge K: subtracting uu from uε<xkuu - \varepsilon < x_k \le u gives ε<xku0<ε-\varepsilon < x_k - u \le 0 < \varepsilon, so xku<ε|x_k - u| < \varepsilon.

step 2.1step 3.1L7algebra
4.2

For every kLk \ge L: subtracting \ell from yk<+ε\ell \le y_k < \ell + \varepsilon gives ε<0yk<ε-\varepsilon < 0 \le y_k - \ell < \varepsilon, so yk<ε|y_k - \ell| < \varepsilon.

step 2.2step 3.2L7algebra
5.1

The real ε>0\varepsilon > 0 was arbitrary and KK was produced from it, so (xk)(x_k) converges to u=supSu = \sup S, which is claim 1.

step 4.1L6
5.2

The real ε>0\varepsilon > 0 was arbitrary and LL was produced from it, so (yk)(y_k) converges to =infT\ell = \inf T, which is claim 2.

step 4.2L6
6.1

Both claims are established, so a nondecreasing sequence bounded above converges to the supremum of its range and a nonincreasing sequence bounded below converges to the infimum of its range.

step 5.1step 5.2

Remarks

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

A nondecreasing sequence that is not bounded above diverges to ++\infty

Statement

Let (xk)(x_k) be a nondecreasing sequence of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences) whose range S={xk:kN}S = \{x_k : k \in \mathbb{N}\} is not bounded above (Lower bound, bounded below, bounded set). Then (xk)(x_k) diverges to ++\infty (Divergence to ++\infty and to -\infty): for every MRM \in \mathbb{R} there is KNK \in \mathbb{N} with xk>Mx_k > M for all kKk \ge K.

Read together with the monotone convergence theorem this says that a nondecreasing sequence has exactly two possible behaviours, with nothing in between: it converges to the supremum of its range, or it runs away to ++\infty.

Facts & Assumptions

Given: A nondecreasing sequence (xk)(x_k) of reals whose range S={xk:kN}S = \{x_k : k \in \mathbb{N}\} is not bounded above.

[L1]

Monotonicity: xjxkx_j \le x_k whenever jkj \le k (Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences).

[L2]

Bounded above: SS is bounded above exactly when some MRM \in \mathbb{R} satisfies sMs \le M for every sSs \in S (Lower bound, bounded below, bounded set).

[L3]

Trichotomy: for reals ss and MM, exactly one of s<Ms < M, s=Ms = M, s>Ms > M holds, so the failure of sMs \le M is s>Ms > M (Complete ordered field (least-upper-bound property), Ordered field).

[L4]

Divergence to ++\infty: xk+x_k \to +\infty when for every MRM \in \mathbb{R} there is KNK \in \mathbb{N} such that xk>Mx_k > M for all kKk \ge K (Divergence to ++\infty and to -\infty).

[L5]

Every element of SS is a term of the sequence, and conversely (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

Proof

technique · direct
1.1

Let MRM \in \mathbb{R} be arbitrary. Since SS is not bounded above, MM is not an upper bound of SS, so some sSs \in S fails sMs \le M.

givenL2
2.1

By trichotomy that ss satisfies s>Ms > M, and being an element of SS it is a term: fix KNK \in \mathbb{N} with s=xKs = x_K, so xK>Mx_K > M.

step 1.1L3L5choose
3.1

For every kKk \ge K monotonicity gives xKxkx_K \le x_k, hence xkxK>Mx_k \ge x_K > M and so xk>Mx_k > M.

step 2.1L1
4.1

For every real MM an index KK has been produced with xk>Mx_k > M for all kKk \ge K, which is exactly divergence to ++\infty.

step 3.1L4

Remarks

CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passverified 2026-08-06 (claude-sonnet-5)Open item page →

A monotone sequence converges if and only if it is bounded

Statement

Let (xk)(x_k) be a monotone sequence of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences). Then (xk)(x_k) converges if and only if it is bounded, that is if and only if there is MRM \in \mathbb{R} with xkM|x_k| \le M for every kNk \in \mathbb{N}.

The forward implication holds for every sequence and is Every convergent sequence is bounded. What monotonicity buys is the converse, which is false for sequences in general.

Facts & Assumptions

Given: A monotone sequence (xk)(x_k) of reals, with range S={xk:kN}S = \{x_k : k \in \mathbb{N}\}.

[L2]

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

[L3]

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

[L4]

A sequence is bounded when some MM satisfies xkM|x_k| \le M for every kk; its range is bounded above by uu when xkux_k \le u for every kk, and bounded below by \ell when xk\ell \le x_k for every kk (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Lower bound, bounded below, bounded set).

[L5]

Absolute value: tM|t| \le M exactly when MtM-M \le t \le M (Basic properties of the absolute value).

Proof

technique · direct
1.1

Suppose (xk)(x_k) converges. Then it is bounded by [L3], and this direction uses neither the monotonicity hypothesis nor any case distinction.

givenL3
1.2

Suppose instead that (xk)(x_k) is bounded, and fix MM with xkM|x_k| \le M for every kk; then MxkM-M \le x_k \le M for every kk, so the range SS is bounded above by MM and bounded below by M-M.

givenL4L5assume-hyp
2.1

If (xk)(x_k) is nondecreasing then its range is bounded above by step 1.2, so (xk)(x_k) converges, to supS\sup S.

step 1.2L2assume-case nondec
2.2

If (xk)(x_k) is nonincreasing then its range is bounded below by step 1.2, so (xk)(x_k) converges, to infS\inf S.

step 1.2L2assume-case noninc
3.1

A monotone sequence is nondecreasing or nonincreasing, so those two cases exhaust the hypothesis, and in both a bounded monotone sequence converges.

step 2.1step 2.2L1cases: nondecreasing or nonincreasingcases-exhaustive
4.1

Both directions are established: a monotone sequence converges if and only if it is bounded.

step 1.1step 3.1

Remarks

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

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

Statement

For each kNk \in \mathbb{N} let Ik=[ak,bk]I_k = [a_k, b_k] be a closed bounded interval with akbka_k \le b_k (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length), and suppose the family is nested:

Ik+1Ik(kN).I_{k+1} \subseteq I_k \qquad (k \in \mathbb{N}).

Write k=bkak0\ell_k = b_k - a_k \ge 0 for the length of IkI_k. Then:

  1. kNIk\displaystyle\bigcap_{k \in \mathbb{N}} I_k is nonempty. More precisely, with a=sup{ak:kN}a = \sup\{a_k : k \in \mathbb{N}\} and b=inf{bk:kN}b = \inf\{b_k : k \in \mathbb{N}\}, both of which exist, one has aba \le b and kNIk=[a,b].\bigcap_{k \in \mathbb{N}} I_k = [a, b].
  2. kNIk\displaystyle\bigcap_{k \in \mathbb{N}} I_k is a single point if and only if k0\ell_k \to 0 (Limits and Cauchy sequences of reals).

Every hypothesis is load bearing. Dropping closedness makes the intersection empty; dropping boundedness does the same; and dropping nonemptiness of the individual intervals is vacuously fatal.

Facts & Assumptions

Given: Closed bounded intervals Ik=[ak,bk]I_k = [a_k, b_k] with akbka_k \le b_k for every kNk \in \mathbb{N} and Ik+1IkI_{k+1} \subseteq I_k for every kk; the sequences (ak)(a_k) and (bk)(b_k) of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences); their ranges A={ak:kN}A = \{a_k : k \in \mathbb{N}\} and B={bk:kN}B = \{b_k : k \in \mathbb{N}\}, both nonempty; and k=bkak\ell_k = b_k - a_k.

[L1]

Closed bounded intervals: [a,b]={xR:axb}[a,b] = \{x \in \mathbb{R} : a \le x \le b\}; it is nonempty exactly when aba \le b, it is the singleton {a}\{a\} when a=ba = b, it has two distinct elements aa and bb when a<ba < b, and its length is bab - a (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

[L2]

Least-upper-bound property and uniqueness: a nonempty subset of R\mathbb{R} bounded above has a unique supremum; the supremum is an upper bound and is \le every upper bound (Complete ordered field (least-upper-bound property), Suprema and infima are unique).

[L3]

Greatest-lower-bound property and uniqueness: a nonempty subset of R\mathbb{R} bounded below has a unique infimum; the infimum is a lower bound and is \ge every lower bound (Every nonempty set bounded below has an infimum, Suprema and infima are unique).

[L4]

Monotone sequences, and the fact that consecutive comparisons suffice: xkxk+1x_k \le x_{k+1} for all kk makes (xk)(x_k) nondecreasing, and xk+1xkx_{k+1} \le x_k for all kk makes it nonincreasing (Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences).

[L5]

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

[L6]

Algebra of limits: if ukuu_k \to u and vkvv_k \to v then ukvkuvu_k - v_k \to u - v (Algebra of limits: sums, scalar multiples, products and quotients).

[L7]

A sequence of reals has at most one limit (A sequence has at most one limit).

[L8]

Bounded above and bounded below, for a subset of R\mathbb{R} (Lower bound, bounded below, bounded set).

[L9]

The order on N\mathbb{N} is total and transitive, so any two indices k,lk, l admit an index mm with kmk \le m and lml \le m, namely the larger of the two (Order on the natural numbers, \le is a linear order on N\mathbb{N}).

Proof

technique · direct
1.1

Nestedness read on the endpoints: since ak+1bk+1a_{k+1} \le b_{k+1}, both ak+1a_{k+1} and bk+1b_{k+1} lie in Ik+1IkI_{k+1} \subseteq I_k, so akak+1a_k \le a_{k+1} and bk+1bkb_{k+1} \le b_k for every kk.

givenL1
2.1

Hence (ak)(a_k) is nondecreasing and (bk)(b_k) is nonincreasing.

step 1.1L4
3.1

For all indices kk and ll: choosing mm with kmk \le m and lml \le m gives akambmbla_k \le a_m \le b_m \le b_l, so akbla_k \le b_l.

step 2.1givenL9
4.1

Every blb_l is therefore an upper bound of AA and every aka_k a lower bound of BB; both sets are nonempty, so a:=supAa := \sup A and b:=infBb := \inf B exist and are unique.

step 3.1L2L3L8
5.1

aba \le b: each blb_l is an upper bound of AA, so abla \le b_l for every ll by leastness of the supremum; thus aa is a lower bound of BB, and aba \le b by greatestness of the infimum.

step 4.1L2L3
5.2

By monotone convergence, akaa_k \to a and bkbb_k \to b.

step 2.1step 4.1L5
5.3

The intersection is exactly [a,b][a,b]: a real xx lies in every IkI_k exactly when akxbka_k \le x \le b_k for every kk, that is exactly when xx is an upper bound of AA and a lower bound of BB, and by leastness of aa and greatestness of bb that holds exactly when axba \le x \le b.

step 4.1L1L2L3
6.1

k=bkakba\ell_k = b_k - a_k \to b - a by the algebra of limits.

step 5.2L6
6.2

Since aba \le b, the interval [a,b][a,b] is nonempty, so the intersection is nonempty; together with step 5.3 this is claim 1.

step 5.1step 5.3L1
7.1

If k0\ell_k \to 0 then ba=0b - a = 0 by uniqueness of limits, so a=ba = b and the intersection is [a,a]={a}[a,a] = \{a\}, a single point.

step 5.3step 6.1L1L7
7.2

Conversely, if the intersection is a single point then a=ba = b: it equals [a,b][a,b] with aba \le b, and a<ba < b would give the two distinct elements aa and bb. Hence ba=0b - a = 0 and k0\ell_k \to 0 by step 6.1.

step 5.1step 5.3step 6.1L1
8.1

Claim 1 is step 6.2 and claim 2 is the pair of implications in steps 7.1 and 7.2, so a nested sequence of nonempty closed bounded intervals has nonempty intersection, equal to [a,b][a,b], and that intersection is a single point exactly when the lengths tend to 00.

step 6.2step 7.1step 7.2

Remarks

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (z-ai/glm-5.2)audited 2026-07-26Open item page →

Subsequential limit of a real sequence, and the subsequential limit set

Definition

Let (xk)(x_k) be a sequence of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences) and let LRL \in \mathbb{R}. Then LL is a subsequential limit of (xk)(x_k) when some subsequence of (xk)(x_k) converges to LL: that is, when there is a strictly increasing n:NNn : \mathbb{N} \to \mathbb{N} such that

xnjL(j)x_{n_j} \longrightarrow L \qquad (j \to \infty)

in the sense of Limits and Cauchy sequences of reals. The subsequential limit set of (xk)(x_k) is

SL(x)  :=  {LR:L is a subsequential limit of (xk)}R.\operatorname{SL}(x) \;:=\; \{\, L \in \mathbb{R} : L \text{ is a subsequential limit of } (x_k) \,\} \subseteq \mathbb{R}.

Both pieces of the definition are already fixed elsewhere and are only combined here: strictly increasing and subsequence are Sequences of reals: bounded, eventually, frequently, tails, subsequences, and converges is Limits and Cauchy sequences of reals. Nothing about (xk)(x_k) itself is assumed; in particular (xk)(x_k) is not assumed to converge, and SL(x)\operatorname{SL}(x) may be empty, a single point, or larger.

A subsequence looks arbitrarily far out. A strictly increasing index map satisfies njjn_j \ge j for every jj (A strictly increasing index map satisfies nkkn_k \ge k), so the indices njn_j are cofinal in N\mathbb{N} and a subsequential limit is determined by the behaviour of (xk)(x_k) at arbitrarily large indices. Consequently no finite initial segment of (xk)(x_k) affects SL(x)\operatorname{SL}(x): a sequence and each of its tails have the same subsequential limits.

Terminology. Some texts say cluster point, limit point or accumulation value of the sequence for the same notion. This library says subsequential limit throughout, reserving limit point for the topological notion of a limit point of a set, which is a different thing: the set {xk}\{x_k\} of values of the constant sequence xk=0x_k = 0 has no limit point, while 00 is a subsequential limit of that sequence.

Remarks

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

Every real sequence has a monotone subsequence (the peak / rising-sun lemma)

Statement

Every sequence of reals has a monotone subsequence: for every sequence (xk)(x_k) of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences) there is a strictly increasing n:NNn : \mathbb{N} \to \mathbb{N} such that the subsequence (xnj)(x_{n_j}) is monotone (Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences).

No hypothesis whatever is placed on (xk)(x_k): it need not be bounded, and it need not converge. Combined with the corollary later on this page, which converts monotone plus bounded into convergent, this is the whole content of the Bolzano-Weierstrass theorem.

Call an index nNn \in \mathbb{N} a peak of (xk)(x_k) when

xmxnfor every mn,x_m \le x_n \quad \text{for every } m \ge n,

that is, when no later term ever exceeds xnx_n. The proof splits on whether peaks occur arbitrarily late or stop occurring, and produces a nonincreasing subsequence in the first case and an increasing one in the second. The picture behind the name is the rising sun shining from the right: the peaks are the points that are not put in shadow by anything to their right.

Facts & Assumptions

Given: A sequence (xk)(x_k) of reals. An index nNn \in \mathbb{N} is called a peak when xmxnx_m \le x_n for every mnm \ge n, and PNP \subseteq \mathbb{N} denotes the set of peaks.

[L1]

Recursion theorem: for a set AA, an element aAa \in A and a function f:AAf : A \to A there is a unique g:NAg : \mathbb{N} \to A with g0=ag_0 = a and gσ(j)=f(gj)g_{\sigma(j)} = f(g_j) (The recursion theorem).

[L2]

Well-ordering principle: every nonempty subset of N\mathbb{N} has a least element (The well-ordering principle).

[L3]

Consecutive comparisons suffice for an index map: if nj<nσ(j)n_j < n_{\sigma(j)} for every jj then nn is strictly increasing (A strictly increasing index map satisfies nkkn_k \ge k).

[L4]

Consecutive comparisons suffice for monotonicity: if yσ(j)yjy_{\sigma(j)} \le y_j for every jj then (yj)(y_j) is nonincreasing, and if yj<yσ(j)y_j < y_{\sigma(j)} for every jj then (yj)(y_j) is increasing; in both cases (yj)(y_j) is monotone (Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences).

[L5]

Subsequences: for strictly increasing nn, the composite (xnj)(x_{n_j}) is a subsequence of (xk)(x_k) and is again a sequence of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L6]

Order on N\mathbb{N}: m<nm < n means mnm \le n and mnm \ne n; the order is total and transitive (Order on the natural numbers, \le is a linear order on N\mathbb{N}).

[L7]

Discreteness: N<σ(N)N < \sigma(N) for every NNN \in \mathbb{N} (Discreteness: σ(n)\sigma(n) is the immediate successor).

[L8]

Trichotomy in R\mathbb{R}: for reals s,ts, t exactly one of s<ts < t, s=ts = t, s>ts > t holds, so the failure of xmxnx_m \le x_n is xm>xnx_m > x_n, and xn>xnx_n > x_n is impossible (Order on the reals, Complete ordered field (least-upper-bound property), Ordered field).

Proof

technique · cases
1.1

Case (i). Assume that for every NNN \in \mathbb{N} there is a peak nn with n>Nn > N.

givenassume-case cofinal
1.2

Case (ii). Assume instead that there is N0NN_0 \in \mathbb{N} such that no n>N0n > N_0 is a peak.

givenassume-case bounded
2.1

In case (i) the set PP is nonempty, since the case hypothesis applied to N=0N = 0 produces a peak, so PP has a least element p0p_0.

step 1.1L2choose
2.2

In case (i), for each pPp \in P the set {qP:q>p}\{q \in P : q > p\} is nonempty, by the case hypothesis applied to N=pN = p; let f(p)f(p) be its least element. This defines f:PPf : P \to P with f(p)>pf(p) > p for every pPp \in P.

step 1.1L2construct
2.3

In case (ii) put A:={nN:n>N0}A := \{n \in \mathbb{N} : n > N_0\}; it is nonempty because σ(N0)>N0\sigma(N_0) > N_0.

step 1.2L7
3.1

In case (i), the recursion theorem applied to the set PP, the element p0p_0 and the function ff gives g:NPg : \mathbb{N} \to P with g0=p0g_0 = p_0 and gσ(j)=f(gj)g_{\sigma(j)} = f(g_j); every gjg_j is a peak and gj<gσ(j)g_j < g_{\sigma(j)} for every jj.

step 2.1step 2.2L1
3.2

In case (ii), each nAn \in A satisfies n>N0n > N_0 and so is not a peak, meaning some mnm \ge n has xm>xnx_m > x_n; such an mm is distinct from nn, since xn>xnx_n > x_n is impossible, hence m>n>N0m > n > N_0 and mAm \in A. The set of such mm is therefore a nonempty subset of AA; let h(n)h(n) be its least element. This defines h:AAh : A \to A with h(n)>nh(n) > n and xh(n)>xnx_{h(n)} > x_n.

step 2.3L2L6L8construct
4.1

In case (i), gg is strictly increasing by [L3], so (xgj)(x_{g_j}) is a subsequence of (xk)(x_k).

step 3.1L3L5
4.2

In case (i), for every jj the index gσ(j)g_{\sigma(j)} satisfies gσ(j)gjg_{\sigma(j)} \ge g_j and gjg_j is a peak, so xgσ(j)xgjx_{g_{\sigma(j)}} \le x_{g_j}; hence (xgj)(x_{g_j}) is nonincreasing, so monotone.

step 3.1L4
4.3

In case (ii), the recursion theorem applied to the set AA, the element σ(N0)\sigma(N_0) and the function hh gives g:NAg' : \mathbb{N} \to A with g0=σ(N0)g'_0 = \sigma(N_0) and gσ(j)=h(gj)g'_{\sigma(j)} = h(g'_j); thus gj<gσ(j)g'_j < g'_{\sigma(j)} and xgj<xgσ(j)x_{g'_j} < x_{g'_{\sigma(j)}} for every jj.

step 2.3step 3.2L1
5.1

In case (ii), gg' is strictly increasing by [L3], so (xgj)(x_{g'_j}) is a subsequence of (xk)(x_k), and it is increasing by [L4], so monotone.

step 4.3L3L4L5
6.1

Cases (i) and (ii) are literal negations of one another, so one of them holds; case (i) produces the monotone subsequence (xgj)(x_{g_j}) and case (ii) the monotone subsequence (xgj)(x_{g'_j}). Every sequence of reals therefore has a monotone subsequence.

step 4.1step 4.2step 5.1cases: exhaustive by negationcases-exhaustive

Remarks

  • The two cases are a negation pair, so no completeness is used to split them. Either peaks occur beyond every index, or they stop; nothing about R\mathbb{R} enters the dichotomy. The only properties of the reals used anywhere above are trichotomy of the order, in step 3.2, and nothing else. In particular this lemma holds verbatim in any linearly ordered set, and it is A monotone sequence converges if and only if it is bounded, not this lemma, that consumes the least-upper-bound property inside Bolzano-Weierstrass: every bounded real sequence has a convergent subsequence.

  • Which kind of monotone subsequence is produced depends on the case, and the statement deliberately does not say which. Case (i) gives a nonincreasing subsequence and case (ii) a strictly increasing one. A sequence may satisfy case (i) with no increasing subsequence at all, for instance a constant sequence, so nothing stronger than "monotone" can be claimed uniformly.

  • Choice is not used. Both recursions choose a least element, supplied by the well-ordering principle (The well-ordering principle), so the functions ff and hh are defined outright rather than selected, and The recursion theorem then produces the index map. This is why the lemma, and with it Bolzano-Weierstrass in R\mathbb{R}, needs no form of the axiom of choice, in contrast with the usual argument for sequential compactness in a general metric space.

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

Bolzano-Weierstrass: every bounded real sequence has a convergent subsequence

Statement

Every bounded sequence of reals has a convergent subsequence: if (xk)(x_k) is a sequence of reals and there is MRM \in \mathbb{R} with xkM|x_k| \le M for every kNk \in \mathbb{N} (Sequences of reals: bounded, eventually, frequently, tails, subsequences), then there is a strictly increasing n:NNn : \mathbb{N} \to \mathbb{N} and a real LL with xnjLx_{n_j} \to L.

Equivalently: the subsequential limit set of a bounded sequence is nonempty (Subsequential limit of a real sequence, and the subsequential limit set).

The theorem is the exact repair of the false claim that a bounded sequence converges. A bounded sequence need not converge, and the alternating sequence is the standing witness; what boundedness does force is that some subsequence converges. The converse of the theorem is false, and badly so: a sequence with a convergent subsequence need not be bounded.

Facts & Assumptions

Given: A sequence (xk)(x_k) of reals and a real MM with xkM|x_k| \le M for every kNk \in \mathbb{N}.

[L1]

Every sequence of reals has a monotone subsequence (Every real sequence has a monotone subsequence (the peak / rising-sun lemma)).

[L2]

A monotone sequence of reals converges if and only if it is bounded (A monotone sequence converges if and only if it is bounded).

[L3]

A subsequence (xnj)(x_{n_j}) of (xk)(x_k) along a strictly increasing nn is again a sequence of reals, and each of its terms is a term of (xk)(x_k); a sequence is bounded when some MM satisfies M|{\cdot}| \le M at every index (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L5]

LL is a subsequential limit of (xk)(x_k) when some subsequence of (xk)(x_k) converges to LL (Subsequential limit of a real sequence, and the subsequential limit set).

Proof

technique · direct
1.1

By [L1] fix a strictly increasing n:NNn : \mathbb{N} \to \mathbb{N} such that the subsequence (xnj)(x_{n_j}) is monotone; no hypothesis on (xk)(x_k) is needed for this step.

givenL1L4choose
2.1

(xnj)(x_{n_j}) is bounded: each of its terms is a term of (xk)(x_k), so xnjM|x_{n_j}| \le M for every jj, with the same MM.

step 1.1givenL3
3.1

Being monotone and bounded, (xnj)(x_{n_j}) converges; write LL for its limit.

step 1.1step 2.1L2
4.1

So (xk)(x_k) has a convergent subsequence, and LL is a subsequential limit of (xk)(x_k); in particular the subsequential limit set of a bounded sequence is nonempty.

step 3.1L5

Remarks

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

Every Cauchy sequence of reals is bounded

Statement

Every Cauchy sequence of reals is bounded: if (xk)(x_k) is a Cauchy sequence (Limits and Cauchy sequences of reals) then there is MRM \in \mathbb{R} with xkM|x_k| \le M for every kNk \in \mathbb{N} (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

This is the real-number counterpart of the lemma proving the same statement for Cauchy sequences of rationals inside Q\mathbb{Q}, and the argument is the same one: the Cauchy condition at a single value of ε\varepsilon confines all but finitely many terms, and the finitely many exceptions are handled by a maximum.

Facts & Assumptions

Given: A Cauchy sequence (xk)(x_k) of reals.

[A1]

Cauchy condition: for every rational ε>0\varepsilon > 0 there is KNK \in \mathbb{N} with xkxl<ε|x_k - x_l| < \varepsilon for all k,lKk, l \ge K (Limits and Cauchy sequences of reals).

[L1]

Triangle inequality: x=(xy)+yxy+y|x| = |(x - y) + y| \le |x - y| + |y| for all reals x,yx, y (The triangle inequality).

[L2]

Every nonempty finite list of reals has a maximum, so max{a0,,an}\max\{a_0, \dots, a_n\} is a well-determined real that dominates each listed value (Every nonempty finite set of reals has a maximum and a minimum, Maximum and minimum of a set).

[L3]

The rational 11 is positive, and the embedding of Q\mathbb{Q} in R\mathbb{R} carries it to 1R1 \in \mathbb{R}, so ε=1\varepsilon = 1 is an admissible test value in [A1] (The rationals embed densely in the reals).

[L4]

Order arithmetic in R\mathbb{R}: translation invariance, a<ba+c<b+ca < b \Rightarrow a + c < b + c (Order is preserved by adding a constant and by adding inequalities); and the mixed transitivity ab<ca<ca \le b < c \Rightarrow a < c, immediate from the reading of aba \le b as "a<ba < b or a=ba = b" together with transitivity of << (Complete ordered field (least-upper-bound property), Ordered field).

[L5]

The order on N\mathbb{N} is total, so every index satisfies kKk \le K or kKk \ge K (\le is a linear order on N\mathbb{N}).

[L6]

A sequence of reals is bounded when some MRM \in \mathbb{R} satisfies xkM|x_k| \le M at every index (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

Proof

technique · direct
1.1

Apply [A1] with the rational test value ε=1\varepsilon = 1: fix KNK \in \mathbb{N} such that xkxl<1|x_k - x_l| < 1 for all k,lKk, l \ge K.

A1L3choose
1.2

For all reals xkx_k and xKx_K the triangle inequality gives xkxkxK+xK|x_k| \le |x_k - x_K| + |x_K|.

L1
2.1

For every kKk \ge K: xkxK<1|x_k - x_K| < 1 by step 1.1, and adding xK|x_K| to both sides then combining with step 1.2 gives xk<xK+1|x_k| < |x_K| + 1.

step 1.1step 1.2L4
2.2

Define M:=max{x0,x1,,xK,xK+1}M := \max\{\,|x_0|, |x_1|, \dots, |x_K|, |x_K| + 1\,\}, the maximum of a nonempty finite list of reals, which exists by [L2].

step 1.1L2choose
3.1

For every kKk \le K: xk|x_k| is one of the listed values, so xkM|x_k| \le M.

step 2.2L2
3.2

For every kKk \ge K: xk<xK+1M|x_k| < |x_K| + 1 \le M, since xK+1|x_K| + 1 is one of the listed values.

step 2.1step 2.2L2
4.1

Every index satisfies kKk \le K or kKk \ge K, so xkM|x_k| \le M for every kNk \in \mathbb{N} and (xk)(x_k) is bounded.

step 3.1step 3.2L5L6

Remarks

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

A Cauchy sequence with a convergent subsequence converges, to that subsequence’s limit

Statement

Let (xk)(x_k) be a Cauchy sequence of reals (Limits and Cauchy sequences of reals) and suppose some subsequence (xnj)(x_{n_j}) converges to LRL \in \mathbb{R}, that is, LL is a subsequential limit of (xk)(x_k) (Subsequential limit of a real sequence, and the subsequential limit set). Then the whole sequence (xk)(x_k) converges, and its limit is LL.

So for a Cauchy sequence a single convergent subsequence already determines the behaviour of the sequence. This is exactly the step that upgrades Bolzano-Weierstrass into Cauchy completeness in the Cauchy criterion later on this page, and it is false without the Cauchy hypothesis.

Facts & Assumptions

Given: A Cauchy sequence (xk)(x_k) of reals, a strictly increasing n:NNn : \mathbb{N} \to \mathbb{N}, and LRL \in \mathbb{R} with xnjLx_{n_j} \to L.

[A1]

Cauchy condition: for every rational ε>0\varepsilon > 0 there is KK with xkxl<ε|x_k - x_l| < \varepsilon for all k,lKk, l \ge K (Limits and Cauchy sequences of reals).

[A2]

Convergence of the subsequence: for every rational ε>0\varepsilon > 0 there is JJ with xnjL<ε|x_{n_j} - L| < \varepsilon for all jJj \ge J (Limits and Cauchy sequences of reals, Subsequential limit of a real sequence, and the subsequential limit set, Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L1]

Triangle inequality: xL=(xy)+(yL)xy+yL|x - L| = |(x - y) + (y - L)| \le |x - y| + |y - L| (The triangle inequality).

[L2]

Growth of an index map: a strictly increasing nn satisfies njjn_j \ge j for every jj (A strictly increasing index map satisfies nkkn_k \ge k).

[L3]

Halving a rational: if ε\varepsilon is a positive rational then so is ε/2\varepsilon/2, and the embedding of Q\mathbb{Q} in R\mathbb{R} is a field embedding, so the image of ε/2\varepsilon/2 is half the image of ε\varepsilon and the two halves sum to ε\varepsilon (The rationals embed densely in the reals).

[L4]

The order on N\mathbb{N} is total and transitive, so two indices J,KJ, K admit an index jj with jJj \ge J and jKj \ge K (\le is a linear order on N\mathbb{N}).

[L5]

Convergence: (xk)(x_k) converges to LL when for every rational ε>0\varepsilon > 0 there is KK with xkL<ε|x_k - L| < \varepsilon for all kKk \ge K (Limits and Cauchy sequences of reals).

Proof

technique · direct
1.1

Let ε>0\varepsilon > 0 be an arbitrary rational; then ε/2\varepsilon/2 is again a positive rational, and ε/2+ε/2=ε\varepsilon/2 + \varepsilon/2 = \varepsilon.

givenL3
2.1

By [A1] applied to ε/2\varepsilon/2, fix KNK \in \mathbb{N} with xkxl<ε/2|x_k - x_l| < \varepsilon/2 for all k,lKk, l \ge K.

step 1.1A1choose
2.2

By [A2] applied to ε/2\varepsilon/2, fix JNJ \in \mathbb{N} with xnjL<ε/2|x_{n_j} - L| < \varepsilon/2 for all jJj \ge J.

step 1.1A2choose
3.1

Fix a single index jj with jJj \ge J and jKj \ge K; then njjKn_j \ge j \ge K, so the term xnjx_{n_j} is simultaneously within ε/2\varepsilon/2 of LL and within ε/2\varepsilon/2 of every xkx_k with kKk \ge K.

step 2.1step 2.2L2L4choose
4.1

For every kKk \ge K: xkLxkxnj+xnjL<ε/2+ε/2=ε|x_k - L| \le |x_k - x_{n_j}| + |x_{n_j} - L| < \varepsilon/2 + \varepsilon/2 = \varepsilon.

step 2.1step 2.2step 3.1L1
5.1

The rational ε>0\varepsilon > 0 was arbitrary and an index KK was produced for it, so (xk)(x_k) converges to LL.

step 4.1L5

Remarks

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

The Cauchy criterion from the least-upper-bound property: in a complete ordered field every Cauchy sequence converges

Statement

Every Cauchy sequence of reals converges to a real (Limits and Cauchy sequences of reals).

More carefully, this is a statement about the axioms: in a complete ordered field, that is in an ordered field with the least-upper-bound property (Complete ordered field (least-upper-bound property)), every Cauchy sequence converges. The proof below uses nothing about R\mathbb{R} except that property, through Bolzano-Weierstrass: every bounded real sequence has a convergent subsequence.

This library already knows the conclusion by a different route. It is proved on the Cauchy-construction page, where R\mathbb{R} is built out of Cauchy sequences of rationals and completeness is read off the construction. That proof is about a particular construction; this one is about the axioms, and it is what tells us the statement holds in any complete ordered field, however it was obtained.

Facts & Assumptions

Given: A Cauchy sequence (xk)(x_k) of reals, R\mathbb{R} being a complete ordered field.

[L1]

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

[L2]

Bolzano-Weierstrass: every bounded sequence of reals has a convergent subsequence, that is a strictly increasing nn and a real LL with xnjLx_{n_j} \to L (Bolzano-Weierstrass: every bounded real sequence has a convergent subsequence).

[L3]

A Cauchy sequence with a subsequence converging to LL converges to LL (A Cauchy sequence with a convergent subsequence converges, to that subsequence’s limit).

[L4]

Convergence of a sequence of reals to a real (Limits and Cauchy sequences of reals).

[L5]

R\mathbb{R} is a complete ordered field, and this is the only property of it used, through [L2] (Complete ordered field (least-upper-bound property)).

Proof

technique · direct
1.1

The Cauchy sequence (xk)(x_k) is bounded.

givenL1
2.1

Being bounded, (xk)(x_k) has a convergent subsequence: fix a strictly increasing n:NNn : \mathbb{N} \to \mathbb{N} and a real LL with xnjLx_{n_j} \to L.

step 1.1L2L5choose
3.1

The sequence (xk)(x_k) is Cauchy and has a subsequence converging to LL, so it converges to LL.

step 2.1L3
4.1

An arbitrary Cauchy sequence of reals has therefore been shown to converge to a real, so every Cauchy sequence of reals converges, and this was derived from the least-upper-bound property alone.

step 3.1L4L5

Remarks

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

For r<1|r| < 1 the sequence rkr^k is null, and for r>1|r| > 1 the sequence rk|r|^k diverges to ++\infty

Statement

Let rRr \in \mathbb{R} and let rkr^k be the integer power (Integer powers ama^m).

  1. If r<1|r| < 1 then (rk)(r^k) is null, that is rk0r^k \to 0 (Limits and Cauchy sequences of reals).
  2. If r>1|r| > 1 then (rk)(|r|^k) diverges to ++\infty (Divergence to ++\infty and to -\infty).

Claim 2 is stated for rk|r|^k and not for rkr^k on purpose: for r<1r < -1 the terms rkr^k alternate in sign and are unbounded, so they neither converge nor diverge to ++\infty; what is true of them is the statement about their absolute values.

Both claims come from Bernoulli's inequality (Bernoulli's inequality (1+x)n1+nx(1+x)^n \ge 1 + nx) and the Archimedean property. Nothing here needs the least-upper-bound property except through Every complete ordered field is Archimedean and For every ε>0\varepsilon > 0 in a complete ordered field there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon.

Facts & Assumptions

Given: A real rr, with integer powers as in Integer powers ama^m; for nNn \in \mathbb{N}, the symbol nn also denotes the canonical natural n1Rn \cdot 1_{\mathbb{R}} where it occurs in an arithmetic expression.

[L1]

Absolute value: x0|x| \ge 0; x=0|x| = 0 exactly when x=0x = 0; xy=xy|xy| = |x|\,|y|; and x=x|x| = x when x0x \ge 0, so in particular 1=1|1| = 1 because 1>01 > 0 (Basic properties of the absolute value, Absolute value in an ordered field, The multiplicative identity is positive).

[L2]

Induction principle (The principle of mathematical induction), and the recursion clauses a0=1a^0 = 1, ak+1=akaa^{k+1} = a^k a defining integer powers (Integer powers ama^m).

[L3]

Bernoulli's inequality: (1+x)n1+nx(1+x)^n \ge 1 + nx for x1x \ge -1 and nNn \in \mathbb{N} (Bernoulli's inequality (1+x)n1+nx(1+x)^n \ge 1 + nx).

[L4]

Power laws: (ab)n=anbn(ab)^n = a^n b^n, and an0a^n \ne 0 when a0a \ne 0 (Laws of integer exponents).

[L5]

Powers and order: a0a \ge 0 gives an0a^n \ge 0 and a>0a > 0 gives an>0a^n > 0; 1n=11^n = 1 for every nn (Monotonicity of xxnx \mapsto x^n and of nann \mapsto a^n).

[L6]

Reciprocals: a>0a > 0 gives a1>0a^{-1} > 0; 0<a<b0 < a < b gives 0<b1<a10 < b^{-1} < a^{-1} (Inverses of positives are positive, and reciprocation reverses order); and 0<t<10 < t < 1 exactly when 1/t>11/t > 1 (Reciprocals and order: 1/r1/r against 11).

[L7]

Archimedean property: for every xRx \in \mathbb{R} there is a natural n1n \ge 1 with x<nx < n (Every complete ordered field is Archimedean); and for every ε>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).

[L8]

Canonical naturals: n>0n > 0 for n1n \ge 1, and mnm \le n in N\mathbb{N} gives mnm \le n in R\mathbb{R} (Canonical naturals are positive and strictly increasing).

[L9]

Multiplying inequalities of nonnegatives: 0ab0 \le a \le b and 0cd0 \le c \le d give acbdac \le bd (Multiplying inequalities of positives).

[L10]

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

[L11]

Convergence to 00 and divergence to ++\infty for a sequence of reals; a rational test value ε>0\varepsilon > 0 is in particular a real one (Limits and Cauchy sequences of reals, Divergence to ++\infty and to -\infty, Sequences of reals: bounded, eventually, frequently, tails, subsequences).

Proof

technique · cases
1.1

First, rk=rk|r^k| = |r|^k for every kNk \in \mathbb{N}, by induction: at k=0k = 0 both sides are 1=1|1| = 1, and if rk=rk|r^k| = |r|^k then rk+1=rkr=rkr=rkr=rk+1|r^{k+1}| = |r^k r| = |r^k|\,|r| = |r|^k |r| = |r|^{k+1}.

givenL1L2
1.2

Case zero. Assume r=0r = 0.

givenassume-case zero
1.3

Case small. Assume 0<r<10 < |r| < 1.

givenassume-case small
1.4

Case large. Assume r>1|r| > 1.

givenassume-case large
2.1

In case zero, rk=0r^k = 0 for every k1k \ge 1: indeed r1=r0r=10=0r^1 = r^0 r = 1 \cdot 0 = 0, and if rk=0r^k = 0 then rk+1=rkr=0r^{k+1} = r^k r = 0, so induction gives the claim from k=1k = 1 on.

step 1.2L2
2.2

In case small, put s:=1/rs := 1/|r|, which is defined since r0|r| \ne 0, and h:=s1h := s - 1. Then s>1s > 1 and h>0h > 0.

step 1.3L1L6choose
2.3

In case large, put h:=r1h' := |r| - 1, so h>0h' > 0 and r=1+h|r| = 1 + h'.

step 1.4choose
3.1

In case zero, for every rational ε>0\varepsilon > 0 and every k1k \ge 1 we have rk0=0=0<ε|r^k - 0| = |0| = 0 < \varepsilon, so rk0r^k \to 0 and claim 1 holds.

step 2.1L1L11
3.2

In case small, rksk=(rs)k=1k=1|r|^k s^k = (|r| s)^k = 1^k = 1, so rk=1/sk|r|^k = 1/s^k, and sk>0s^k > 0.

step 2.2L4L5
3.3

In case small, Bernoulli applied to h>01h > 0 \ge -1 gives sk=(1+h)k1+kh>kh>0s^k = (1+h)^k \ge 1 + kh > kh > 0 for every k1k \ge 1, using 1>01 > 0 and kh>0kh > 0.

step 2.2L3L8L9
3.4

In case large, Bernoulli applied to h>01h' > 0 \ge -1 gives rk=(1+h)k1+kh|r|^k = (1 + h')^k \ge 1 + k h' for every kNk \in \mathbb{N}.

step 2.3L3
3.5

In case large, let MRM \in \mathbb{R} be arbitrary and use [L7] to fix a natural n1n \ge 1 with M/h<nM/h' < n; then MnhM \le n h', since multiplying M/hnM/h' \le n by h>0h' > 0 preserves the inequality.

step 2.3L7L9choose
3.6

In case small, let ε>0\varepsilon > 0 be rational; then εh>0\varepsilon h > 0, so [L7] supplies a natural N1N \ge 1 with 1/N<εh1/N < \varepsilon h, whence 1/(Nh)ε1/(Nh) \le \varepsilon on multiplying by 1/h>01/h > 0.

step 2.2L6L7L9choose
4.1

In case small, combining steps 3.2 and 3.3: 0<kh<sk0 < kh < s^k gives rk=1/sk<1/(kh)|r|^k = 1/s^k < 1/(kh) for every k1k \ge 1.

step 3.2step 3.3L6
4.2

In case large, for every knk \ge n we have khnhMk h' \ge n h' \ge M, so rk1+kh1+M>M|r|^k \ge 1 + k h' \ge 1 + M > M, the last step because 1>01 > 0.

step 3.4step 3.5L1L8L9
5.1

In case small, for every kNk \ge N we have khNh>0kh \ge Nh > 0, hence 1/(kh)1/(Nh)ε1/(kh) \le 1/(Nh) \le \varepsilon, and therefore rk0=rk=rk<1/(kh)ε|r^k - 0| = |r^k| = |r|^k < 1/(kh) \le \varepsilon.

step 1.1step 4.1step 3.6L6L8L9
5.2

In case large, an index nn has been produced for an arbitrary real MM with rk>M|r|^k > M for all knk \ge n, which is exactly divergence to ++\infty: claim 2 holds.

step 4.2L11
6.1

In case small, the rational ε>0\varepsilon > 0 was arbitrary and the index NN was produced from it, so rk0r^k \to 0 and claim 1 holds.

step 5.1L11
7.1

The hypothesis r<1|r| < 1 of claim 1 is exhausted by cases zero and small, since r0|r| \ge 0 with r=0|r| = 0 exactly when r=0r = 0, so trichotomy leaves only 0<r<10 < |r| < 1; the hypothesis r>1|r| > 1 of claim 2 is case large. Both claims are therefore established.

step 3.1step 5.2step 6.1L1L10cases: zero small or largecases-exhaustive

Remarks

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (z-ai/glm-5.2)audited 2026-07-26Open item page →

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

Definition

A sequence (xk)(x_k) of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences) is contractive when there is a real cc with

0<c<1andxk+2xk+1    cxk+1xkfor every kN,0 < c < 1 \qquad \text{and} \qquad |x_{k+2} - x_{k+1}| \;\le\; c\,|x_{k+1} - x_k| \quad \text{for every } k \in \mathbb{N},

the order and the absolute value being those of R\mathbb{R} (Order on the reals, Basic properties of the absolute value). Such a cc is called a contraction constant for (xk)(x_k).

The constant must not depend on kk. This is the whole content of the definition and the only place it can go wrong. A sequence whose consecutive gaps each shrink, so that

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

is not contractive on that evidence: what is required is a single c<1c < 1 working at every index simultaneously. The two conditions really are different: there is a sequence satisfying the second that satisfies the first for no c<1c < 1 and does not converge, and it is the named counterexample of the companion page, recalled in the remarks below.

The constant is not unique. If cc is a contraction constant then so is every cc' with cc<1c \le c' < 1, since cxk+1xkcxk+1xkc\,|x_{k+1} - x_k| \le c'\,|x_{k+1} - x_k| when xk+1xk0|x_{k+1} - x_k| \ge 0 (Basic properties of the absolute value). Statements about contractive sequences therefore quantify over a chosen constant, and the error bound in 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 is sharper for a smaller cc.

Degenerate cases are included. A constant sequence is contractive with every c(0,1)c \in (0,1), all the gaps being 00. A sequence that is eventually constant is contractive as soon as the inequality holds at the finitely many earlier indices. Nothing in the definition forces the gaps to be positive.

Remarks

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

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

Statement

Let (xk)(x_k) be a contractive sequence of reals with contraction constant cc, so 0<c<10 < c < 1 and xk+2xk+1cxk+1xk|x_{k+2} - x_{k+1}| \le c\,|x_{k+1} - x_k| for every kNk \in \mathbb{N} (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). Then:

  1. Geometric decay of the gaps. For every k1k \ge 1, xk+1xk    ck1x2x1.|x_{k+1} - x_k| \;\le\; c^{\,k-1}\,|x_2 - x_1| .
  2. Convergence. (xk)(x_k) is Cauchy (Limits and Cauchy sequences of reals) and therefore converges to some xRx \in \mathbb{R} (The Cauchy criterion from the least-upper-bound property: in a complete ordered field every Cauchy sequence converges).
  3. Error bound. For every k1k \ge 1, xxk    ck1x2x11c.|x - x_k| \;\le\; \frac{c^{\,k-1}\,|x_2 - x_1|}{1 - c} .

The restriction k1k \ge 1 in claim 3 is a hypothesis, not a convention. The displayed bound is false at k=0k = 0, even though c1c^{-1} is defined (Integer powers ama^m). Take c=1/2c = 1/2 and the sequence x0=0x_0 = 0, xk=1x_k = 1 for all k1k \ge 1: it is contractive with that cc, its limit is x=1x = 1, the right-hand side at k=0k = 0 is c1x2x1/(1c)=20/(1/2)=0c^{-1}\,|x_2 - x_1|/(1-c) = 2 \cdot 0 / (1/2) = 0, and the left-hand side is xx0=1|x - x_0| = 1. The classical statement of this theorem is written for sequences indexed from 11, where the question does not arise; this library indexes from 00 (Sequences of reals: bounded, eventually, frequently, tails, subsequences), so the hypothesis is stated.

Facts & Assumptions

Given: A sequence (xk)(x_k) of reals and a real cc with 0<c<10 < c < 1 such that xk+2xk+1cxk+1xk|x_{k+2} - x_{k+1}| \le c\,|x_{k+1} - x_k| for every kNk \in \mathbb{N}; the abbreviations D:=x2x10D := |x_2 - x_1| \ge 0 and A:=D/(1c)A := D/(1-c), which is defined and 0\ge 0 since 1c>01 - c > 0.

[L2]
[L3]

Integer powers: a0=1a^0 = 1, ak+1=akaa^{k+1} = a^k a; and the law am+n=amana^{m+n} = a^m a^n (Integer powers ama^m, Laws of integer exponents).

[L4]

Powers and order: a0a \ge 0 gives an0a^n \ge 0; 1n=11^n = 1 for every nn (Monotonicity of xxnx \mapsto x^n and of nann \mapsto a^n).

[L5]

Absolute value: t0|t| \ge 0, t=t|t| = |-t|, and tu|t| \le u exactly when utu-u \le t \le u (Basic properties of the absolute value).

[L6]

Multiplying inequalities of nonnegatives: 0ab0 \le a \le b and 0ef0 \le e \le f give aebfae \le bf (Multiplying inequalities of positives).

[L8]

Finite sums, their notation i<n\sum_{i<n}, and their laws: additivity, scaling, monotonicity, and telescoping i<n(ti+1ti)=tnt0\sum_{i<n}(t_{i+1} - t_i) = t_n - t_0 for any sequence (ti)(t_i) (Finite sums and finite products, by recursion, Laws of finite sums and finite products).

[L9]

Triangle inequality for finite sums: i<naii<nai\big|\sum_{i<n} a_i\big| \le \sum_{i<n} |a_i| (Triangle inequality for finite sums).

[L10]

Factorisation: 1cn=(1c)i<nci1 - c^{\,n} = (1 - c)\sum_{i<n} c^{\,i}, the case b=1b = 1, a=ca = c of bnan=(ba)i=0n1aibn1ib^n - a^n = (b-a)\sum_{i=0}^{n-1} a^i b^{\,n-1-i} together with 1m=11^m = 1; at n=0n = 0 both sides are 00 (Factorisation of bnanb^n - a^n, and the resulting Lipschitz estimate, Monotonicity of xxnx \mapsto x^n and of nann \mapsto a^n).

[L12]

Cauchy condition and convergence; it suffices to test a real ε>0\varepsilon > 0, since every positive rational is a positive real (Limits and Cauchy sequences of reals, Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L14]

Limits: a sequence and each of its tails converge to the same limit (Convergence depends only on the tail); the algebra of limits (Algebra of limits: sums, scalar multiples, products and quotients); compatibility of the absolute value with limits (The absolute value is compatible with limits); and preservation of non-strict inequalities in the limit (Limits preserve non-strict inequalities).

[L15]

The order on N\mathbb{N} is total, so any two indices are comparable (\le is a linear order on N\mathbb{N}).

Proof

technique · induction
1.1

Base case of claim 1, at k=1k = 1: x2x1c0x2x1=D|x_2 - x_1| \le c^{\,0}|x_2 - x_1| = D, since c0=1c^{\,0} = 1.

givenL3base
1.2

Inductive hypothesis: fix jNj \in \mathbb{N} and assume xj+2xj+1cjD|x_{j+2} - x_{j+1}| \le c^{\,j} D.

ih
1.3

By [L10], (1c)i<nci=1cn1(1-c)\sum_{i<n} c^{\,i} = 1 - c^{\,n} \le 1, since cn0c^{\,n} \ge 0; dividing by 1c>01 - c > 0 gives i<nci1/(1c)\sum_{i<n} c^{\,i} \le 1/(1-c).

givenL4L6L7L10
1.4

Let ε>0\varepsilon > 0 be an arbitrary real and put δ:=ε/(2(A+1))>0\delta := \varepsilon/(2(A+1)) > 0, which is defined since A+1>0A + 1 > 0. By [L11] fix JNJ \in \mathbb{N} with cj<δc^{\,j} < \delta for every jJj \ge J.

givenL4L7L11L12choose
2.1

Successor step: contractivity at the index j+1j+1 gives xj+3xj+2cxj+2xj+1ccjD=cj+1D|x_{j+3} - x_{j+2}| \le c\,|x_{j+2} - x_{j+1}| \le c \cdot c^{\,j} D = c^{\,j+1} D, the middle inequality by the inductive hypothesis multiplied by c>0c > 0.

step 1.2L1L3L6
3.1

By the induction principle, xj+2xj+1cjD|x_{j+2} - x_{j+1}| \le c^{\,j} D for every jNj \in \mathbb{N}; writing k=j+1k = j+1 this is claim 1: xk+1xkck1D|x_{k+1} - x_k| \le c^{\,k-1} D for every k1k \ge 1.

step 1.1step 2.1L2
4.1

Fix k1k \ge 1 and nNn \in \mathbb{N}, and put ti:=xk+it_i := x_{k+i}. Telescoping gives xk+nxk=tnt0=i<n(ti+1ti)x_{k+n} - x_k = t_n - t_0 = \sum_{i<n}(t_{i+1} - t_i), so xk+nxki<nxk+i+1xk+i|x_{k+n} - x_k| \le \sum_{i<n}|x_{k+i+1} - x_{k+i}|.

step 3.1L8L9
4.2

Each summand obeys claim 1 at the index k+i1k+i \ge 1: xk+i+1xk+ick+i1D=ck1ciD|x_{k+i+1} - x_{k+i}| \le c^{\,k+i-1} D = c^{\,k-1} c^{\,i} D.

step 3.1L3
5.1

Summing the bound of step 4.2 over i<ni < n, by monotonicity and scaling of finite sums, xk+nxkck1Di<nci|x_{k+n} - x_k| \le c^{\,k-1} D \sum_{i<n} c^{\,i}.

step 4.1step 4.2L8
6.1

Combining steps 5.1 and 1.3: for every k1k \ge 1 and every nNn \in \mathbb{N}, xk+nxkck1D/(1c)=ck1A|x_{k+n} - x_k| \le c^{\,k-1} D/(1-c) = c^{\,k-1} A.

step 5.1step 1.3L4L6
7.1

For all indices l,kJ+1l, k \ge J + 1: by comparability one of them is the smaller, say kk, and writing l=k+nl = k + n step 6.1 gives xlxkck1Ack1(A+1)δ(A+1)=ε/2<ε|x_l - x_k| \le c^{\,k-1} A \le c^{\,k-1}(A+1) \le \delta(A+1) = \varepsilon/2 < \varepsilon, using k1Jk - 1 \ge J; the case l<kl < k follows since xlxk=xkxl|x_l - x_k| = |x_k - x_l|.

step 6.1step 1.4L5L6L15
8.1

The real ε>0\varepsilon > 0 was arbitrary and the index J+1J+1 was produced from it, so (xk)(x_k) is Cauchy, and therefore converges to some xRx \in \mathbb{R}: this is claim 2.

step 7.1L12L13
9.1

Fix k1k \ge 1. The kk-th tail nxk+nn \mapsto x_{k+n} converges to xx, so as nn ranges over N\mathbb{N} the sequence nxk+nxkn \mapsto x_{k+n} - x_k converges to xxkx - x_k, so nxk+nxkn \mapsto |x_{k+n} - x_k| converges to xxk|x - x_k|; the constant sequence with value ck1Ac^{\,k-1}A converges to ck1Ac^{\,k-1}A, and step 6.1 compares the two at every nn.

step 6.1step 8.1L14
10.1

Preservation of non-strict inequalities in the limit therefore gives xxkck1A=ck1x2x1/(1c)|x - x_k| \le c^{\,k-1}A = c^{\,k-1}|x_2 - x_1|/(1-c) for every k1k \ge 1, which is claim 3; claims 1, 2 and 3 are thus all established.

step 3.1step 8.1step 9.1L14discharge-induction

Remarks

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

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

Statement

Let σ\sigma be the successor on N\mathbb{N} (The natural numbers N\mathbb{N} (von Neumann)). There are functions e,o:NNe, o : \mathbb{N} \to \mathbb{N} and a sequence (sk)(s_k) of reals (Sequences of reals: bounded, eventually, frequently, tails, subsequences) with the following properties.

  1. The index maps. ee is the unique function with e0=0e_0 = 0 and eσ(j)=σ(σ(ej))e_{\sigma(j)} = \sigma(\sigma(e_j)), and oo the unique function with o0=σ(0)o_0 = \sigma(0) and oσ(j)=σ(σ(oj))o_{\sigma(j)} = \sigma(\sigma(o_j)). Both are strictly increasing.
  2. The partition. N\mathbb{N} is the disjoint union of the ranges of ee and of oo: every natural number is eie_i for exactly one ii or oio_i for exactly one ii, and never both.
  3. The alternating sequence. (sk)(s_k) is the unique sequence of reals with s0=1,sσ(k)=sk(kN).s_0 = 1, \qquad s_{\sigma(k)} = -s_k \quad (k \in \mathbb{N}).
  4. Its values. sk=1|s_k| = 1 for every kk, so (sk)(s_k) is bounded; and sej=1,soj=1(jN),s_{e_j} = 1, \qquad s_{o_j} = -1 \qquad (j \in \mathbb{N}), that is ses \circ e is constantly 11 and sos \circ o constantly 1-1.

This is the sequence usually written sk=(1)ks_k = (-1)^k, with ej=2je_j = 2j and oj=2j+1o_j = 2j+1, presented by the recursions that its proofs actually use. It is collected here once because three separate items on this page and its companion need an alternating or interleaved witness, and rebuilding the recursion inside each of them is what this lemma exists to prevent.

Facts & Assumptions

Given: By the recursion theorem (The recursion theorem) applied to the set R\mathbb{R}, the element 11 and the function uuu \mapsto -u, the unique sequence (sk)(s_k) of reals with s0=1s_0 = 1 and sσ(k)=sks_{\sigma(k)} = -s_k; applied to the set N\mathbb{N}, the element 00 and the function iσ(σ(i))i \mapsto \sigma(\sigma(i)), the unique e:NNe : \mathbb{N} \to \mathbb{N} with e0=0e_0 = 0 and eσ(j)=σ(σ(ej))e_{\sigma(j)} = \sigma(\sigma(e_j)); and applied to N\mathbb{N}, the element σ(0)\sigma(0) and the same function, the unique o:NNo : \mathbb{N} \to \mathbb{N} with o0=σ(0)o_0 = \sigma(0) and oσ(j)=σ(σ(oj))o_{\sigma(j)} = \sigma(\sigma(o_j)) (The natural numbers N\mathbb{N} (von Neumann), Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L1]

Recursion theorem, including its uniqueness clause (The recursion theorem).

[L2]
[L3]

Order on N\mathbb{N}: i<σ(i)i < \sigma(i) for every ii, since σ(i)=i+1\sigma(i) = i + 1 gives iσ(i)i \le \sigma(i) and σ(i)i\sigma(i) \ne i; and the order is transitive and total (Order on the natural numbers, Addition of natural numbers, No natural number equals its own successor, \le is a linear order on N\mathbb{N}).

[L4]

Consecutive comparisons suffice: if ni<nσ(i)n_i < n_{\sigma(i)} for every ii then nn is strictly increasing (A strictly increasing index map satisfies nkkn_k \ge k).

[L5]

Absolute value and field arithmetic: u=u|-u| = |u| (Basic properties of the absolute value); v=v|v| = v whenever v0v \ge 0 (Absolute value in an ordered field, Order on the reals); and (u)=u-(-u) = u (Field).

[L6]

Order in R\mathbb{R}: 0<10 < 1 (The multiplicative identity is positive), sums of positives are positive and adding a constant preserves the order (Order is preserved by adding a constant and by adding inequalities, Complete ordered field (least-upper-bound property), Ordered field), so 1(1)=1+1>01 - (-1) = 1 + 1 > 0 and hence 1<1-1 < 1; in particular 111 \ne -1.

Proof

technique · induction
1.1

Base case for claim 4: s0=1=1|s_0| = |1| = 1, since 1>01 > 0 makes 1=1|1| = 1.

givenL5L6base
1.2

Inductive hypothesis: fix kNk \in \mathbb{N} and assume sk=1|s_k| = 1.

ih
1.3

Both index maps satisfy consecutive strict comparisons: ej<σ(ej)<σ(σ(ej))=eσ(j)e_j < \sigma(e_j) < \sigma(\sigma(e_j)) = e_{\sigma(j)}, and likewise oj<oσ(j)o_j < o_{\sigma(j)}, so ee and oo are strictly increasing and claim 1 holds, its uniqueness part being the uniqueness clause of the recursion theorem.

givenL1L3L4
1.4

By induction, sej=1s_{e_j} = 1 for every jj: the base case is se0=s0=1s_{e_0} = s_0 = 1, and if sej=1s_{e_j} = 1 then seσ(j)=sσ(σ(ej))=sσ(ej)=(sej)=sej=1s_{e_{\sigma(j)}} = s_{\sigma(\sigma(e_j))} = -s_{\sigma(e_j)} = -(-s_{e_j}) = s_{e_j} = 1.

givenL1L2L5
1.5

By induction, soj=1s_{o_j} = -1 for every jj: the base case is so0=sσ(0)=s0=1s_{o_0} = s_{\sigma(0)} = -s_0 = -1, and if soj=1s_{o_j} = -1 then soσ(j)=sσ(σ(oj))=(soj)=soj=1s_{o_{\sigma(j)}} = s_{\sigma(\sigma(o_j))} = -(-s_{o_j}) = s_{o_j} = -1.

givenL1L2L5
1.6

By induction on nn, every natural number satisfies: either n=ein = e_i and σ(n)=oi\sigma(n) = o_i for some ii, or n=oin = o_i and σ(n)=eσ(i)\sigma(n) = e_{\sigma(i)} for some ii. The base case is 0=e00 = e_0 with σ(0)=o0\sigma(0) = o_0. For the successor step, if n=ein = e_i and σ(n)=oi\sigma(n) = o_i then σ(n)=oi\sigma(n) = o_i and σ(σ(n))=σ(σ(ei))=eσ(i)\sigma(\sigma(n)) = \sigma(\sigma(e_i)) = e_{\sigma(i)}, which is the second alternative at σ(n)\sigma(n); and if n=oin = o_i and σ(n)=eσ(i)\sigma(n) = e_{\sigma(i)} then σ(n)=eσ(i)\sigma(n) = e_{\sigma(i)} and σ(σ(n))=σ(σ(oi))=oσ(i)\sigma(\sigma(n)) = \sigma(\sigma(o_i)) = o_{\sigma(i)}, which is the first alternative at σ(n)\sigma(n).

givenL1L2
1.7

The sequence (sk)(s_k) is the unique sequence of reals with s0=1s_0 = 1 and sσ(k)=sks_{\sigma(k)} = -s_k, by the uniqueness clause of the recursion theorem: this is claim 3.

givenL1
2.1

Successor step for claim 4: sσ(k)=sk=sk=1|s_{\sigma(k)}| = |-s_k| = |s_k| = 1.

step 1.2L5
2.2

In particular every natural number lies in the range of ee or in the range of oo, since each alternative of step 1.6 exhibits nn as such a value.

step 1.6
2.3

The two ranges are disjoint: if ei=oje_i = o_j for some i,ji, j then 1=sei=soj=11 = s_{e_i} = s_{o_j} = -1, contradicting 111 \ne -1.

step 1.4step 1.5L6
2.4

Each of ee and oo is injective, being strictly increasing, so a natural number in the range of ee is eie_i for exactly one ii, and likewise for oo.

step 1.3L3
3.1

By the induction principle, sk=1|s_k| = 1 for every kNk \in \mathbb{N}; hence sk1|s_k| \le 1 at every index and (sk)(s_k) is bounded. Together with steps 1.4 and 1.5 this is claim 4.

step 1.1step 2.1step 1.4step 1.5L2
4.1

Claim 2 follows: by step 2.2 every natural is in one of the two ranges, by step 2.3 not in both, and by step 2.4 the index realising it is unique. Claims 1, 2, 3 and 4 are therefore all established.

step 2.2step 2.3step 3.1step 2.4step 1.3step 1.7discharge-induction

Remarks

RemarkRemark: AI-adaptedProof: Not applicableaudited 2026-07-27Open item page →

Two independent proofs that R\mathbb{R} is Cauchy complete, and why the library records both

This library now contains two proofs of the same sentence, that every Cauchy sequence of reals converges, and they have almost nothing in common. This remark says what each one actually establishes, why neither makes the other redundant, and which further statements about completeness are not proved here.

Route 1: from the construction. The reals are complete lives on the Cauchy-construction page. There R\mathbb{R} is built as equivalence classes of Cauchy sequences of rationals, and completeness is proved by a diagonal argument on representatives: given a Cauchy sequence of reals, one picks a rational close to each term and shows the resulting rational sequence is Cauchy, so it is a real, and it is the limit. That argument is about the objects the construction produced, and every step of it mentions representatives.

Route 2: from the axioms. The Cauchy criterion from the least-upper-bound property: in a complete ordered field every Cauchy sequence converges, proved on this page, uses only that R\mathbb{R} is a complete ordered field (Complete ordered field (least-upper-bound property)). It goes through boundedness of Cauchy sequences, Bolzano-Weierstrass: every bounded real sequence has a convergent subsequence, and the upgrade of a convergent subsequence to a convergent sequence. Nothing in it refers to a construction, and it therefore proves the statement for every complete ordered field, however that field was obtained: by Dedekind cuts, by Cauchy sequences, or by fiat as an axiom system.

Why both are kept. The two are not the same theorem with two proofs; they are two theorems that happen to have the same words. Route 1 is a fact about the object this library built. Route 2 is a fact about the axioms, and it is the one that transfers. A reader who takes R\mathbb{R} axiomatically, as most courses do, has no access to Route 1 at all, and a reader following the construction gets Route 1 several pages before the machinery of Route 2 exists. Keeping only one would either strand a reader or hide the fact that the axioms alone suffice.

The uniqueness of the complete ordered field up to isomorphism means the two statements are about the same field, so no inconsistency is possible between them; but uniqueness is itself a theorem, and it does not turn one proof into the other.

Which implication is being proved, and which is not. Everything above proves

least upper bound property    Cauchy completeness.\text{least upper bound property} \;\Longrightarrow\; \text{Cauchy completeness}.

The converse is false as stated: Cauchy completeness alone does not imply the least-upper-bound property, and the standard counterexamples are non-Archimedean ordered fields that are Cauchy complete and not Dedekind complete. What is true is that Cauchy completeness together with the Archimedean property implies the least-upper-bound property. That implication is not available at this point in the reading order. It belongs to the page on the equivalent forms of completeness, which comes later in this library, and no item here may be cited for it.

The same holds for the nested interval property. 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 is proved here from the least-upper-bound property. The converse route, that nested intervals together with the Archimedean property give back the least-upper-bound property, is again a genuine theorem and again is not proved here. The reason for the recurring Archimedean hypothesis is worth stating plainly: monotone convergence, nested intervals and Cauchy completeness are all statements about sequences, and a non-Archimedean field has elements that no sequence of naturals can reach, so sequential statements cannot see them. The least-upper-bound property can.

What this page does establish about the relationships. Reading the items in order, the least-upper-bound property gives monotone convergence (A nondecreasing sequence bounded above converges to the supremum of its range, and a nonincreasing sequence bounded below to the infimum), which gives both the nested interval property and, through the peak lemma, Bolzano-Weierstrass (Bolzano-Weierstrass: every bounded real sequence has a convergent subsequence), which gives the Cauchy criterion (The Cauchy criterion from the least-upper-bound property: in a complete ordered field every Cauchy sequence converges). That is a chain of implications from one axiom, not an equivalence, and every arrow in it is proved here.

5 · Examples, counterexamples and false statements

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

FALSE: a nested sequence of nonempty bounded open intervals has nonempty intersection

Statement

False claim: if (Jk)kN(J_k)_{k \in \mathbb{N}} is a sequence of nonempty bounded open intervals of R\mathbb{R} (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length) with Jk+1JkJ_{k+1} \subseteq J_k for every kk, then kNJk\bigcap_{k \in \mathbb{N}} J_k \ne \emptyset.

The corresponding statement for closed bounded intervals is true and is 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. The claim above is what one gets by replacing "closed" with "open" there, and it fails: the intersection can be empty. So closedness is not a convenience of the proof, it is a hypothesis without which the conclusion is false.

The witness is Jk=(0,  1/(k+1))J_k = \big(0,\; 1/(k+1)\big), refuted below and recorded separately as the named counterexample of the companion page. The index shift 1/(k+1)1/(k+1) is the usual one for sequences starting at k=0k = 0; in the customary notation the family is (0,1/n)(0, 1/n) for n1n \ge 1.

Facts & Assumptions

Given: For kNk \in \mathbb{N} the open interval Jk:={xR:0<x<1/(k+1)}J_k := \{x \in \mathbb{R} : 0 < x < 1/(k+1)\}, where k+1k+1 denotes the canonical natural (k+1)1R(k+1)\cdot 1_{\mathbb{R}}, which is positive and invertible; this is a sequence of subsets of R\mathbb{R} indexed by N\mathbb{N} (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L1]

Intervals: (a,b)={x:a<x<b}(a,b) = \{x : a < x < b\} is an open interval, bounded, and nonempty whenever a<ba < b, since then a<(a+b)/2<ba < (a+b)/2 < b (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

[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: if a>0a > 0 then 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).

[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]

Trichotomy, so x<yx < y and y<xy < x cannot both hold (Complete ordered field (least-upper-bound property), Ordered field).

[L6]

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

Refutation

technique · direct
1.1

Each JkJ_k is an open interval and is bounded, with 00 a lower bound and 1/(k+1)1/(k+1) an upper bound.

givenL1
1.2

Each JkJ_k is nonempty: k+11k + 1 \ge 1 gives 1/(k+1)>01/(k+1) > 0, so the endpoints satisfy 0<1/(k+1)0 < 1/(k+1) and [L1] applies.

givenL1L2L3
2.1

The family is nested: k+1<k+2k + 1 < k + 2 gives 0<1/(k+2)<1/(k+1)0 < 1/(k+2) < 1/(k+1), so 0<x<1/(k+2)0 < x < 1/(k+2) implies 0<x<1/(k+1)0 < x < 1/(k+1), that is Jk+1JkJ_{k+1} \subseteq J_k.

step 1.2L2L3
2.2

So (Jk)(J_k) is a sequence of nonempty bounded open intervals, nested, and is therefore an instance of the claim, which asserts that its intersection is nonempty.

step 1.1step 1.2L6
3.1

Suppose xkJkx \in \bigcap_{k} J_k. Then x>0x > 0, and x<1/(k+1)x < 1/(k+1) for every kNk \in \mathbb{N}.

step 2.2given
4.1

Since x>0x > 0, [L4] supplies a natural n1n \ge 1 with 1/n<x1/n < x; writing n=k+1n = k+1 with kNk \in \mathbb{N}, which is possible because n1n \ge 1, step 3.1 gives x<1/nx < 1/n as well.

step 3.1L4choose
5.1

That is x<1/nx < 1/n and 1/n<x1/n < x, which trichotomy forbids. So no such xx exists and kJk=\bigcap_k J_k = \emptyset.

step 4.1L5
6.1

The sequence (Jk)(J_k) therefore consists of nonempty bounded open intervals, is nested, and has empty intersection: the claim is false.

step 2.2step 5.1L6

Remarks

False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passverified 2026-08-06 (claude-sonnet-5)Open item page →

FALSE: if xk+1xk0|x_{k+1} - x_k| \to 0 then (xk)(x_k) is Cauchy

Statement

False claim: if (xk)(x_k) is a sequence of reals whose consecutive differences tend to 00, that is xk+1xk0|x_{k+1} - x_k| \to 0 (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals), then (xk)(x_k) is Cauchy.

The claim is the tempting misreading of the Cauchy condition. Being Cauchy requires xmxk|x_m - x_k| to be small for all large mm and kk; the hypothesis above controls only the case m=k+1m = k+1, and finitely many small steps still accumulate without bound.

The witness is xk=kx_k = \sqrt k, refuted below and recorded separately as the named counterexample of the companion page. Its consecutive differences are k+1k=1/(k+1+k)\sqrt{k+1} - \sqrt k = 1/(\sqrt{k+1} + \sqrt k), which tend to 00, while the sequence itself is unbounded and so cannot be Cauchy (Every Cauchy sequence of reals is bounded).

What is true in this direction is 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: if the differences shrink geometrically, with a single ratio c<1c < 1 working 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), then the sequence is Cauchy. The gap between the two hypotheses is exactly the uniform ratio.

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}} and \sqrt{\cdot} the nonnegative square root (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L1]

Square roots: every a0a \ge 0 has a unique s0s \ge 0 with s2=as^2 = a, written a\sqrt a (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).

[L2]

Powers and order: for a,b0a, b \ge 0 and n1n \ge 1, a<ba < b exactly when an<bna^n < b^n, and aba \le b exactly when anbna^n \le b^n; and a0a \ge 0 gives an0a^n \ge 0 (Monotonicity of xxnx \mapsto x^n and of nann \mapsto a^n).

[L3]

Factorisation at n=2n = 2: b2a2=(ba)(b+a)b^2 - a^2 = (b-a)(b+a) (Factorisation of bnanb^n - a^n, and the resulting Lipschitz estimate); and (uv)n=unvn(uv)^n = u^n v^n, so (1/t)2=1/t2(1/t)^2 = 1/t^2 for t0t \ne 0 (Laws of integer exponents).

[L4]

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

[L5]

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

[L6]

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

[L7]

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

[L8]

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

[L9]

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

[L10]

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

[L11]

The refuted claim: a sequence of reals whose consecutive differences tend to 00 is Cauchy.

Refutation

technique · direct
1.1

Each xk=kx_k = \sqrt k is defined and 0\ge 0, since the canonical natural kk satisfies k0k \ge 0; and xk+1>0x_{k+1} > 0 for every kk, since k+11k+1 \ge 1 gives k+1>0k + 1 > 0 and hence k+1>0\sqrt{k+1} > 0.

givenL1L2L4
1.2

(xk)(x_k) is not bounded. Let MRM \in \mathbb{R} and put M:=MMM' := |M| \ge M, so M0M' \ge 0. By [L6] fix a natural n1n \ge 1 with (M)2<n(M')^2 < n. Then (xn)2=n>(M)2(x_n)^2 = n > (M')^2 with xn0x_n \ge 0 and M0M' \ge 0, so xn>MMx_n > M' \ge M, and xn=xn>M|x_n| = x_n > M.

givenL1L2L4L6L7
2.1

For every kk: (k+1k)(k+1+k)=(k+1)2(k)2=(k+1)k=1(\sqrt{k+1} - \sqrt k)(\sqrt{k+1} + \sqrt k) = (\sqrt{k+1})^2 - (\sqrt k)^2 = (k+1) - k = 1, and k+1+kk+1>0\sqrt{k+1} + \sqrt k \ge \sqrt{k+1} > 0, so k+1k=1/(k+1+k)>0\sqrt{k+1} - \sqrt k = 1/(\sqrt{k+1} + \sqrt k) > 0.

step 1.1L1L3L5
2.2

A Cauchy sequence of reals is bounded, so an unbounded sequence is not Cauchy; by step 1.2 no real MM bounds (xk)(|x_k|), so (xk)(x_k) is not Cauchy.

step 1.2L8L9L10
3.1

Hence xk+1xk=k+1k=1/(k+1+k)1/k+1|x_{k+1} - x_k| = \sqrt{k+1} - \sqrt{k} = 1/(\sqrt{k+1}+\sqrt k) \le 1/\sqrt{k+1}, the last inequality because 0<k+1k+1+k0 < \sqrt{k+1} \le \sqrt{k+1} + \sqrt k.

step 2.1L5L7
4.1

Let ε>0\varepsilon > 0 be real. By [L6] fix a natural n1n \ge 1 with 1/n<ε21/n < \varepsilon^2. For every knk \ge n we have k+1>n>0k + 1 > n > 0, so 1/(k+1)<1/n<ε21/(k+1) < 1/n < \varepsilon^2.

step 3.1L4L5L6choose
5.1

Taking square roots in step 4.1: (1/k+1)2=1/(k+1)<ε2\big(1/\sqrt{k+1}\big)^2 = 1/(k+1) < \varepsilon^2 with both 1/k+101/\sqrt{k+1} \ge 0 and ε>0\varepsilon > 0, so 1/k+1<ε1/\sqrt{k+1} < \varepsilon, and therefore xk+1xk<ε|x_{k+1} - x_k| < \varepsilon for every knk \ge n.

step 3.1step 4.1L2L3L5
6.1

The real ε>0\varepsilon > 0 was arbitrary, so the consecutive differences of (xk)(x_k) tend to 00: the sequence satisfies the hypothesis of the claim.

step 5.1L9L11
7.1

The sequence xk=kx_k = \sqrt k therefore has consecutive differences tending to 00 and is not Cauchy: the claim is false.

step 6.1step 2.2L11

Remarks

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

FALSE: a sequence with a convergent subsequence is bounded (the converse of Bolzano-Weierstrass)

Statement

False claim: if a sequence (yn)(y_n) of reals has a convergent subsequence, then (yn)(y_n) is bounded (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Subsequential limit of a real sequence, and the subsequential limit set).

This is the converse of Bolzano-Weierstrass: every bounded real sequence has a convergent subsequence, which says that boundedness implies the existence of a convergent subsequence. The implication does not reverse, and it fails as badly as it can: a sequence can be unbounded and still have a constant subsequence.

The witness is the interleaving 1,1,2,1,3,1,4,1, 1, 2, 1, 3, 1, 4, \dots, in which the terms at even indices run through 1,2,3,1, 2, 3, \dots and every odd-indexed term is 11. It is recorded separately as the named counterexample of the companion page. The even and odd index maps are supplied by 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, which also supplies what makes the definition legitimate: every natural number is an even index or an odd index, and never both.

Facts & Assumptions

Given: The strictly increasing index maps e,o:NNe, o : \mathbb{N} \to \mathbb{N} 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, whose ranges partition N\mathbb{N}, and the sequence (yn)(y_n) of reals defined by cases on that partition: yn:=(j+1)1Ry_n := (j+1) \cdot 1_{\mathbb{R}} when n=ejn = e_j, and yn:=1y_n := 1 when n=ojn = o_j (Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L2]

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

[L3]

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

[L4]

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

[L5]

A constant sequence converges to its value, and a sequence is bounded when some real MM satisfies ynM|y_n| \le M at every index (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Limits and Cauchy sequences of reals).

[L6]

Subsequences and subsequential limits: for strictly increasing nn, (ynj)(y_{n_j}) is a subsequence, and its limit is a subsequential limit of (yn)(y_n) (Sequences of reals: bounded, eventually, frequently, tails, subsequences, Subsequential limit of a real sequence, and the subsequential limit set).

[L7]

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

[L8]

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

Refutation

technique · direct
1.1

The sequence (yn)(y_n) is well defined: by [L1] each nNn \in \mathbb{N} falls under exactly one of the two clauses, and the index jj realising it is unique, so exactly one value is assigned to each nn.

givenL1
2.1

The subsequence along oo is the constant sequence with value 11: for every jj, yoj=1y_{o_j} = 1 by the second clause. Since oo is strictly increasing, this is a subsequence of (yn)(y_n).

step 1.1L1L6
2.2

The subsequence along ee takes the value yej=(j+1)1Ry_{e_j} = (j+1)\cdot 1_{\mathbb{R}} for every jj.

step 1.1L1
3.1

The constant subsequence (yoj)(y_{o_j}) converges, to 11, so (yn)(y_n) has a convergent subsequence and 11 is a subsequential limit of it: (yn)(y_n) satisfies the hypothesis of the claim.

step 2.1L5L6L8
3.2

(yn)(y_n) is not bounded. Let MRM \in \mathbb{R} be arbitrary. By [L3] fix a natural m1m \ge 1 with M<m1R|M| < m \cdot 1_{\mathbb{R}}, and take j:=m1Nj := m - 1 \in \mathbb{N}, which is legitimate since m1m \ge 1. Then yej=m1R>MMy_{e_j} = m \cdot 1_{\mathbb{R}} > |M| \ge M, and yej>0y_{e_j} > 0 gives yej=yej>M|y_{e_j}| = y_{e_j} > M. So no real MM satisfies ynM|y_n| \le M at every index.

step 2.2L2L3L4L5L7
4.1

The sequence (yn)(y_n) therefore has a convergent subsequence and is unbounded: the claim is false.

step 3.1step 3.2L8

Remarks

Sources

Standard references

Recommended treatments; not extraction sources.