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.

10 results · all verified · 8 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.

Equivalent Forms of Completeness: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passverified 2026-08-09 (gpt-5.6-terra-codex-subscription)Open item page →

The rational function field R(t)\mathbb{R}(t) ordered by the eventual sign is an ordered field, worked out

Example

Let R(t)\mathbb{R}(t) be the field of fractions of the polynomial ring R[t]\mathbb{R}[t], and let

P  =  {fR(t):f0 and f(x)>0 for all sufficiently large real x}.P \;=\; \{\, f \in \mathbb{R}(t) : f \ne 0 \text{ and } f(x) > 0 \text{ for all sufficiently large real } x \,\}.

Not every ordered field is Archimedean proves that (R(t),P)(\mathbb{R}(t), P) is an ordered field and that it is not Archimedean. This example works the order out in usable form. Three things are established below:

  1. A computation rule. For f=p/qf = p/q with p,qR[t]p, q \in \mathbb{R}[t] nonzero, fPf \in P exactly when lc(p)lc(q)>0\operatorname{lc}(p)\operatorname{lc}(q) > 0, where lc\operatorname{lc} is the leading coefficient. So comparing two rational functions is comparing one product of two real numbers.
  2. That the rule is independent of the representative p/qp/q chosen, which is what makes it a definition of a function on R(t)\mathbb{R}(t) and not merely on pairs.
  3. The two elements that make the field interesting: tt, which exceeds every canonical natural, and 1/t1/t, which is positive and lies below every positive rational. An element of the second kind is called an infinitesimal, and its existence is exactly the failure of the Archimedean property (Archimedean ordered field).

Facts & Assumptions

Given: The field R(t)\mathbb{R}(t) of fractions of R[t]\mathbb{R}[t], whose elements are written p/qp/q with p,qR[t]p, q \in \mathbb{R}[t] and q0q \ne 0, with p/q=p/qp/q = p'/q' exactly when pq=pqpq' = p'q; and the set PP above. For a nonzero pR[t]p \in \mathbb{R}[t], lc(p)\operatorname{lc}(p) denotes its leading coefficient.

[L1]

(R(t),P)(\mathbb{R}(t), P) is an ordered field, and n1<tn \cdot 1 < t for every natural nn, so it is not Archimedean (Not every ordered field is Archimedean, Ordered field, Archimedean ordered field).

[L2]

A nonzero real polynomial has finitely many real roots, and beyond all of them its values have the constant sign of its leading coefficient; R[t]\mathbb{R}[t] is an integral domain, so lc(pq)=lc(p)lc(q)\operatorname{lc}(pq) = \operatorname{lc}(p)\operatorname{lc}(q) and a product of nonzero polynomials is nonzero (Not every ordered field is Archimedean, The reals form a totally ordered field, Field).

[L3]

In R\mathbb{R}, a nonzero square is positive (Squares of nonzero elements are positive); a product of two nonzero reals is positive exactly when both are positive or both are negative (Sign rules for products and monotonicity of multiplication).

[L4]

In an ordered field, f<gf < g means gfPg - f \in P; a positive element has a positive inverse (Inverses of positives are positive, and reciprocation reverses order, Ordered field).

[L5]

The canonical embedding of Q\mathbb{Q} into an ordered field is an order embedding, so a rational q>0q > 0 names a positive element q1q \cdot 1 of R(t)\mathbb{R}(t) (The unique embedding of ℚ into an ordered field).

Verification

technique · direct
1.1

For nonzero p,qR[t]p, q \in \mathbb{R}[t] there is a real XX beyond which neither pp nor qq vanishes, so f=p/qf = p/q has a value f(x)=p(x)/q(x)f(x) = p(x)/q(x) for every x>Xx > X, and the sign of that value is the sign of lc(p)lc(q)\operatorname{lc}(p)\operatorname{lc}(q); hence fPf \in P exactly when lc(p)lc(q)>0\operatorname{lc}(p)\operatorname{lc}(q) > 0.

L2L3
1.2

If p/q=p/qp/q = p'/q' then pq=pqpq' = p'q, so lc(p)lc(q)=lc(p)lc(q)\operatorname{lc}(p)\operatorname{lc}(q') = \operatorname{lc}(p')\operatorname{lc}(q); multiplying both sides by lc(q)lc(q)\operatorname{lc}(q)\operatorname{lc}(q') gives lc(p)lc(q)lc(q)2=lc(p)lc(q)lc(q)2\operatorname{lc}(p)\operatorname{lc}(q)\cdot\operatorname{lc}(q')^2 = \operatorname{lc}(p')\operatorname{lc}(q')\cdot \operatorname{lc}(q)^2, and both squares are positive, so lc(p)lc(q)\operatorname{lc}(p)\operatorname{lc}(q) and lc(p)lc(q)\operatorname{lc}(p')\operatorname{lc}(q') have the same sign.

L2L3
2.1

The rule of step 1.1 is therefore independent of the representative and computes membership in PP; combined with [L1] it computes the order: p/q<p/qp/q < p'/q' exactly when the numerator and denominator of p/qp/qp'/q' - p/q, written in any representative, have leading coefficients of positive product.

step 1.1step 1.2L1L4
2.2

1/tP1/t \in P, since lc(1)lc(t)=1>0\operatorname{lc}(1)\operatorname{lc}(t) = 1 > 0; equivalently, tPt \in P and inverses of positives are positive.

step 1.1L3L4
3.1

For every rational q>0q > 0: q11/t=(qt1)/tq \cdot 1 - 1/t = (qt - 1)/t, whose leading coefficients have product q1=q>0q \cdot 1 = q > 0, so 1/t<q11/t < q \cdot 1. Together with step 2.2, 0<1/t<q10 < 1/t < q\cdot 1 for every positive rational qq.

step 1.1step 2.1step 2.2L3L5
3.2

For every natural nn: tn1t - n \cdot 1 has leading coefficients with product 1>01 > 0, so n1<tn \cdot 1 < t; and t2t=t(t1)t^2 - t = t(t-1) likewise gives t<t2t < t^2.

step 1.1step 2.1L2L3
4.1

So R(t)\mathbb{R}(t) is an ordered field, computed by a single product of leading coefficients, in which tt is larger than every canonical natural and 1/t1/t is a positive infinitesimal.

step 2.1step 3.1step 3.2L1

Remarks

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

Q(2)\mathbb{Q}(\sqrt{2}) carries exactly two distinct field orders, exchanged by the conjugation 22\sqrt{2} \mapsto -\sqrt{2}

Example

Let u:=2Ru := \sqrt 2 \in \mathbb{R} (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\}) and

F  :=  Q(2)  =  {a+bu:a,bQ}    R.F \;:=\; \mathbb{Q}(\sqrt 2) \;=\; \{\, a + bu : a, b \in \mathbb{Q} \,\} \;\subseteq\; \mathbb{R}.

Then FF is a field, every element of it is a+bua + bu for exactly one pair (a,b)(a,b) of rationals, and the conjugation σ(a+bu):=abu\sigma(a + bu) := a - bu is a field automorphism of FF.

FF carries exactly two positive cones (Ordered field):

P1  =  {xF:x>0 in R},P2  =  {xF:σ(x)P1},P_1 \;=\; \{\, x \in F : x > 0 \text{ in } \mathbb{R} \,\}, \qquad P_2 \;=\; \{\, x \in F : \sigma(x) \in P_1 \,\},

and σ\sigma exchanges them. They differ: uP1u \in P_1 and uP2u \notin P_2. In the second order 2\sqrt 2 is negative, and indeed lies below every positive rational, while 2-\sqrt 2 is positive; the rationals themselves are ordered the same way in both.

The point of the example is that an order is extra structure on a field, not a property of it: the same field is an ordered field in two inequivalent ways, and no algebraic property of FF can distinguish uu from u-u.

Facts & Assumptions

Given: R\mathbb{R} with its order, u=2u = \sqrt 2, the set FF above, and the map σ(a+bu)=abu\sigma(a+bu) = a - bu.

[L1]

R\mathbb{R} is a complete ordered field and every a0a \ge 0 in it has a unique s0s \ge 0 with s2=as^2 = a; in particular u>0u > 0 and u2=2u^2 = 2 (Square roots exist: a unique a0\sqrt{a} \ge 0 with (a)2=a(\sqrt{a})^2 = a; the positives are {x2:x0}\{x^2 : x \neq 0\}, Complete ordered field (least-upper-bound property), The reals form a totally ordered field).

[L2]

No rational squares to 22 (FALSE: some rational number squares to 2, The rationals as equivalence classes of pairs of integers); in particular uQu \notin \mathbb{Q}.

[L3]

Field axioms and arithmetic (Field); a positive cone is a subset PP satisfying trichotomy, exactly one of xPx \in P, x=0x = 0, xP-x \in P, and closure under addition and multiplication, and x<yx < y means yxPy - x \in P (Ordered field).

[L4]

In any ordered field: 0<10 < 1 (The multiplicative identity is positive); n1>0n \cdot 1 > 0 for n1n \ge 1 (Canonical naturals are positive and strictly increasing); a nonzero square is positive (Squares of nonzero elements are positive); a positive element has a positive inverse (Inverses of positives are positive, and reciprocation reverses order); a product of two positives or of two negatives is positive and a product of a positive and a negative is negative (Sign rules for products and monotonicity of multiplication); sums of positives are positive and adding a constant preserves the order (Order is preserved by adding a constant and by adding inequalities). In each clause above, Sign rules for products and monotonicity of multiplication and Order is preserved by adding a constant and by adding inequalities state the STRICT forms and only those; the nonstrict forms used below are those together with the equality cases, which trichotomy settles, the order being total (Ordered field).

[L5]

Q\mathbb{Q} embeds in any ordered field as {(p1)(q1)1}\{(p \cdot 1)(q\cdot 1)^{-1}\}, compatibly with the field operations (The unique embedding of ℚ into an ordered field).

Verification

technique · direct
1.1

uRu \in \mathbb{R} satisfies u>0u > 0 and u2=2u^2 = 2, and uQu \notin \mathbb{Q}.

L1L2
1.2

In every ordered field the positivity of a rational is forced: n1>0n \cdot 1 > 0 for n1n \ge 1, so for positive integers p,qp, q the element (p1)(q1)1(p\cdot 1)(q\cdot 1)^{-1} is positive, and hence a rational is in the positive cone exactly when it is positive in the usual sense.

L4L5
2.1

FF is a subfield of R\mathbb{R}: it contains 00 and 11, is closed under subtraction, and (a+bu)(c+du)=(ac+2bd)+(ad+bc)u(a+bu)(c+du) = (ac + 2bd) + (ad + bc)u gives closure under multiplication; for a+bu0a + bu \ne 0 one has a22b20a^2 - 2b^2 \ne 0, since b0b \ne 0 would otherwise give (a/b)2=2(a/b)^2 = 2 against [L2] while b=0b = 0 forces a0a \ne 0, and then (a+bu)1=(abu)(a22b2)1F(a+bu)^{-1} = (a - bu)(a^2-2b^2)^{-1} \in F.

step 1.1L2L3
2.2

The representation is unique: a+bu=a+bua + bu = a' + b'u with bbb \ne b' would give u=(aa)(bb)1Qu = (a-a')(b'-b)^{-1} \in \mathbb{Q}, against step 1.1; so b=bb = b' and then a=aa = a'.

step 1.1L2L3
3.1

σ\sigma is therefore a well-defined map FFF \to F, and it is a field automorphism: it is additive by inspection, σ(1)=1\sigma(1) = 1, and σ(a+bu)σ(c+du)=(ac+2bd)(ad+bc)u=σ((a+bu)(c+du))\sigma(a+bu)\sigma(c+du) = (ac+2bd) - (ad+bc)u = \sigma\big((a+bu)(c+du)\big); moreover σσ\sigma \circ \sigma is the identity, so σ\sigma is a bijection.

step 2.1step 2.2L3
3.2

Let QQ be any positive cone on FF. Since u0u \ne 0, exactly one of uQu \in Q, uQ-u \in Q holds.

step 2.1L3
4.1

QQ is determined by that choice. Suppose uQu \in Q (the other case is the same with uu replaced by u-u, which also squares to 22). Let x=a+bu0x = a + bu \ne 0. If b=0b = 0 then xx is a nonzero rational and step 1.2 decides it. If b0b \ne 0 then x=b(u+c)x = b(u + c) with c:=a/bQc := a/b \in \mathbb{Q}, and by [L4] the membership of xx is decided by those of bb and of u+cu + c; for c0c \ge 0 one has u+cQu + c \in Q, while for c<0c < 0, writing e:=c>0e := -c > 0, the identity (ue)(u+e)=2e2(u-e)(u+e) = 2 - e^2 with u+eQu + e \in Q and 2e202 - e^2 \ne 0 shows that ueQu - e \in Q exactly when 2e2>02 - e^2 > 0, a condition on a rational decided by step 1.2. So QQ is uniquely determined, and there are at most two positive cones on FF.

step 1.2step 2.1step 3.2L2L3L4
4.2

Both occur. P1P_1 is a positive cone on FF, being the restriction to the subfield FF of the positive cone of R\mathbb{R}; and P2=σ1(P1)P_2 = \sigma^{-1}(P_1) is one because σ\sigma is a field automorphism, so trichotomy and closure transfer along it. They are distinct: uP1u \in P_1 by step 1.1, whereas σ(u)=uP1\sigma(u) = -u \notin P_1, so uP2u \notin P_2.

step 1.1step 2.1step 3.1L3
5.1

Hence FF carries exactly two positive cones, P1P_1 and P2P_2, and since σ\sigma is an involution, P2=σ(P1)P_2 = \sigma(P_1) and P1=σ(P2)P_1 = \sigma(P_2): the conjugation exchanges the two orders.

step 3.1step 4.1step 4.2

Remarks

  • Two orders, one field, and no way to tell them apart algebraically. The automorphism σ\sigma carries (F,P1)(F,P_1) isomorphically onto (F,P2)(F,P_2) as an ordered field, so the two ordered fields are isomorphic even though the two orders on the underlying FF are different subsets. That is the precise sense in which an order is not determined by the field: what is determined here is the order up to isomorphism, not the order itself.

  • Contrast with Q\mathbb{Q} and with R\mathbb{R}, each of which carries exactly one order. For Q\mathbb{Q} this is step 1.2: every rational is a quotient of canonical naturals, so its sign is forced. For R\mathbb{R} it is 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\}: the positives are exactly the nonzero squares, and the squares are fixed by the field structure alone. Q(2)\mathbb{Q}(\sqrt 2) sits between the two and has room for exactly two, because 22 acquires a square root while FF still has elements that are not squares.

  • What decides an order on FF is a single bit, the sign of uu, after which every other comparison reduces to a comparison of rationals. That is also why there are exactly two and not more: the sign of uu is the only free choice, and both of its values are realised.

ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passverified 2026-08-09 (gpt-5.6-terra-codex-subscription)Open item page →

R((t1))\mathbb{R}((t^{-1})), the formal Laurent series field, is Cauchy complete, non-Archimedean, and lacks the least-upper-bound property

Example

Let K=R((t1))K = \mathbb{R}((t^{-1})) be the field of formal Laurent series in t1t^{-1} over R\mathbb{R} (The formal Laurent series R((t1))\mathbb{R}((t^{-1})): support bounded below, valuation, leading coefficient), ordered by the sign of the leading coefficient (R((t1))\mathbb{R}((t^{-1})) is an ordered field, ordered by the sign of the leading coefficient). This example assembles, in one place and against the five properties of The five completeness properties of an ordered field: least upper bound, monotone convergence, nested intervals, Bolzano-Weierstrass, and Cauchy completeness, what the field does and does not satisfy:

propertyholds in KKreference
ordered fieldyesR((t1))\mathbb{R}((t^{-1})) is an ordered field, ordered by the sign of the leading coefficient
ArchimedeannoR((t1))\mathbb{R}((t^{-1})) is non-Archimedean, and the monomials tkt^{-k} are cofinal below its positive elements
(CC) Cauchy completenessyesEvery Cauchy sequence in R((t1))\mathbb{R}((t^{-1})) converges: KK is sequentially Cauchy complete
(NIP) nested intervals, shrinkingyesR((t1))\mathbb{R}((t^{-1})) has the nested interval property for lengths tending to 00
(LUB) least upper boundnoR((t1))\mathbb{R}((t^{-1})) does not have the least-upper-bound property; its canonical naturals have no supremum
(BW) Bolzano-Weierstrassnobelow
(MCT) monotone convergencenobelow

KK is therefore the witness for FALSE: an ordered field in which every Cauchy sequence converges has the least-upper-bound property, and a worked illustration of how far apart the two things called "completeness" can be. A concrete convergent Cauchy sequence is exhibited at the end.

Facts & Assumptions

Given: K=R((t1))K = \mathbb{R}((t^{-1})), whose elements are the functions ZR\mathbb{Z} \to \mathbb{R} with support bounded below, with tat^{-a} the function taking the value 11 at aa and 00 elsewhere.

[L2]

n1K<tn \cdot 1_K < t for every natural nn, so KK is not Archimedean; 0K<t(k+1)<tk0_K < t^{-(k+1)} < t^{-k}; for every ε>0\varepsilon > 0 in KK there is kNk \in \mathbb{N} with tk<εt^{-k} < \varepsilon; and if h(j)=0h(j) = 0 for every jkj \le k then h<tk|h| < t^{-k} (R((t1))\mathbb{R}((t^{-1})) is non-Archimedean, and the monomials tkt^{-k} are cofinal below its positive elements, Archimedean ordered field).

[L4]

The set A={n1K:nN}A = \{\, n \cdot 1_K : n \in \mathbb{N}\,\} is nonempty, bounded above by tt, and has no least upper bound in KK, so (LUB) fails (R((t1))\mathbb{R}((t^{-1})) does not have the least-upper-bound property; its canonical naturals have no supremum).

[L5]

Every nested sequence of closed intervals of KK whose lengths tend to 00 in KK has exactly one common point, so (NIP) holds (R((t1))\mathbb{R}((t^{-1})) has the nested interval property for lengths tending to 00).

Verification

technique · direct
1.1

KK is an ordered field.

L1
1.2

KK is not Archimedean: tt exceeds every canonical natural.

L2
1.3

KK has (CC).

L3
1.4

KK does not have (LUB): the canonical naturals are nonempty and bounded above and have no supremum in KK.

L4
2.1

So KK is a Cauchy complete, non-Archimedean ordered field without the least-upper-bound property, which is what this example asserts, and it is the witness used in FALSE: an ordered field in which every Cauchy sequence converges has the least-upper-bound property and in FALSE: the nested interval property alone implies the least-upper-bound property.

step 1.1step 1.2step 1.3step 1.4step 1.5
2.2

KK has neither (BW) nor (MCT), since either would force KK to be Archimedean, which step 1.2 denies.

step 1.2L6
2.3

A concrete convergent Cauchy sequence: let f(n):=k=0ntkf^{(n)} := \sum_{k=0}^{n} t^{-k}, the function taking the value 11 at each index 0jn0 \le j \le n and 00 elsewhere. For n>mn > m the difference f(n)f(m)f^{(n)} - f^{(m)} vanishes at every index jmj \le m, so f(n)f(m)<tm|f^{(n)} - f^{(m)}| < t^{-m}; since the monomials tmt^{-m} get below every positive element of KK, the sequence is Cauchy in KK. Its limit is the element LL with L(j)=1L(j) = 1 for j0j \ge 0 and L(j)=0L(j) = 0 for j<0j < 0, which lies in KK because its support is bounded below, and f(n)Lf^{(n)} - L vanishes at every index jnj \le n, so f(n)L<tn|f^{(n)} - L| < t^{-n} and f(n)Lf^{(n)} \to L in KK.

step 1.1step 1.3L1L2
3.1

The table of the Example is therefore established in every row, and KK separates Cauchy completeness from the least-upper-bound property.

step 2.1step 2.2step 2.3

Remarks

  • The one-line reason. Comparison in KK looks only at the first coefficient at which two elements differ, so tt is bigger than every real constant and t1t^{-1} is smaller than every positive real constant. The naturals are therefore bounded, which kills (LUB), (BW) and (MCT) at a stroke. Meanwhile a Cauchy sequence in KK must have each of its coefficients eventually constant, and reading off those eventual values builds the limit; nothing about the naturals being cofinal is needed for that.

  • Why the limit above is not a sum. The notation k0tk\sum_{k \ge 0} t^{-k} for LL is a name for a function, not an infinite sum (The formal Laurent series R((t1))\mathbb{R}((t^{-1})): support bounded below, valuation, leading coefficient). What step 2.3 proves is a genuine limit in the order of KK, and it happens to agree with that notation; no notion of convergence is presupposed by the notation itself.

  • What this example does not give. It says nothing about R(t)\mathbb{R}(t), the other non-Archimedean field in this library (The rational function field R(t)\mathbb{R}(t) ordered by the eventual sign is an ordered field, worked out), which is neither Cauchy complete nor nested-interval complete and cannot replace KK in any of these roles.

  • Uniqueness of the complete ordered field is untouched. KK is not a complete ordered field, so it is no counterexample to that uniqueness; it is a counterexample only to the habit of calling (CC) completeness.

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

The Cesaro means of (1)k(-1)^k converge to 00 although the sequence diverges

Example

Let (sk)(s_k) be the alternating sequence of The even and odd index maps and the alternating sequence: strictly increasing e,oe, o with N\mathbb{N} their disjoint union, and the unique (sk)(s_k) with s0=1s_0 = 1, sσ(k)=sks_{\sigma(k)} = -s_k, which satisfies sk=1|s_k| = 1, se1s \circ e \equiv 1 and so1s \circ o \equiv -1, the unique sequence of reals with s0=1s_0 = 1 and sσ(k)=sks_{\sigma(k)} = -s_k, usually written sk=(1)ks_k = (-1)^k. Its Cesaro means (The Cesaro means σn=(x0++xn)/(n+1)\sigma_n = (x_0 + \dots + x_n)/(n+1) and (C,1)(C,1)-summability) are

σn  =  s0++snn+1  =  {1n+1n even,0n odd,\sigma_n \;=\; \frac{s_0 + \dots + s_n}{n+1} \;=\; \begin{cases} \dfrac{1}{n+1} & n \text{ even},\\[4pt] 0 & n \text{ odd},\end{cases}

so the first few values are

σ0=1,σ1=0,σ2=13,σ3=0,σ4=15,σ5=0, \sigma_0 = 1,\quad \sigma_1 = 0,\quad \sigma_2 = \tfrac13,\quad \sigma_3 = 0,\quad \sigma_4 = \tfrac15,\quad \sigma_5 = 0,\ \dots

and limnσn=0\lim_n \sigma_n = 0, while (sk)(s_k) does not converge at all. So (sk)(s_k) is (C,1)(C,1)-summable to 00 and divergent: it is the standard witness that (C,1)(C,1)-summability is strictly weaker than convergence, and the one used in FALSE: if the Cesaro means of a sequence converge then the sequence converges.

The value 00 is the one an average ought to give, since the sequence spends half its indices at 11 and half at 1-1; the classical way to say this is that the series 11+11+1 - 1 + 1 - 1 + \dots has Cesaro sum 12\tfrac12, that being the Cesaro limit of its partial sums rather than of its terms.

Facts & Assumptions

Given: The alternating sequence (sk)(s_k) with s0=1s_0 = 1 and sσ(k)=sks_{\sigma(k)} = -s_k, its partial sums Sn=k<nskS_n = \sum_{k<n} s_k, and its Cesaro means σn=(n+1)1Sn+1\sigma_n = (n+1)^{-1}S_{n+1}.

[L2]

Its partial sums satisfy Sej=0S_{e_j} = 0 and Soj=1S_{o_j} = 1, and consequently σn(n+1)1|\sigma_n| \le (n+1)^{-1} and σn0\sigma_n \to 0; this is proved in FALSE: if the Cesaro means of a sequence converge then the sequence converges, steps 2.1, 3.1, 4.1 and 5.1 there.

[L3]

(sk)(s_k) is bounded and does not converge (FALSE: every bounded sequence converges).

[L6]

Order arithmetic: (n+1)1R>0(n+1)\cdot 1_{\mathbb{R}} > 0 (Canonical naturals are positive and strictly increasing) hence invertible with positive inverse, and reciprocation reverses the order (Inverses of positives are positive, and reciprocation reverses order); u=u|u| = u for u0u \ge 0 (Basic properties of the absolute value); the order is total (Complete ordered field (least-upper-bound property), Ordered field).

Verification

technique · direct
1.1

Sm=0S_m = 0 when mm is even and Sm=1S_m = 1 when mm is odd, since N\mathbb{N} is the disjoint union of the ranges of ee and oo and Sej=0S_{e_j} = 0, Soj=1S_{o_j} = 1.

L1L2
1.2

(sk)(s_k) does not converge.

L3
2.1

Hence σn=(n+1)1Sn+1\sigma_n = (n+1)^{-1}S_{n+1} equals (n+1)1(n+1)^{-1} when nn is even, because n+1n+1 is then odd, and equals 00 when nn is odd; in particular σ0=1\sigma_0 = 1, σ1=0\sigma_1 = 0, σ2=1/3\sigma_2 = 1/3, σ3=0\sigma_3 = 0, σ4=1/5\sigma_4 = 1/5 and σ5=0\sigma_5 = 0.

step 1.1L4L6
2.2

σn(n+1)1|\sigma_n| \le (n+1)^{-1} for every nn, and given a real ε>0\varepsilon > 0 a natural m1m \ge 1 with 1/m<ε1/m < \varepsilon gives σn(n+1)1<ε|\sigma_n| \le (n+1)^{-1} < \varepsilon for all nmn \ge m; so limnσn=0\lim_n \sigma_n = 0.

step 1.1L2L5L6
3.1

(sk)(s_k) is therefore (C,1)(C,1)-summable to 00 and divergent.

step 1.2step 2.1step 2.2L4

Remarks

  • The means converge but are not monotone, and they are not even eventually of one shape: they alternate between 00 and a positive value shrinking like 1/(n+1)1/(n+1). Convergence of a Cesaro transform therefore carries no monotonicity information, which is another way of seeing that the transform loses the oscillation rather than damping it.

  • Where the 1/21/2 comes from. The classical assertion "11+11+=1/21 - 1 + 1 - 1 + \dots = 1/2" is about the partial sums SmS_m, which are 0,1,0,1,0, 1, 0, 1, \dots; their Cesaro means tend to 1/21/2. This library has no theory of series yet, so nothing above asserts it; the sequence averaged here is (sk)(s_k) itself, whose means tend to 00.

  • This is not a failure of the Cesaro matrix. That matrix is regular (The Cesaro matrix satisfies the Silverman-Toeplitz conditions, giving a second proof of the Cesaro mean theorem): it never changes a limit that exists. What it does here is assign a value where no limit exists, which is exactly what a summability method is for.

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

Stolz-Cesaro gives (1+2++n)/n21/2(1 + 2 + \dots + n)/n^2 \to 1/2 and (1p++np)/np+11/(p+1)(1^p + \dots + n^p)/n^{p+1} \to 1/(p+1) for natural pp

Example

Fix a natural number p1p \ge 1 and put

an  :=  k=0nkp  =  1p+2p++np,bn  :=  np+1,a_n \;:=\; \sum_{k=0}^{n} k^p \;=\; 1^p + 2^p + \dots + n^p, \qquad b_n \;:=\; n^{p+1},

the first equality because 0p=00^p = 0 for p1p \ge 1 (Integer powers ama^m). Then (bn)(b_n) is strictly increasing and unbounded with b0=0b_0 = 0 and bn>0b_n > 0 for n1n \ge 1, so Stolz-Cesaro, /\infty/\infty form: if bkb_k is strictly increasing and unbounded and (ak+1ak)/(bk+1bk)L(a_{k+1}-a_k)/(b_{k+1}-b_k) \to L then ak/bkLa_k/b_k \to L applies with K0=1K_0 = 1, and

limn1p+2p++npnp+1  =  1p+1,\lim_{n} \frac{1^p + 2^p + \dots + n^p}{n^{p+1}} \;=\; \frac{1}{p+1},

the limit being taken over the indices n1n \ge 1, where the quotient is defined. For p=1p = 1 this is

limn1+2++nn2  =  12.\lim_{n} \frac{1 + 2 + \dots + n}{n^2} \;=\; \frac12 .

No closed form for ana_n is used. That is the point of the example: the difference quotient of Stolz-Cesaro replaces a summation formula by a single algebraic identity, the factorisation of (n+1)p+1np+1(n+1)^{p+1} - n^{p+1}.

Facts & Assumptions

Given: A natural p1p \ge 1, the sequences an=k=0nkpa_n = \sum_{k=0}^{n} k^p and bn=np+1b_n = n^{p+1}, and their difference quotients dn=(an+1an)/(bn+1bn)d_n = (a_{n+1}-a_n)/(b_{n+1}-b_n).

[L1]

Stolz-Cesaro in the /\infty/\infty form: for (bn)(b_n) strictly increasing with range not bounded above and (dn)(d_n) convergent, the tail of (an/bn)(a_n/b_n) beyond an index where bb becomes positive converges to limndn\lim_n d_n (Stolz-Cesaro, /\infty/\infty form: if bkb_k is strictly increasing and unbounded and (ak+1ak)/(bk+1bk)L(a_{k+1}-a_k)/(b_{k+1}-b_k) \to L then ak/bkLa_k/b_k \to L); convergence depends only on a tail (Convergence depends only on the tail); limits are unique (A sequence has at most one limit).

[L2]

Powers: a0=1a^0 = 1, an+1=anaa^{n+1} = a^n a, so 0p=00^p = 0 for p1p \ge 1 (Integer powers ama^m); am+n=amana^{m+n} = a^m a^n and am=(am)1a^{-m} = (a^m)^{-1} for a0a \ne 0 (Laws of integer exponents); for 0a<b0 \le a < b and n1n \ge 1, an<bna^n < b^n, and a1a \ge 1 with n1n \ge 1 gives anaa^n \ge a (Monotonicity of xxnx \mapsto x^n and of nann \mapsto a^n).

[L3]

Factorisation: bmam=(ba)k=0m1akbm1kb^m - a^m = (b-a)\sum_{k=0}^{m-1}a^k b^{\,m-1-k} for m1m \ge 1 (Factorisation of bnanb^n - a^n, and the resulting Lipschitz estimate).

[L5]

Algebra of limits for sums, products, scalar multiples and quotients with nonvanishing denominators (Algebra of limits: sums, scalar multiples, products and quotients); convergence of real sequences (Limits and Cauchy sequences of reals, Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L7]
[L8]

Order arithmetic: canonical naturals are positive and strictly increasing (Canonical naturals are positive and strictly increasing); a positive element has a positive inverse and reciprocation reverses the order (Inverses of positives are positive, and reciprocation reverses order); adding a constant preserves the order and inequalities add (Order is preserved by adding a constant and by adding inequalities); the order is total and transitive (Complete ordered field (least-upper-bound property), Ordered field).

Verification

technique · direct
1.1

(bn)(b_n) is strictly increasing: for naturals m<nm < n one has 0m<n0 \le m < n and p+11p + 1 \ge 1, so mp+1<np+1m^{p+1} < n^{p+1}.

L2L6L8
1.2

The range of (bn)(b_n) is not bounded above: n1n \ge 1 gives np+1nn^{p+1} \ge n, and no real bounds every canonical natural.

L2L6L8
1.3

b0=0p+1=0b_0 = 0^{p+1} = 0 and bn>0b_n > 0 for n1n \ge 1, so K0=1K_0 = 1 is an index beyond which bb is positive.

L2L8
1.4

an+1an=(n+1)pa_{n+1} - a_n = (n+1)^p and bn+1bn=(n+1)p+1np+1b_{n+1} - b_n = (n+1)^{p+1} - n^{p+1}, so dn=(n+1)p((n+1)p+1np+1)1d_n = (n+1)^p\big((n+1)^{p+1} - n^{p+1}\big)^{-1}.

L2L4
1.5

Put τn:=n(n+1)1\tau_n := n\,(n+1)^{-1}; then 1τn=(n+1)11 - \tau_n = (n+1)^{-1}, so given a real ε>0\varepsilon > 0 and a natural m1m \ge 1 with 1/m<ε1/m < \varepsilon one has τn1=(n+1)1<ε|\tau_n - 1| = (n+1)^{-1} < \varepsilon for all nmn \ge m, that is limnτn=1\lim_n \tau_n = 1.

L5L6L8
2.1

By the factorisation at m=p+1m = p+1, b=n+1b = n+1 and a=na = n: (n+1)p+1np+1=((n+1)n)k=0pnk(n+1)pk=k=0pnk(n+1)pk(n+1)^{p+1} - n^{p+1} = \big((n+1) - n\big)\sum_{k=0}^{p} n^k (n+1)^{p-k} = \sum_{k=0}^{p} n^k (n+1)^{p-k}.

step 1.4L3L4
2.2

By induction on kk, using the product rule for limits, limnτnk=1\lim_n \tau_n^{\,k} = 1 for every kk; by induction on pp, using the sum rule, limnk=0pτnk=p+1\lim_n \sum_{k=0}^{p}\tau_n^{\,k} = p+1.

step 1.5L5L7
3.1

Dividing numerator and denominator of dnd_n by (n+1)p>0(n+1)^p > 0 and using nk(n+1)pk(n+1)p=τnkn^k(n+1)^{p-k}(n+1)^{-p} = \tau_n^{\,k} gives dn=(k=0pτnk)1d_n = \big(\sum_{k=0}^{p}\tau_n^{\,k}\big)^{-1}, and k=0pτnk1>0\sum_{k=0}^{p}\tau_n^{\,k} \ge 1 > 0 for every nn, the term at k=0k = 0 being 11 and all terms being 0\ge 0.

step 1.4step 1.5step 2.1L2L4L8
4.1

Since the denominators are nonzero and their limit p+1p+1 is nonzero, the quotient rule gives limndn=(p+1)1\lim_n d_n = (p+1)^{-1}.

step 2.2step 3.1L5L8
5.1

Steps 1.1, 1.2 and 4.1 are the hypotheses of Stolz-Cesaro, so the tail jaj+1/bj+1j \mapsto a_{j+1}/b_{j+1} converges to (p+1)1(p+1)^{-1}; that is, limn(1p++np)n(p+1)=(p+1)1\lim_{n}\big(1^p + \dots + n^p\big)n^{-(p+1)} = (p+1)^{-1} over the indices n1n \ge 1.

step 1.1step 1.2step 1.3step 4.1L1
6.1

At p=1p = 1 this reads limn(1+2++n)n2=1/2\lim_n (1 + 2 + \dots + n)n^{-2} = 1/2.

step 5.1

Remarks

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

In R(t)\mathbb{R}(t) the rationals are not dense: no rational lies strictly between 00 and 1/t1/t

Statement refuted

Refuted claim: in every ordered field FF the image of Q\mathbb{Q} is dense, that is, for all x<yx < y in FF there is a rational qq with x<q1F<yx < q \cdot 1_F < y.

The witness is R(t)\mathbb{R}(t) with the eventual-sign order (Not every ordered field is Archimedean, The rational function field R(t)\mathbb{R}(t) ordered by the eventual sign is an ordered field, worked out), and the pair x=0x = 0, y=1/ty = 1/t: the interval between them contains no rational at all.

The true statement requires the Archimedean property and is ℚ is dense in every Archimedean ordered field; R(t)\mathbb{R}(t) is not Archimedean, and this counterexample is exactly the failure that the Archimedean hypothesis rules out.

Facts & Assumptions

Given: The ordered field R(t)\mathbb{R}(t) with positive cone P={f0:f(x)>0 for all sufficiently large real x}P = \{f \ne 0 : f(x) > 0 \text{ for all sufficiently large real } x\}, and its element 1/t1/t.

[L1]

R(t)\mathbb{R}(t) is an ordered field and is not Archimedean (Not every ordered field is Archimedean, Archimedean ordered field).

[L2]

0<1/t0 < 1/t, and 1/t<q11/t < q \cdot 1 for every rational q>0q > 0 (The rational function field R(t)\mathbb{R}(t) ordered by the eventual sign is an ordered field, worked out).

[L3]

The canonical embedding of Q\mathbb{Q} into an ordered field is an embedding of ordered fields, so q1>0q \cdot 1 > 0 if and only if q>0q > 0, and q10q \cdot 1 \le 0 when q0q \le 0 (The unique embedding of ℚ into an ordered field).

[L4]

Q\mathbb{Q} is dense in every Archimedean ordered field (ℚ is dense in every Archimedean ordered field).

[L5]

In an ordered field the order is total and transitive, exactly one of u<vu < v, u=vu = v, v<uv < u holds, and a positive element has a positive inverse (Ordered field, Inverses of positives are positive, and reciprocation reverses order).

Counterexample

technique · direct
1.1

R(t)\mathbb{R}(t) is an ordered field, it is not Archimedean, and 0<1/t0 < 1/t in it.

L1L2L5
1.2

For every rational q>0q > 0 one has 1/t<q11/t < q \cdot 1.

L2
2.1

No rational qq satisfies 0<q1<1/t0 < q \cdot 1 < 1/t: if q0q \le 0 then q10q \cdot 1 \le 0 and the left inequality fails, while if q>0q > 0 then 1/t<q11/t < q \cdot 1 by step 1.2, so q1<1/tq \cdot 1 < 1/t fails by trichotomy.

step 1.1step 1.2L3L5
3.1

So 0<1/t0 < 1/t in R(t)\mathbb{R}(t) with no rational strictly between them: the image of Q\mathbb{Q} is not dense in R(t)\mathbb{R}(t), and the claim is false.

step 1.1step 2.1
4.1

The hypothesis the claim omitted is the Archimedean property, which R(t)\mathbb{R}(t) lacks and under which the conclusion does hold.

step 1.1L1L4

Remarks

  • What density really needs. Given 0<x<y0 < x < y in an Archimedean field one finds nn with 1/n<yx1/n < y - x and then a multiple of 1/n1/n in the gap; the Archimedean property is used precisely to make the mesh 1/n1/n finer than the gap. In R(t)\mathbb{R}(t) the gap 1/t01/t - 0 is smaller than every 1/n1/n, so no mesh built from rationals is ever fine enough.

  • An element like 1/t1/t is called an infinitesimal: positive, and below every positive rational. A non-Archimedean ordered field always has one, since if xx exceeds every canonical natural then 1/x1/x is below every 1/n1/n (Inverses of positives are positive, and reciprocation reverses order). So the failure of density is not special to this field; it happens in every non-Archimedean ordered field, including R((t1))\mathbb{R}((t^{-1})).

  • Density is not the same as completeness. Q\mathbb{Q} is dense in itself and in R\mathbb{R}, and Q\mathbb{Q} is not complete. What this counterexample shows is only that density of Q\mathbb{Q} needs the Archimedean property, which is also the hypothesis missing from FALSE: the nested interval property alone implies the least-upper-bound property and FALSE: an ordered field in which every Cauchy sequence converges has the least-upper-bound property.

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

On a closed interval of Q\mathbb{Q} there is a continuous unbounded function, a bounded one with no maximum, and one without the intermediate value property

Statement refuted

The notion of continuity used here is stated in full, and is not imported. Let FF be an ordered field, DFD \subseteq F and φ:DF\varphi : D \to F. Say φ\varphi is continuous at cDc \in D when

for every ε>0 in F there is δ>0 in F with φ(x)φ(c)<ε whenever xD and xc<δ,\text{for every } \varepsilon > 0 \text{ in } F \text{ there is } \delta > 0 \text{ in } F \text{ with } |\varphi(x) - \varphi(c)| < \varepsilon \text{ whenever } x \in D \text{ and } |x - c| < \delta,

and continuous on DD when it is continuous at every point of DD. This is the ordinary ε\varepsilon-δ\delta condition, read entirely inside FF. Nothing below cites a definition of continuity from elsewhere in this library, because there is none yet.

Refuted claim: over every ordered field FF, a function φ:[a,b]FF\varphi : [a,b]_F \to F that is continuous on the closed interval [a,b]F[a,b]_F (Sequences, convergence, Cauchyness, monotonicity, boundedness and closed intervals in an arbitrary ordered field) is bounded there, attains a maximum there, and takes every value between φ(a)\varphi(a) and φ(b)\varphi(b). In other words, the extreme value theorem and the intermediate value theorem hold over an arbitrary ordered field.

The witness is F=QF = \mathbb{Q} and D=[0,2]QD = [0,2]_{\mathbb{Q}}, with three functions, one for each clause:

f(x)=1x22,g(x)=(x22)2,h(x)=x22.f(x) = \frac{1}{x^2 - 2}, \qquad g(x) = -\,(x^2-2)^2, \qquad h(x) = x^2 - 2 .

All three are continuous on DD in the sense above. ff is unbounded; gg is bounded and has no maximum; hh satisfies h(0)=2<0<2=h(2)h(0) = -2 < 0 < 2 = h(2) and never takes the value 00. What Q\mathbb{Q} lacks is the least-upper-bound property (LUB) of The five completeness properties of an ordered field: least upper bound, monotone convergence, nested intervals, Bolzano-Weierstrass, and Cauchy completeness, and each of the three clauses fails because of that single omission.

Facts & Assumptions

Given: The ordered field Q\mathbb{Q}; the set D:=[0,2]Q={xQ:0x2}D := [0,2]_{\mathbb{Q}} = \{x \in \mathbb{Q} : 0 \le x \le 2\}; the functions f,g,hf, g, h above; and the map T(x):=(2x+2)(x+2)1T(x) := (2x+2)(x+2)^{-1}.

[L2]

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

[L5]

Absolute value: uv=uv|uv| = |u||v|, u0|u| \ge 0, u=u|u| = u for u0u \ge 0, and u<c|u| < c exactly when c<u<c-c < u < c (Basic properties of the absolute value); u+vu+v|u+v| \le |u|+|v| (The triangle inequality).

[L6]

Powers: a0=1a^0 = 1, an+1=anaa^{n+1} = a^n a (Integer powers ama^m); for 0a<b0 \le a < b and n1n \ge 1, an<bna^n < b^n (Monotonicity of xxnx \mapsto x^n and of nann \mapsto a^n); (1+x)n1+nx(1+x)^n \ge 1 + nx for x1x \ge -1 (Bernoulli's inequality (1+x)n1+nx(1+x)^n \ge 1 + nx).

[L7]

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

[L8]

Order arithmetic: a positive element is invertible with positive inverse and reciprocation reverses the order (Inverses of positives are positive, and reciprocation reverses order); for c>0c > 0, a<ba < b if and only if ac<bcac < bc (Sign rules for products and monotonicity of multiplication); adding a constant preserves the order and inequalities add (Order is preserved by adding a constant and by adding inequalities); canonical naturals are positive (Canonical naturals are positive and strictly increasing); the order is total and transitive (Ordered field).

Counterexample

technique · direct
1.1

For every xDx \in D one has x22x^2 \ne 2, so x220x^2 - 2 \ne 0 and x22>0|x^2-2| > 0; and 0x20 \le x \le 2 gives 0x240 \le x^2 \le 4, so x222|x^2 - 2| \le 2. Hence ff, gg and hh are defined on all of DD.

L2L5L6L8
1.2

Q\mathbb{Q} is an ordered field that is not complete: a complete ordered field has a square root of 22, and no rational squares to 22.

L1L2L3L4
1.3

For xDx \in D one has x+22>0x + 2 \ge 2 > 0, so T(x)=22(x+2)1T(x) = 2 - 2(x+2)^{-1} is defined, and (x+2)1(x+2)^{-1} lies between (4)1(4)^{-1} and (2)1(2)^{-1}, so 1T(x)3/21 \le T(x) \le 3/2 and T(x)DT(x) \in D; moreover T(x)22=2(x22)(x+2)2T(x)^2 - 2 = 2(x^2-2)(x+2)^{-2} and (x+2)24(x+2)^2 \ge 4, so T(x)22x22(2)1|T(x)^2 - 2| \le |x^2-2|\,(2)^{-1}.

L5L6L8
1.4

For all x,cDx, c \in D: x2c2=xcx+c4xc|x^2 - c^2| = |x-c|\,|x+c| \le 4\,|x-c|, since 0x+c40 \le x + c \le 4.

L5L8
2.1

hh is continuous on DD: given ε>0\varepsilon > 0 take δ:=ε(4)1\delta := \varepsilon\,(4)^{-1}, and xc<δ|x - c| < \delta gives h(x)h(c)=x2c24xc<ε|h(x)-h(c)| = |x^2-c^2| \le 4|x-c| < \varepsilon.

step 1.4L5L8
2.2

gg is continuous on DD: g(x)g(c)=x2c2(x22)+(c22)4xc4=16xc|g(x)-g(c)| = |x^2-c^2|\cdot|(x^2-2)+(c^2-2)| \le 4|x-c| \cdot 4 = 16|x-c|, using step 1.1 for the second factor, so δ:=ε(16)1\delta := \varepsilon\,(16)^{-1} works.

step 1.1step 1.4L5L8
2.3

ff is continuous on DD: fix cDc \in D and put A:=c22>0A := |c^2-2| > 0; for xDx \in D with xc<A(8)1|x-c| < A\,(8)^{-1} one gets x2c2<A(2)1|x^2 - c^2| < A\,(2)^{-1} and hence x22Ax2c2>A(2)1|x^2-2| \ge A - |x^2-c^2| > A\,(2)^{-1}, so f(x)f(c)=c2x2(x22c22)1<8xcA2|f(x)-f(c)| = |c^2-x^2|\big(|x^2-2|\,|c^2-2|\big)^{-1} < 8|x-c|\,A^{-2}; taking δ\delta to be the smaller of A(8)1A(8)^{-1} and εA2(8)1\varepsilon A^2 (8)^{-1} gives f(x)f(c)<ε|f(x)-f(c)| < \varepsilon.

step 1.1step 1.4L5L8
2.4

By the recursion theorem applied to DD, the element 1D1 \in D and the map TT, there is a sequence (xn)(x_n) in DD with x0=1x_0 = 1 and xn+1=T(xn)x_{n+1} = T(x_n); and by induction xn22(2n)1|x_n^2 - 2| \le (2^n)^{-1}, the base case being 12=1|1 - 2| = 1 and the step being step 1.3.

step 1.3L6L7
2.5

gg is bounded on DD, with 4g(x)0-4 \le g(x) \le 0, and has no maximum: for every cDc \in D the point T(c)T(c) lies in DD and satisfies T(c)22c22(2)1<c22|T(c)^2-2| \le |c^2-2|(2)^{-1} < |c^2-2|, so (T(c)22)2<(c22)2(T(c)^2-2)^2 < (c^2-2)^2 and g(T(c))>g(c)g(T(c)) > g(c).

step 1.1step 1.3L6L8
3.1

ff is unbounded on DD: f(xn)=xn2212n|f(x_n)| = |x_n^2-2|^{-1} \ge 2^n, and given any MQM \in \mathbb{Q} the Archimedean property supplies nn with M<n1M < n \cdot 1, whence 2n1+n1>M2^n \ge 1 + n \cdot 1 > M by Bernoulli.

step 2.4L1L6L8
3.2

hh is continuous on DD with h(0)=2h(0) = -2 and h(2)=2h(2) = 2, so 00 lies strictly between h(0)h(0) and h(2)h(2), and yet h(x)=0h(x) = 0 has no solution in DD, since that would be a rational squaring to 22.

step 1.1step 2.1L2
4.1

Over the ordered field Q\mathbb{Q}, on the closed interval D=[0,2]QD = [0,2]_{\mathbb{Q}}: ff is continuous and unbounded, gg is continuous and bounded with no maximum, and hh is continuous and omits a value strictly between its values at the endpoints. All three clauses of the claim are therefore false, and the field involved is exactly one failing (LUB).

step 1.2step 2.2step 2.3step 2.5step 3.1step 3.2

Remarks

  • One mechanism, three failures. All three functions are built from x22x^2 - 2, whose zero is missing from Q\mathbb{Q}. The map TT is a contraction towards that missing zero: it halves x22|x^2-2| at every step while staying inside DD. So x22|x^2-2| has infimum 00 on DD and does not attain it, and the three failures are three ways of reading that one sentence.

  • Nothing here is peculiar to Q\mathbb{Q}. The same construction runs in any ordered subfield of R\mathbb{R} that omits 2\sqrt 2, since every step above uses only the field operations, the order, and the absence of a square root of 22. This item exhibits the cheapest witness; no claim is made here about ordered fields in general.

  • This item does not use, and does not need, a general theory of continuous functions. The ε\varepsilon-δ\delta condition is stated in the Statement refuted and every use of it above is a direct verification, so the item is self-contained and nothing here waits on a later page. That is deliberate and not a placeholder: the claim refuted here is a claim about an arbitrary ordered field, and it is refuted over Q\mathbb{Q}, so a definition of continuity written for real functions on subsets of R\mathbb{R} would not apply to it. This library has no notion of continuity over a general ordered field and needs none elsewhere, and inventing an id for one would put an unused definition on a page about completeness properties. The condition above is the ordinary one read inside FF, and it specialises to the real-variable definition at F=RF = \mathbb{R}.

  • What is true over Q\mathbb{Q}. Continuity, sums and products of continuous functions, and composition all behave normally; what fails is every statement whose proof needs a supremum. That is the content of the page this one belongs to.

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

Over Q\mathbb{Q} there is a nonconstant differentiable function with identically zero derivative, so Rolle and the mean value theorem both fail

Statement refuted

The notion of derivative used here is stated in full, and is not imported. Let FF be an ordered field, DFD \subseteq F, φ:DF\varphi : D \to F and cDc \in D a point that is not isolated in DD, meaning that for every δ>0\delta > 0 in FF there is xDx \in D with 0<xc<δ0 < |x - c| < \delta. Say φ\varphi is differentiable at cc with derivative LFL \in F when

for every ε>0 in F there is δ>0 in F with φ(x)φ(c)xcL<ε for all xD with 0<xc<δ,\text{for every } \varepsilon > 0 \text{ in } F \text{ there is } \delta > 0 \text{ in } F \text{ with } \Big|\frac{\varphi(x)-\varphi(c)}{x-c} - L\Big| < \varepsilon \text{ for all } x \in D \text{ with } 0 < |x-c| < \delta,

and write φ(c)=L\varphi'(c) = L. This is the ordinary difference-quotient condition, read entirely inside FF. Nothing below cites a definition of the derivative from elsewhere in this library, because there is none yet.

Refuted claim: over every ordered field FF, if φ:[a,b]FF\varphi : [a,b]_F \to F with a<ba < b is differentiable at every point of [a,b]F[a,b]_F (Sequences, convergence, Cauchyness, monotonicity, boundedness and closed intervals in an arbitrary ordered field), then

  1. (Rolle) φ(a)=φ(b)\varphi(a) = \varphi(b) implies φ(c)=0\varphi'(c) = 0 for some c[a,b]Fc \in [a,b]_F, and
  2. (Mean value) φ(b)φ(a)=φ(c)(ba)\varphi(b) - \varphi(a) = \varphi'(c)\,(b-a) for some c[a,b]Fc \in [a,b]_F.

The witness is F=QF = \mathbb{Q} and D=[0,2]QD = [0,2]_{\mathbb{Q}} with

φ(x)  =  {0x2<2,1x2>2,andρ(x)  =  φ(x)x2.\varphi(x) \;=\; \begin{cases} 0 & x^2 < 2, \\ 1 & x^2 > 2, \end{cases} \qquad\text{and}\qquad \rho(x) \;=\; \varphi(x) - \frac{x}{2}.

φ\varphi is well defined on DD because no rational squares to 22 (FALSE: some rational number squares to 2). It is locally constant, hence differentiable everywhere on DD with φ0\varphi' \equiv 0, and it is not constant, since φ(0)=0\varphi(0) = 0 and φ(2)=1\varphi(2) = 1; that refutes clause 2. And ρ\rho satisfies ρ(0)=ρ(2)=0\rho(0) = \rho(2) = 0 while ρ(c)=1/2\rho'(c) = -1/2 for every cc; that refutes clause 1.

Facts & Assumptions

Given: The ordered field Q\mathbb{Q}; D:=[0,2]QD := [0,2]_{\mathbb{Q}}; the functions φ\varphi and ρ\rho above.

[L3]

For all x,cDx, c \in D: x2c24xc|x^2 - c^2| \le 4\,|x - c|, which is step 1.4 of On a closed interval of Q\mathbb{Q} there is a continuous unbounded function, a bounded one with no maximum, and one without the intermediate value property.

[L4]

Absolute value: u0|u| \ge 0, u=u|u| = u for u0u \ge 0, uv=uv|uv| = |u||v|, and u<c|u| < c exactly when c<u<c-c < u < c (Basic properties of the absolute value); powers (Integer powers ama^m, Monotonicity of xxnx \mapsto x^n and of nann \mapsto a^n).

[L5]

Order arithmetic: a positive element is invertible with positive inverse (Inverses of positives are positive, and reciprocation reverses order); for c>0c > 0, a<ba < b if and only if ac<bcac < bc (Sign rules for products and monotonicity of multiplication); adding a constant preserves the order and inequalities add (Order is preserved by adding a constant and by adding inequalities); 21>02 \cdot 1 > 0 and 81>08 \cdot 1 > 0 (Canonical naturals are positive and strictly increasing); the order is total and transitive (Ordered field).

Counterexample

technique · direct
1.1

Every xDx \in D has x22x^2 \ne 2, so exactly one of x2<2x^2 < 2, x2>2x^2 > 2 holds and φ\varphi is well defined on DD; moreover 02=0<20^2 = 0 < 2 and 12=1<21^2 = 1 < 2 and 22=4>22^2 = 4 > 2, so φ(0)=φ(1)=0\varphi(0) = \varphi(1) = 0 and φ(2)=1\varphi(2) = 1, and φ\varphi is not constant on DD.

L1L2L5
1.2

For all x,cDx, c \in D one has x2c24xc|x^2 - c^2| \le 4|x-c|.

L3
1.3

No point of DD is isolated in DD: given cDc \in D and δ>0\delta > 0, let η\eta be the smaller of δ\delta and 11, and take x:=c+η/2x := c + \eta/2 if c1c \le 1 and x:=cη/2x := c - \eta/2 otherwise; then xDx \in D and 0<xc<δ0 < |x - c| < \delta.

L1L5
2.1

φ\varphi is differentiable at every cDc \in D with φ(c)=0\varphi'(c) = 0. Put A:=c22>0A := |c^2-2| > 0 and δ0:=A(8)1>0\delta_0 := A\,(8)^{-1} > 0. For xDx \in D with xc<δ0|x - c| < \delta_0 step 1.2 gives x2c2<A(2)1|x^2 - c^2| < A\,(2)^{-1}; so if c2<2c^2 < 2, that is A=2c2A = 2 - c^2, then x2<c2+A(2)1=(c2+2)(2)1<2x^2 < c^2 + A(2)^{-1} = (c^2+2)(2)^{-1} < 2, while if c2>2c^2 > 2, that is A=c22A = c^2 - 2, then x2>c2A(2)1=(c2+2)(2)1>2x^2 > c^2 - A(2)^{-1} = (c^2+2)(2)^{-1} > 2. In either case φ(x)=φ(c)\varphi(x) = \varphi(c), so the difference quotient is 00 for every such xx with xcx \ne c, and 00<ε|0 - 0| < \varepsilon for every ε>0\varepsilon > 0; the same δ0\delta_0 serves for every ε\varepsilon.

step 1.1step 1.2step 1.3L4L5
3.1

ρ\rho is differentiable at every cDc \in D with ρ(c)=1/2\rho'(c) = -1/2: with δ0\delta_0 as in step 2.1, every xDx \in D with 0<xc<δ00 < |x-c| < \delta_0 has (ρ(x)ρ(c))(xc)1=(φ(x)φ(c))(xc)1(2)1=(2)1(\rho(x)-\rho(c))(x-c)^{-1} = (\varphi(x)-\varphi(c))(x-c)^{-1} - (2)^{-1} = -(2)^{-1}, so the quotient is constantly 1/2-1/2 near cc; and ρ(0)=0\rho(0) = 0, ρ(2)=11=0\rho(2) = 1 - 1 = 0, ρ(1)=1/2\rho(1) = -1/2.

step 1.1step 2.1L5
3.2

The mean value clause fails for φ\varphi on DD: φ(2)φ(0)=1\varphi(2) - \varphi(0) = 1 while φ(c)(20)=0\varphi'(c)(2-0) = 0 for every cDc \in D, and 101 \ne 0.

step 1.1step 2.1L5
4.1

The Rolle clause fails for ρ\rho on DD: ρ\rho is differentiable at every point of DD, ρ(0)=ρ(2)\rho(0) = \rho(2), and yet ρ(c)=1/20\rho'(c) = -1/2 \ne 0 for every cDc \in D.

step 3.1L5
5.1

So over the ordered field Q\mathbb{Q}, on the closed interval D=[0,2]QD = [0,2]_{\mathbb{Q}}, both clauses of the claim are false, and Q\mathbb{Q} is an ordered field without the least-upper-bound property.

step 1.1step 3.2step 4.1L2

Remarks

  • Where the classical proof breaks. Rolle's theorem is proved by taking a point where the function attains its maximum and showing the derivative vanishes there. Over Q\mathbb{Q} the maximum need not exist: that is On a closed interval of Q\mathbb{Q} there is a continuous unbounded function, a bounded one with no maximum, and one without the intermediate value property, proved on the same interval and by the same missing 2\sqrt 2. So this counterexample is not independent of that one, it is its consequence for the differential calculus.

  • A locally constant function need not be constant when the domain is disconnected, and DD is disconnected in exactly the way Q\mathbb{Q} is: the sets {xD:x2<2}\{x \in D : x^2 < 2\} and {xD:x2>2}\{x \in D : x^2 > 2\} are disjoint, nonempty, cover DD, and each is open in the ε\varepsilon-δ\delta sense. Over R\mathbb{R} no such split of an interval exists, and that is the connectedness that the mean value theorem really rests on.

  • The derivative here is genuinely a derivative, not a degenerate reading: the difference quotient is not merely small near cc, it is exactly 00 for φ\varphi and exactly 1/2-1/2 for ρ\rho on a whole punctured neighbourhood, so the limit exists in the strongest possible sense.

  • This item does not use, and does not need, a general theory of differentiation. The difference-quotient condition is stated in the Statement refuted and every use of it above is a direct verification, so the item is self-contained and nothing here waits on a later page. As with On a closed interval of Q\mathbb{Q} there is a continuous unbounded function, a bounded one with no maximum, and one without the intermediate value property, that is deliberate: the claim refuted is a claim about an arbitrary ordered field and is refuted over Q\mathbb{Q}, so a derivative defined for real functions on subsets of R\mathbb{R} would not apply to it. The condition above is the ordinary difference-quotient one read inside FF, and it specialises to the real-variable definition at F=RF = \mathbb{R}.

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

ak=(1)ka_k = (-1)^k, bk=kb_k = k have ak/bk0a_k/b_k \to 0 while the difference quotient oscillates, so Stolz-Cesaro has no converse

Statement refuted

Refuted claim: the converse of Stolz-Cesaro, /\infty/\infty form: if bkb_k is strictly increasing and unbounded and (ak+1ak)/(bk+1bk)L(a_{k+1}-a_k)/(b_{k+1}-b_k) \to L then ak/bkLa_k/b_k \to L. That is: if (bk)(b_k) is strictly increasing with range not bounded above and the quotients ak/bka_k/b_k converge, then the difference quotients (ak+1ak)/(bk+1bk)(a_{k+1}-a_k)/(b_{k+1}-b_k) converge too.

The witness is ak=ska_k = s_k, the alternating sequence of The even and odd index maps and the alternating sequence: strictly increasing e,oe, o with N\mathbb{N} their disjoint union, and the unique (sk)(s_k) with s0=1s_0 = 1, sσ(k)=sks_{\sigma(k)} = -s_k, which satisfies sk=1|s_k| = 1, se1s \circ e \equiv 1 and so1s \circ o \equiv -1 usually written (1)k(-1)^k, and bk=kb_k = k. Then b0=0b_0 = 0, so the quotient ak/bka_k/b_k is formed for k1k \ge 1 only, exactly as Stolz-Cesaro, /\infty/\infty form: if bkb_k is strictly increasing and unbounded and (ak+1ak)/(bk+1bk)L(a_{k+1}-a_k)/(b_{k+1}-b_k) \to L then ak/bkLa_k/b_k \to L is stated; and there

akbk=skk,akbk=1k0,\frac{a_k}{b_k} = \frac{s_k}{k}, \qquad \Big|\frac{a_k}{b_k}\Big| = \frac1k \longrightarrow 0,

while the difference quotient is

ak+1akbk+1bk  =  sk+1sk  =  2sk,\frac{a_{k+1}-a_k}{b_{k+1}-b_k} \;=\; s_{k+1} - s_k \;=\; -2 s_k,

which takes the value 2-2 at even kk and 22 at odd kk and does not converge.

Facts & Assumptions

Given: The alternating sequence (sk)(s_k) with s0=1s_0 = 1 and sσ(k)=sks_{\sigma(k)} = -s_k; the sequences ak:=ska_k := s_k and bk:=k1Rb_k := k \cdot 1_{\mathbb{R}}; and the difference quotients dk:=(ak+1ak)(bk+1bk)1d_k := (a_{k+1}-a_k)(b_{k+1}-b_k)^{-1}.

[L2]

(sk)(s_k) is bounded and does not converge (FALSE: every bounded sequence converges).

[L5]

Algebra of limits, in particular that a scalar multiple of a convergent sequence converges (Algebra of limits: sums, scalar multiples, products and quotients).

[L6]

Order arithmetic: u0|u| \ge 0 and uv=uv|uv| = |u||v| (Basic properties of the absolute value); a positive element is invertible with positive inverse and reciprocation reverses the order (Inverses of positives are positive, and reciprocation reverses order); the order is total and transitive (Complete ordered field (least-upper-bound property), Ordered field).

Counterexample

technique · direct
1.1

(bk)(b_k) is strictly increasing, its range is not bounded above, b0=0b_0 = 0 and bk>0b_k > 0 for k1k \ge 1; so the hypotheses of Stolz-Cesaro, /\infty/\infty form: if bkb_k is strictly increasing and unbounded and (ak+1ak)/(bk+1bk)L(a_{k+1}-a_k)/(b_{k+1}-b_k) \to L then ak/bkLa_k/b_k \to L on (bk)(b_k) hold with K0=1K_0 = 1.

L3L7
1.2

sk=1|s_k| = 1 for every kk, and (sk)(s_k) does not converge.

L1L2
2.1

The tail quotients qj:=aj+1/bj+1=sj+1(j+1)1q_j := a_{j+1}/b_{j+1} = s_{j+1}(j+1)^{-1} satisfy qj=(j+1)1|q_j| = (j+1)^{-1}; given a real ε>0\varepsilon > 0 and a natural m1m \ge 1 with 1/m<ε1/m < \varepsilon, every jmj \ge m has qj0=(j+1)1<ε|q_j - 0| = (j+1)^{-1} < \varepsilon, so qj0q_j \to 0.

step 1.1step 1.2L4L6
2.2

bk+1bk=1b_{k+1} - b_k = 1 for every kk, so dk=ak+1ak=sk+1sk=sksk=2skd_k = a_{k+1} - a_k = s_{k+1} - s_k = -s_k - s_k = -2s_k, which is 2-2 when kk is even and 22 when kk is odd.

step 1.1step 1.2L1L3
3.1

(dk)(d_k) does not converge: were dkMd_k \to M, then sk=(1/2)dks_k = (-1/2)\,d_k would converge to M/2-M/2 by the scalar-multiple rule, contradicting step 1.2.

step 1.2step 2.2L5
4.1

So (bk)(b_k) is strictly increasing and unbounded, the quotients ak/bka_k/b_k converge to 00 over the indices k1k \ge 1, and the difference quotients do not converge: the converse of Stolz-Cesaro is false.

step 2.1step 3.1L7

Remarks

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

A summability matrix failing exactly one Silverman-Toeplitz condition and transforming a convergent sequence to a divergent one

Statement refuted

Refuted claim: a summability matrix whose columns tend to 00 and whose row sums tend to 11 is regular; equivalently, the uniform bound on the row absolute sums in A summability matrix with only finitely many nonzero entries per row is regular iff each column tends to 00, the row sums tend to 11, and the row absolute sums are uniformly bounded is redundant.

The witness is the matrix with exactly two nonzero entries in each row,

cn,n:=(n+1),cn,n+1:=n+2,cn,k:=0 for k{n,n+1},c_{n,n} := -(n+1), \qquad c_{n,n+1} := n+2, \qquad c_{n,k} := 0 \text{ for } k \notin \{n, n+1\},

together with the null sequence xk:=sk/(k+1)x_k := s_k/(k+1), where (sk)(s_k) is the alternating sequence of The even and odd index maps and the alternating sequence: strictly increasing e,oe, o with N\mathbb{N} their disjoint union, and the unique (sk)(s_k) with s0=1s_0 = 1, sσ(k)=sks_{\sigma(k)} = -s_k, which satisfies sk=1|s_k| = 1, se1s \circ e \equiv 1 and so1s \circ o \equiv -1. Every column of cc is eventually 00; every row sum is exactly 11; the row absolute sums are 2n+32n+3 and are unbounded. The transform of (xk)(x_k) is

yn  =  (n+1)snn+1  +  (n+2)sn+1n+2  =  sn+sn+1  =  2sn,y_n \;=\; -(n+1)\frac{s_n}{n+1} \;+\; (n+2)\frac{s_{n+1}}{n+2} \;=\; -s_n + s_{n+1} \;=\; -2 s_n,

which does not converge although xk0x_k \to 0. So cc is not regular, and the third condition of A summability matrix with only finitely many nonzero entries per row is regular iff each column tends to 00, the row sums tend to 11, and the row absolute sums are uniformly bounded is not redundant.

Facts & Assumptions

Given: The matrix cc above, the alternating sequence (sk)(s_k) with s0=1s_0 = 1 and sσ(k)=sks_{\sigma(k)} = -s_k, and the sequence xk:=sk((k+1)1R)1x_k := s_k\,((k+1)\cdot 1_{\mathbb{R}})^{-1}.

[L4]

Convergence of real sequences (Limits and Cauchy sequences of reals); a sequence that is eventually 00 converges to 00; the reciprocal Archimedean property (For every ε>0\varepsilon > 0 in a complete ordered field there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon); no real bounds every canonical natural (Every complete ordered field is Archimedean, Lower bound, bounded below, bounded set).

[L5]

Algebra of limits, in particular the scalar-multiple rule (Algebra of limits: sums, scalar multiples, products and quotients).

[L6]

Order arithmetic: (k+1)1R>0(k+1)\cdot 1_{\mathbb{R}} > 0 (Canonical naturals are positive and strictly increasing) hence invertible with positive inverse, and reciprocation reverses the order (Inverses of positives are positive, and reciprocation reverses order); u0|u| \ge 0 and uv=uv|uv| = |u||v| (Basic properties of the absolute value); the order is total and transitive (Complete ordered field (least-upper-bound property), Ordered field).

Counterexample

technique · direct
1.1

cc is a summability matrix: row nn vanishes at every k>n+1k > n+1, so n+1n+1 is an admissible bound for row nn.

L1
1.2

Every column of cc converges to 00: for fixed kk, the entry cn,kc_{n,k} is nonzero only when n=kn = k or n+1=kn + 1 = k, so cn,k=0c_{n,k} = 0 for every nk+1n \ge k+1 and the column is eventually 00.

L1L4
1.3

Every row sum is 11: kcn,k=(n+1)+(n+2)=1\sum_k c_{n,k} = -(n+1) + (n+2) = 1, so the row sums form the constant sequence 11 and converge to 11.

L1
1.4

The row absolute sums are not bounded above: kcn,k=(n+1)+(n+2)=2n+3\sum_k |c_{n,k}| = (n+1) + (n+2) = 2n+3, and no real exceeds every canonical natural.

L1L4L6
1.5

(xk)(x_k) converges to 00: xk=((k+1)1R)1|x_k| = ((k+1)\cdot 1_{\mathbb{R}})^{-1}, and given a real ε>0\varepsilon > 0 and a natural m1m \ge 1 with 1/m<ε1/m < \varepsilon, every kmk \ge m has xk0<ε|x_k - 0| < \varepsilon.

L3L4L6
2.1

The transform of (xk)(x_k) by cc is yn=cn,nxn+cn,n+1xn+1=(n+1)sn((n+1)1)1+(n+2)sn+1((n+2)1)1=sn+sn+1=2sny_n = c_{n,n}x_n + c_{n,n+1}x_{n+1} = -(n+1)\,s_n\,((n+1)\cdot 1)^{-1} + (n+2)\,s_{n+1}\,((n+2)\cdot 1)^{-1} = -s_n + s_{n+1} = -2s_n.

step 1.1step 1.5L1L3L6
3.1

(yn)(y_n) does not converge: were ynMy_n \to M, then sn=(1/2)yns_n = (-1/2)\,y_n would converge to M/2-M/2 by the scalar-multiple rule, contradicting [L3].

step 2.1L3L5
4.1

So cc has null columns and row sums tending to 11, yet transforms the convergent sequence (xk)(x_k) into a divergent one and is therefore not regular; the claim is false, and by A summability matrix with only finitely many nonzero entries per row is regular iff each column tends to 00, the row sums tend to 11, and the row absolute sums are uniformly bounded what fails is exactly the uniform bound on the row absolute sums, as step 1.4 confirms.

step 1.2step 1.3step 1.4step 1.5step 3.1L1L2

Remarks

Sources