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.

12 results · all verified · 12 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; all 12 also cleared it.

Series: Convergence and the Nonnegative Tests: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)verified 2026-08-09 (gpt-5.6-terra-codex-subscription)Open item page →

The harmonic series 1/k diverges, by condensation and by Oresme block grouping

Example

The harmonic series is k11/k, the series from the starting index 1 (Series, partial sums, convergence and the sum, divergence, and the tail series) of the family ak=1/ι(k); the index 0 is excluded because 1/0 has no value. It diverges, and its partial sums are unbounded above.

This is the case p=1 of For rational p>0, 1/kp converges iff p>1. The two arguments below do not use that theorem: the first is the condensation argument, which is how For rational p>0, 1/kp converges iff p>1 itself is proved and which here degenerates to something one can read off; the second is Oresme's block grouping from the fourteenth century, which uses no test at all and produces the explicit lower bound

k=12n1k    1+n2(nN).

That bound is worth having on its own: it says the harmonic partial sums grow at least like a constant multiple of n along the powers of 2, giving a concrete quantitative witness to their slow divergence.

Facts & Assumptions

Given: The family ak:=1/ι(k) for naturals k1, with ι(k) the canonical natural; its partial sums Am=k=1mak (Series, partial sums, convergence and the sum, divergence, and the tail series, Finite sums and finite products, by recursion, Canonical naturals are positive and strictly increasing).

[L1]

The canonical naturals are positive and order preserving: 0<ι(j)ι(k) for 1jk; and reciprocation reverses the order on the positives (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order).

[L2]

Condensation: for a nonnegative nonincreasing family from 1, k1xk converges if and only if j02jx2j converges (For a nonincreasing nonnegative sequence, ak converges iff 2ka2k converges, Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences).

[L3]

A series whose terms do not tend to 0 diverges (If a series converges then its terms tend to 0).

[L4]

Powers of 2: 2j1, 2j+1=22j, and 2j(1/2j)=1 (Integer powers am, Monotonicity of xxn and of nan).

[L5]

Splitting and monotonicity of finite sums, and the number of terms in k=pq, namely q+1p (Laws of finite sums and finite products, Finite sums and finite products, by recursion).

[L6]

The principle of induction (The principle of mathematical induction); and for every real x there is a natural n with ι(n)>x (Every complete ordered field is Archimedean).

[L7]

For a series of nonnegative terms: it converges if and only if the range of its partial sums is bounded above (A series of nonnegative terms converges iff its partial sums are bounded, and then the sum is their supremum, Lower bound, bounded below, bounded set).

Verification

technique · direct
1.1

Each ak=1/ι(k) is positive, and ajak whenever 1jk, since 0<ι(j)ι(k) and reciprocation reverses the order.

givenL1
1.2

For every nN the block k=2n+12n+11/k has 2n+12n=2n terms, each with index k2n+1 and hence each at least 1/2n+1; so the block is at least 2n12n+1=12.

L1L4L5
2.1

So the family is nonnegative and nonincreasing, and condensation applies to it.

step 1.1L2
2.2

An induction on n gives A2n1+ι(n)/2 for every nN. At n=0 it reads A1=11; and if it holds at n then, splitting at 2n, A2n+1=A2n+k=2n+12n+11/k1+ι(n)/2+1/2=1+ι(n+1)/2.

step 1.2L5L6
3.1

The condensed terms are 2ja2j=2j12j=1 for every jN.

step 2.1L4
3.2

The range of the partial sums is not bounded above: given a real M, choose a natural n with ι(n)>2M; then A2n1+ι(n)/2>1+M>M.

step 2.2L6choose
4.1

The condensed series is therefore j01, whose terms are constantly 1 and so do not converge to 0; it diverges.

step 3.1L3
5.1

By condensation, k11/k diverges. That is the first argument.

step 4.1step 2.1L2
6.1

Since the terms are nonnegative, the series diverges and its partial sums are unbounded above. That is the second argument, and it recovers the conclusion of step 5.1 without using any convergence test.

step 3.2step 1.1L7

Remarks

  • Why the two arguments are the same argument. Oresme's blocks are the blocks of the condensation proof, grouped from 2n+1 to 2n+1, and the constant 1/2 in step 1.2 is the constant that makes the condensed terms of step 3.1 equal to 1. The difference is bookkeeping: condensation states the grouping once and for all, for every nonincreasing family, and the block argument performs it for this one family.

  • The divergence is extremely slow, and the bound says how slow. To make the partial sum exceed M the estimate of step 2.2 asks for about 22M terms. That is why the harmonic series is the standard warning against reading convergence off numerical evidence.

  • The bound in step 2.2 is one sided. Nothing here says the partial sums are at most 1+n/2 along powers of 2, and in fact they are not; the matching upper bound is the other half of the condensation estimate, and it is not needed for divergence.

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

1/k2 converges with sum at most 2, by comparison with the telescoping 1/(k(k1))

Example

The series k11/k2 converges (Series, partial sums, convergence and the sum, divergence, and the tail series) and its sum is at most 2.

Convergence is the case p=2 of For rational p>0, 1/kp converges iff p>1. What is added here is an elementary route that produces a numerical bound: for k2,

1k2    1k(k1)  =  1k11k,

so the terms from k=2 on are dominated by a telescoping series of sum 1, and adding the first term 1 gives the bound 2.

The bound is not the exact value. The sum is π2/6, a fact requiring machinery this library develops much later; nothing below asserts or uses it.

Facts & Assumptions

Given: The families cj:=1/ι(j+1)2 and bj:=1/ι(j+1) for jN, so that k11/k2 is the series of (cj) (Series, partial sums, convergence and the sum, divergence, and the tail series, Integer powers am, Canonical naturals are positive and strictly increasing).

[L1]

The canonical naturals are positive and order preserving, and reciprocation reverses the order on the positives (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order).

[L2]

(bjbj+1) converges whenever (bj) converges, with sum b0limjbj ((bkbk+1) converges iff (bk) converges, with sum b0limbk).

[L5]

For a series of nonnegative terms the sum is the supremum of the partial sums, so every partial sum is at most the sum and the sum is at most any upper bound of the partial sums; and finite sums are monotone in their terms (A series of nonnegative terms converges iff its partial sums are bounded, and then the sum is their supremum, Lower bound, bounded below, bounded set, Finite sums and finite products, by recursion, Laws of finite sums and finite products).

[L6]

The series k11/kp converges for rational p>1, so in particular at p=2, where k2 is the integer power (For rational p>0, 1/kp converges iff p>1, Rational powers ar of a positive base).

Verification

technique · direct
1.1

Every cj and every bj is positive.

givenL1
1.2

For every jN: bjbj+1=1ι(j+1)1ι(j+2)=1ι(j+1)ι(j+2).

givenL1algebra
1.3

The sequence (bj) converges to 0: given a rational ε>0, choose n1 with 1/n<ε; then bj=1/ι(j+1)1/n<ε for every j with j+1n.

givenL1L3choose
2.1

Since 0<ι(j+1)ι(j+2) we have ι(j+1)ι(j+2)ι(j+2)2, hence cj+1=1ι(j+2)21ι(j+1)ι(j+2)=bjbj+1 for every j.

step 1.2L1
2.2

By the telescoping lemma, j(bjbj+1) converges with sum b00=1.

step 1.3L2
3.1

By comparison, jcj+1 converges, its terms being nonnegative and dominated by those of a convergent series.

step 2.1step 2.2step 1.1L4
3.2

Every partial sum of jcj+1 is at most the corresponding partial sum of j(bjbj+1), which is at most 1; so the sum of jcj+1 is at most 1.

step 2.1step 2.2L5
4.1

The series jcj+1 is the 1-st tail series of jcj, so jcj converges and its sum is c0 plus that tail sum, that is at most 1+1=2.

step 3.1step 3.2L4
5.1

Since jcj is k11/k2, that series converges with sum at most 2, in agreement with the case p=2 of the p-series theorem.

step 4.1givenL6

Remarks

  • The comparison starts at k=2 and cannot start earlier. At k=1 the dominating expression 1/(k(k1)) has a zero denominator, which is exactly why the argument is organised around the tail series and the first term is added back separately in step 4.1. That bookkeeping is where an off-by-one error would otherwise turn the bound 2 into the false bound 1.

  • The telescoping comparison is sharper than it looks. The estimate 1/k21/(k(k1)) loses only a factor 11/k, so the bound 2 sits not far above the true sum π2/6. That comparison is orientation only; nothing on this page establishes the exact value, and nothing on this page uses it.

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

Geometric sums computed: k12k=1 and k0(1/3)k=3/4

Example

Two geometric sums, computed from For r<1, k0rk=1/(1r), and for r1 the series diverges and stated with the starting index made explicit:

k12k  =  1,k0(13)k  =  34.

Both series converge, so both symbols denote (Series, partial sums, convergence and the sum, divergence, and the tail series).

The first is the one that is easy to get wrong. The theorem gives k02k=1/(11/2)=2, a series whose first term is 20=1. The series above starts at k=1 and therefore omits that term, so its sum is 21=1, not 2. A geometric series is not determined by its ratio alone; the starting index has to be said, and here it is.

Facts & Assumptions

Given: The real numbers 1/2 and 1/3, and the integer powers rk (Integer powers am).

[L1]

For r<1 the series rk from the starting index 0 converges with sum 1/(1r) (For r<1, k0rk=1/(1r), and for r1 the series diverges).

[L2]

Absolute value: 1/2=1/2 and 1/3=1/3, both less than 1 (Basic properties of the absolute value).

[L4]

r0=1 for every real r (Integer powers am, Laws of integer exponents).

Verification

technique · direct
1.1

Since 1/2=1/2<1, the series k0(1/2)k converges with sum 1/(11/2)=2.

givenL1L2algebra
1.2

Since 1/3=1/3<1, the series k0(1/3)k converges with sum 1/(1(1/3))=1/(4/3)=3/4, which is the second claim.

givenL1L2algebra
1.3

The series k12k is the 1-st tail series of k0(1/2)k, its terms being (1/2)j+1=2(j+1) for jN.

givenL3L4
2.1

The first partial sum of k0(1/2)k is s1=(1/2)0=1, so by the splitting identity the tail sum is 21=1, which is the first claim.

step 1.1step 1.3L3L4

Remarks

  • The two computations use the theorem in different regimes of sign. The first has a positive ratio and a monotone sequence of partial sums; the second has a negative ratio, so its partial sums oscillate around the limit rather than climbing to it. The theorem covers both without a case split, because its hypothesis is on r and its proof runs through sn=(1rn)/(1r), which is indifferent to the sign of r.

  • Where the starting index bites. Every application of a geometric comparison on this page and its companion begins by fixing which index the comparison series starts at, precisely because the sum changes by the omitted terms while the fact of convergence does not.

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

k11/(k(k+1))=1

Example

k11k(k+1)  =  1.

The series converges, so the symbol denotes (Series, partial sums, convergence and the sum, divergence, and the tail series), and its sum is exactly 1. The reason is the partial fraction identity

1k(k+1)  =  1k1k+1,

which makes the series telescoping with bk=1/k: the partial sums are 11/(n+1), and 1/(n+1)0.

Compare k11/k, which diverges (The harmonic series 1/k diverges, by condensation and by Oresme block grouping). The single extra factor k+1 in the denominator is what separates the two.

Facts & Assumptions

Given: The sequence bj:=1/ι(j+1) for jN, so that bj=1/k at k=j+1; and the family dk:=1/(k(k+1)) for naturals k1, so that k1dk is the series of jdj+1 (Series, partial sums, convergence and the sum, divergence, and the tail series, Finite sums and finite products, by recursion, Canonical naturals are positive and strictly increasing).

[L1]

The canonical naturals ι(j+1) are positive, and reciprocals of positives are positive (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order).

[L2]

(bjbj+1) converges if and only if (bj) converges, and then its sum is b0limjbj ((bkbk+1) converges iff (bk) converges, with sum b0limbk).

Verification

technique · direct
1.1

For every jN: bjbj+1=1ι(j+1)1ι(j+2)=ι(j+2)ι(j+1)ι(j+1)ι(j+2)=1ι(j+1)ι(j+2).

givenL1algebra
1.2

The sequence (bj) converges to 0: given a rational ε>0, choose n1 with 1/n<ε; then for every j with j+1n we have 0<bj1/n<ε.

givenL1L3choose
2.1

The term of k1dk at index j is dj+1=1ι(j+1)ι(j+2), so it equals bjbj+1; the two series are the same series.

step 1.1given
2.2

By the telescoping lemma, j(bjbj+1) converges with sum b00=1/ι(1)=1.

step 1.2L2L1
3.1

Therefore k11/(k(k+1)) converges with sum 1.

step 2.1step 2.2

Remarks

  • The value 1 comes from the first term of (bj), not from the first term of the series. The telescoping lemma gives b0limjbj, and here b0=1/1=1 while the first term of the series is d1=1/2. Reading the sum off the wrong one of those two numbers is the standard error, and it is why the lemma states the value in terms of b0 explicitly.

  • Every telescoping identity is an identity between finite sums. Nothing about limits enters step 1.1; the only limit in the argument is 1/(n+1)0, which is the Archimedean property. That is the general shape of every telescoping computation on this page.

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

Condensation reduces 1/kp to a geometric series with ratio 21p

Example

Let pQ with p>0. Condensation (For a nonincreasing nonnegative sequence, ak converges iff 2ka2k converges) applied to the family ak=1/kp, k1, produces a geometric series of ratio 21p:

2ja2j  =  2j(2j)p  =  2(1p)j  =  (21p)j(jN).

So the whole p-series family collapses onto the single question of when a geometric ratio is below 1, and the threshold p=1 is where 21p=20=1. That is the computation behind For rational p>0, 1/kp converges iff p>1, displayed here on its own and instantiated at three exponents:

pratio 21pcondensed seriesverdict
1/221/2diverges, ratio >1k1k1/2 diverges
11diverges, terms constantly 1k11/k diverges
21/2converges, sum 2k11/k2 converges

Facts & Assumptions

Given: A rational p>0 and the family ak:=ι(k)p for naturals k1 (Rational powers ar of a positive base, Canonical naturals are positive and strictly increasing).

[L1]

Condensation: for a nonnegative nonincreasing family from 1, k1xk converges if and only if j02jx2j converges (For a nonincreasing nonnegative sequence, ak converges iff 2ka2k converges, Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences).

[L2]

Rational powers of a positive base: ar+s=aras, (ar)s=ars, ar=1/ar, ar>0; the integer power agrees with the rational power at an integer exponent, since a1/1=a; and a0=1 (Laws of rational exponents, Rational powers ar of a positive base, Existence and uniqueness of n-th roots: a unique a1/n0 with (a1/n)n=a, Integer powers am).

[L3]

Monotonicity of rational powers: for a>1 and rationals r<s, ar<as; and for rational t>0, 0<a<b implies at<bt (Monotonicity of rar and of aar).

[L4]

The geometric series j0rj converges exactly when r<1, with sum 1/(1r) (For r<1, k0rk=1/(1r), and for r1 the series diverges).

[L5]

k11/kp converges if and only if p>1 (For rational p>0, 1/kp converges iff p>1); the canonical naturals are positive and order preserving, and reciprocation reverses the order on the positives (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order).

Verification

technique · direct
1.1

Each ak=ι(k)p is positive, and ajak whenever 1jk, since ι(j)pι(k)p for p>0 and reciprocation reverses the order; so condensation applies.

givenL3L5L1
1.2

For every jN: 2ja2j=2j(2j)p=2j2jp=2jjp=2(1p)j=(21p)j, reading each integer exponent as a rational one.

L2algebra
2.1

So the condensed series is the geometric series of ratio r:=21p, which is positive; and r<1 exactly when 1p<0, since 2>1 makes t2t strictly increasing and 20=1.

step 1.2L2L3
3.1

At p=2: the ratio is 21=1/2, so the condensed series converges with sum 1/(11/2)=2, and k11/k2 converges.

step 1.2step 2.1L1L4L5
3.2

At p=1: the ratio is 20=1, the condensed terms are constantly 1, so the condensed series diverges and k11/k diverges.

step 1.2step 2.1L1L4L5
3.3

At p=1/2: the ratio is 21/2, which exceeds 1 because 2>1 and 1/2>0; so the condensed series diverges and k1k1/2 diverges.

step 1.2step 2.1L1L3L4L5
4.1

The three verdicts agree with the p-series theorem, whose content is exactly step 2.1 together with the geometric threshold.

step 3.1step 3.2step 3.3L5

Remarks

  • The sum of the condensed series is not the sum of the original. At p=2 the condensed series sums to 2 while k11/k2 sums to π2/6. Condensation preserves the fact of convergence and nothing numerical, which is visible in its proof: the two estimates there differ by a factor 2.

  • Why the exponent has to be rational. The identity in step 1.2 is a chain of rational-exponent laws, and 21p is meaningful here only because 1p is rational (Rational powers ar of a positive base). The same computation with a real exponent is the standard one, and it waits for the exponential function.

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)verified 2026-08-09 (gpt-5.6-terra-codex-subscription)Open item page →

Abel-Dini applied to 1/k: 1/(ksk) still diverges while 1/(ksk2) converges

Example

Take ak:=1/ι(k+1) for kN, so that ak is the harmonic series k11/k, which has positive terms and diverges (The harmonic series 1/k diverges, by condensation and by Oresme block grouping). Its inclusive partial sums are the harmonic numbers

Sn  =  k=0nak  =  k=1n+11k  =  Hn+1(nN),

all of them positive. The Abel-Dini theorem (For a divergent series of positive terms with partial sums sk, the series ak/sk diverges and ak/sk2 converges) then says that

nanSn  =  n1(n+1)Hn+1diverges,nanSn2  =  n1(n+1)Hn+12converges.

Classically these are written k11/(kHk) and k11/(kHk2), with Hk=1+1/2++1/k.

What the pair shows. The harmonic series is a familiar slowly divergent explicit series, and dividing its terms by the running total produces something that diverges more slowly still. Dividing by the square of the running total overshoots into convergence. So exponent 1 gives a divergent member and exponent 2 a convergent one. The absence of a slowest divergent positive series comes from applying Abel-Dini again to the newly produced divergent series, not from a last-exponent claim about this fixed pair.

Facts & Assumptions

Given: The sequence ak:=1/ι(k+1), kN, and its inclusive partial sums Sn=k=0nak (Series, partial sums, convergence and the sum, divergence, and the tail series, Finite sums and finite products, by recursion, Canonical naturals are positive and strictly increasing).

[L1]

The canonical naturals are positive, so each ak is positive and each Sn is a sum of positive terms (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order).

[L2]

The harmonic series k11/k diverges (The harmonic series 1/k diverges, by condensation and by Oresme block grouping), and it is by definition the series of j1/ι(j+1) (Series, partial sums, convergence and the sum, divergence, and the tail series).

[L3]

Abel-Dini: for a sequence of positive terms whose series diverges, with Sn the inclusive partial sums, nan/Sn diverges and nan/Sn2 converges (For a divergent series of positive terms with partial sums sk, the series ak/sk diverges and ak/sk2 converges, Integer powers am).

Verification

technique · direct
1.1

Every term ak=1/ι(k+1) is positive.

givenL1
1.2

The series ak is the harmonic series k11/k and therefore diverges.

givenL2
1.3

Its inclusive partial sums are Sn=k=0n1/ι(k+1)=k=1n+11/k=Hn+1, a reindexing of the sum by kk+1.

givenL1
2.1

The hypotheses of Abel-Dini are met by (ak): positive terms and a divergent series.

step 1.1step 1.2L3
3.1

Therefore nanSn=n1ι(n+1)Hn+1 diverges.

step 2.1step 1.3L3
4.1

And nanSn2=n1ι(n+1)Hn+12 converges.

step 2.1step 1.3L3

Remarks

  • This is the concrete form of the no-slowest-series obstruction. The general statement is that no divergent series of positive terms is eventually dominated by every other; here it is exhibited for the standard candidate. Anyone proposing the harmonic series as a universal comparison series is answered by the first of the two conclusions.

  • No growth estimate for Hk is used or needed. The classical statement Hklogk would make both conclusions look like instances of the p-series with a logarithmic correction, but neither the logarithm nor that estimate is available in this library at this point, and the theorem does not require them: it needs only that the running totals are positive, nondecreasing and unbounded.

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

A series with ratio limit exactly 1 that Raabe decides

Example

Take ak:=1/ι(k+1)2 for kN, so that ak is k11/k2 (Series, partial sums, convergence and the sum, divergence, and the tail series). Then:

This is the smallest honest illustration that Raabe's test decides series the ratio test cannot. The verdict agrees with For rational p>0, 1/kp converges iff p>1 at p=2, as it must.

Facts & Assumptions

Given: The sequence ak:=1/ι(k+1)2, kN; its ratios qk=ak+1/ak; and its Raabe expression Rk=(k+1)(ak/ak+11) (Raabe is Kummer with ζk=k+1: for positive terms, lim inf(k+1)(ak/ak+11)>1 gives convergence and lim sup<1 gives divergence, Integer powers am, Canonical naturals are positive and strictly increasing).

[L1]

The canonical naturals are positive, so every ak is positive; reciprocation on the positives is order reversing; and x2=xx (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order, Integer powers am, Monotonicity of xxn and of nan).

[L2]

For every real ε>0 there is a natural n1 with 1/n<ε, so 1/ι(k+1)0 (For every ε>0 in a complete ordered field there is a natural n1 with 1/n<ε, Limits and Cauchy sequences of reals).

[L3]

Algebra of limits: sums, products and quotients of convergent sequences converge, the quotient requiring a nonzero limit and nonzero denominators (Algebra of limits: sums, scalar multiples, products and quotients).

[L4]

The ratio test: its convergence half needs lim supkqk<1 and its divergence half needs lim infkqk>1 (Ratio test: lim supak+1/ak<1 gives absolute convergence and hence convergence, and lim infak+1/ak>1 gives divergence).

[L7]

k11/kp converges if and only if p>1 (For rational p>0, 1/kp converges iff p>1).

Verification

technique · direct
1.1

Every ak=1/ι(k+1)2 is positive, so the ratios and the Raabe expression are defined.

givenL1
2.1

The ratios are qk=1/ι(k+2)21/ι(k+1)2=ι(k+1)2ι(k+2)2=(11ι(k+2))2.

step 1.1L1algebra
2.2

The Raabe expression is Rk=(k+1)(ι(k+2)2ι(k+1)21)=ι(k+2)2ι(k+1)2ι(k+1)=2ι(k)+3ι(k)+1=2+1ι(k+1).

step 1.1L1algebra
3.1

Since 1/ι(k+2)0, the product rule gives qk(10)2=1.

step 2.1L2L3
3.2

From step 2.2, Rk>2 for every kN, the added term 1/ι(k+1) being positive.

step 2.2L1
4.1

The convergence half of the ratio test does not apply: if lim supkqk<1, then with t real and lim supkqk<t<1 some tail supremum would be below t, putting qkt<1 for all large k and contradicting qk1.

step 3.1L4L6
4.2

The divergence half does not apply either: if lim infkqk>1, some tail infimum would exceed 1, putting qkc>1 for all large k and again contradicting qk1.

step 3.1L4L6
4.3

On the other hand 2 is a lower bound of {Rk:k0}, so the tail infimum i02 and lim infkRk2>1.

step 3.2L6
5.1

Raabe's test therefore gives convergence of ak, that is of k11/k2, in agreement with the case p=2 of the p-series theorem.

step 4.3step 1.1L5L7

Remarks

  • The Raabe expression here is exact, not asymptotic. Step 2.2 computes Rk=2+1/(k+1) on the nose, so no limit is needed to apply the test: a single inequality Rk>2 at every index already forces lim infkRk2. That is why this witness is the cleanest available one.

  • Why the ratio test must fail here. The ratios of any p-series tend to 1 whatever p is, so a criterion reading only lim sup and lim inf of the ratios cannot separate the convergent p-series from the divergent ones. Raabe reads the rate at which the ratios approach 1, which is exactly the missing information, and that rate is 2/k up to smaller terms when p=2.

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

ak=2k+(1)k has ratio limsup 2 and liminf 1/8, so the ratio test fails, while the root test gives convergence

Statement refuted

Refuted claim: whenever the root test decides a series, the ratio test decides it too; equivalently, the ratio test is no weaker than the root test.

The claim is refuted by the sequence usually written ak=2k+(1)k. Precisely, let (sk) be the alternating sequence of The even and odd index maps and the alternating sequence: strictly increasing e,o with N their disjoint union, and the unique (sk) with s0=1, sσ(k)=sk, which satisfies sk=1, se1 and so1, let tk:=2 when sk=1 and tk:=1/2 when sk=1, and put

ak  :=  2ktk(kN).

Its ratio and root families, in the shifted form used throughout, qk=ak+1/ak and ρk=ak+11/(k+1), satisfy

lim infkqk=18,lim supkqk=2,lim supkρk=12,

as computed in FALSE: lim supak1/k=lim supak+1/ak for every positive sequence. So the root test gives convergence of k1ak, while neither half of the ratio test applies: its convergence half needs lim supkqk<1 and 2 is not below 1, and its divergence half needs lim infkqk>1 and 1/8 is not above 1.

This is the concrete form of the strict dominance recorded in Whenever the ratio test decides, the root test decides the same way, and the converse fails.

Facts & Assumptions

[L3]

For this sequence, lim infkqk=1/8, lim supkqk=2 and the root family converges to 1/2, so lim supkρk=1/2 (FALSE: lim supak1/k=lim supak+1/ak for every positive sequence).

[L4]

The root test: lim supkρk<1 gives convergence of k1ak (Root test: lim supak1/k<1 gives absolute convergence and hence convergence, >1 gives divergence, and =1 decides nothing).

[L5]

The ratio test: its convergence half needs lim supkqk<1 and its divergence half needs lim infkqk>1; those are its only two criteria (Ratio test: lim supak+1/ak<1 gives absolute convergence and hence convergence, and lim infak+1/ak>1 gives divergence).

Counterexample

technique · direct
1.1

Each sk is 1 or 1, so tk is defined and positive, and ak=2ktk>0; in particular ak0, so both the ratio and the root families are defined and ak=ak.

givenL1L2
2.1

For this sequence lim supkqk=2 and lim infkqk=1/8.

step 1.1L3
2.2

For this sequence lim supkρk=1/2.

step 1.1L3
3.1

Since 1/2<1, the root test applies and gives convergence of k1ak, hence of k1ak, the terms being positive.

step 2.2step 1.1L4L6
3.2

The convergence half of the ratio test does not apply, since lim supkqk=2 and 2<1 is false.

step 2.1L5
3.3

The divergence half does not apply either, since lim infkqk=1/8 and 1/8>1 is false.

step 2.1L5
4.1

So the root test decides this series and the ratio test decides nothing about it, refuting the claim.

step 3.1step 3.2step 3.3

Remarks

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

k1/2 diverges and k2 converges, and both have root limit exactly 1

Statement refuted

Refuted claim: the value lim supkak+11/(k+1)=1 determines the behaviour of k1ak; that is, any two series with root quantity equal to 1 either both converge or both diverge.

The claim is refuted by the two families

ak:=k1/2,bk:=k2(k1),

rational powers of the canonical naturals (Rational powers ar of a positive base). Both have root quantity exactly 1, while k1ak diverges and k1bk converges (For rational p>0, 1/kp converges iff p>1, at p=1/2 and p=2).

So the third clause of Root test: lim supak1/k<1 gives absolute convergence and hence convergence, >1 gives divergence, and =1 decides nothing is not a gap in the proof: at lim sup=1 nothing whatever follows, and the two witnesses here are on opposite sides.

Facts & Assumptions

Given: The families ak:=ι(k)1/2 and bk:=ι(k)2 for naturals k1; the sequence uj:=ι(j+1)1/(j+1), jN; and the root families αj:=aj+11/(j+1), βj:=bj+11/(j+1) (Rational powers ar of a positive base, Canonical naturals are positive and strictly increasing).

[L1]

1n1/n for every natural n1, and uj=(j+1)1/(j+1)1 (n1/n1).

[L2]

Laws of rational exponents on a positive base: (xr)s=xrs, xr=1/xr, xr>0, and 1r=1 (Laws of rational exponents, Rational powers ar of a positive base).

[L3]

Monotonicity of rational powers: for rational t>0, 0<xy implies xtyt; and for x1 and rationals r<s, xrxs (Monotonicity of rar and of aar).

[L4]

The squeeze theorem, and the product and quotient rules for limits, the quotient requiring a nonzero limit and nonzero denominators (The squeeze theorem, Algebra of limits: sums, scalar multiples, products and quotients, Limits and Cauchy sequences of reals).

[L7]

The canonical naturals are positive with ι(k)1 for k1; reciprocation reverses the order on the positives; and x=x for x0 (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order, Basic properties of the absolute value).

Counterexample

technique · direct
1.1

For k1 we have ι(k)1>0, so ak and bk are positive and equal to their own absolute values; and uj1>0 for every j.

givenL1L2L7
1.2

The root family of (bk) is βj=(ι(j+1)2)1/(j+1)=(ι(j+1)1/(j+1))2=1/uj2.

givenL2
1.3

The series k1k1/2 is the p-series at p=1/2, and 1/2>1 is false, so it diverges.

givenL6
1.4

The series k1k2 is the p-series at p=2, and 2>1, so it converges.

givenL6
2.1

Since ι(j+1)1 and 1<1/2<0, we have ι(j+1)1ι(j+1)1/2ι(j+1)0=1.

step 1.1L3L2
2.2

Since uj1, the product rule gives uj21, and the quotient rule then gives βj1; so lim supjβj=1.

step 1.2L1L4L5
3.1

The root family of (ak) is αj=(ι(j+1)1/2)1/(j+1)=ι(j+1)1/(2(j+1)), and applying the same exponent to the two bounds of step 2.1 gives 1/uj=(ι(j+1)1)1/(j+1)αj11/(j+1)=1.

step 2.1L2L3
4.1

Since uj1 with uj1>0, the quotient rule gives 1/uj1; so αj1 by the squeeze theorem, and therefore lim supjαj=1.

step 3.1L1L4L5
5.1

Both families have root quantity exactly 1, yet one series diverges and the other converges; the claim is refuted, and the third clause of the root test is confirmed as unavoidable.

step 4.1step 2.2step 1.3step 1.4

Remarks

  • Every p-series has root quantity 1. The computation in step 1.2 generalises verbatim: for rational p>0 the root family of kp is ujp, which tends to 1 because uj does. So the root test is silent on the entire p-series family, which is precisely the family the condensation test settles.

  • The root test and the ratio test are silent on the same family. The ratios of kp also tend to 1, so neither test separates p=1/2 from p=2. What does separate them is Raabe's test, whose expression reads the rate at which the ratios approach 1; the companion example on this page carries the case p=2.

  • Why the two exponents are 1/2 and 2 rather than 1 and 2. Taking the divergent witness with a fractional exponent makes the point that the failure is not about the harmonic series in particular: the root quantity is blind to the exponent altogether, and any pair straddling p=1 would do.

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

Two series with akbk for all k, bk convergent and ak divergent, when the terms may be negative

Statement refuted

Refuted claim: if akbk for every kN and bk converges, then ak converges.

This is If 0akbk eventually, convergence of bk gives convergence of ak, and divergence of ak gives divergence of bk with its nonnegativity hypothesis deleted, and deleting it destroys the theorem. Take

ak:=1k+1,bk:=0(kN).

Then ak<0=bk for every k; the series bk converges, with all partial sums equal to 0 and sum 0; and ak diverges, being 1 times the harmonic series (The harmonic series 1/k diverges, by condensation and by Oresme block grouping, Convergent series add and scale termwise).

What exactly fails. The proof of the comparison test bounds the partial sums of ak above by those of bk and then reads convergence off boundedness, and that last step is available only for a nonnegative series (A series of nonnegative terms converges iff its partial sums are bounded, and then the sum is their supremum). Here the partial sums of ak are indeed bounded above, by 0; they are unbounded below, and the theorem's conclusion fails for exactly that reason.

Facts & Assumptions

Given: The sequences ak:=1/ι(k+1) and bk:=0 for kN (Series, partial sums, convergence and the sum, divergence, and the tail series, Canonical naturals are positive and strictly increasing).

[L1]

The canonical naturals ι(k+1) are positive, so 1/ι(k+1)>0 and ak<0 (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order).

[L2]

A finite sum of zeros is zero, being the scalar multiple of any finite sum by 0 (Laws of finite sums and finite products, Finite sums and finite products, by recursion).

[L3]

A constant sequence converges to its value (Limits and Cauchy sequences of reals).

[L4]

The harmonic series k11/k diverges, and it is the series of the sequence j1/ι(j+1) (The harmonic series 1/k diverges, by condensation and by Oresme block grouping, Series, partial sums, convergence and the sum, divergence, and the tail series).

[L5]

For c0, cxk converges if and only if xk converges (Convergent series add and scale termwise).

[L6]

For a series of nonnegative terms, convergence is equivalent to boundedness above of the partial sums (A series of nonnegative terms converges iff its partial sums are bounded, and then the sum is their supremum).

[L7]

The refuted claim: akbk for all k and convergence of bk imply convergence of ak.

Counterexample

technique · direct
1.1

For every kN, ak=1/ι(k+1)<0=bk, so in particular akbk.

givenL1
1.2

The partial sums of bk are j<n0=0 for every n, a constant sequence, so bk converges with sum 0.

givenL2L3
1.3

The sequence (ak) is (1) times the sequence j1/ι(j+1), whose series is the harmonic series and diverges; since 10, ak diverges.

givenL4L5
2.1

So the hypotheses of the claim hold for this pair while its conclusion fails, and the claim is false.

step 1.1step 1.2step 1.3L7
3.1

The genuine comparison test is untouched: it requires 0ak from some index on, and here ak<0 at every index.

step 1.1L6

Remarks

  • The witness is as degenerate as possible on purpose. Taking bk=0 removes every question about the dominating series and isolates the single point at issue: a series bounded above by a convergent one need not converge if it is free to run away downwards. Any negative divergent series would do; this one is the shortest to verify.

  • One-sided boundedness is not convergence. The partial sums here are k=1n1/k, bounded above by 0 and unbounded below. For a nonnegative series that situation cannot arise, which is exactly the content of A series of nonnegative terms converges iff its partial sums are bounded, and then the sum is their supremum and the reason the sign hypothesis appears in every comparison statement on the main page.

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

A nonnegative non-monotone sequence for which ak and 2ka2k behave differently

Statement refuted

Refuted claim: for every family (ak)k1 with ak0, k1ak converges if and only if j02ja2j converges.

This is For a nonincreasing nonnegative sequence, ak converges iff 2ka2k converges with its monotonicity hypothesis deleted. Let P:={2j:jN} be the set of powers of 2 and define, for naturals k1,

ak  :=  {0if kP,1if kP.

Every term is nonnegative, and the family is not monotone in either direction: a1=0<1=a3 and a3=1>0=a4, since 1=20 and 4=22 belong to P while 3 does not.

The condensed series is j02ja2j=j00, which converges with sum 0. The original series k1ak diverges, because ak=1 at arbitrarily large indices, so its terms do not tend to 0 (If a series converges then its terms tend to 0).

Facts & Assumptions

Given: P={2j:jN} and the family ak defined above for naturals k1 (Series, partial sums, convergence and the sum, divergence, and the tail series, Integer powers am).

[L1]

Powers of 2: 2j1, 2j+1=22j, and j2j is strictly increasing, since 2>1 (Integer powers am, Monotonicity of xxn and of nan, Canonical naturals are positive and strictly increasing).

[L2]

The naturals are discrete: no natural lies strictly between n and n+1 (Discreteness: σ(n) is the immediate successor).

[L3]

The principle of induction (The principle of mathematical induction).

[L4]

A finite sum of zeros is zero, and a constant sequence converges to its value (Laws of finite sums and finite products, Finite sums and finite products, by recursion, Limits and Cauchy sequences of reals).

[L5]

A series whose terms do not converge to 0 diverges (If a series converges then its terms tend to 0, Limits and Cauchy sequences of reals).

[L7]

The refuted claim: nonnegativity alone suffices for the condensation equivalence.

Counterexample

technique · direct
1.1

Every ak is 0 or 1, hence nonnegative, so the family satisfies the hypothesis of the claim.

givenL7
1.2

The family is not monotone: 1=20P and 4=22P give a1=a4=0, while 3P gives a3=1; so a1<a3 rules out nonincreasing and a3>a4 rules out nondecreasing. That 3P holds because 21=2<3<4=22 and j2j is strictly increasing, so a power of 2 equal to 3 would force a natural strictly between 1 and 2.

givenL1L2
1.3

Every condensed term is 2ja2j=2j0=0, since 2jP for every j.

givenL1
1.4

An induction gives 2n>ι(n) for every nN: at n=0 this reads 1>0; and if 2n>ι(n) then 2n+1=2n+2n2n+1>ι(n)+1=ι(n+1).

L1L3
1.5

For every n1 the natural 2n+1 is not in P: it satisfies 2n<2n+1<2n+1, the second inequality because 2n+1=2n+2n2n+2; so a power of 2 equal to it would force a natural strictly between n and n+1.

L1L2
2.1

So the condensed series has all partial sums equal to 0 and converges, with sum 0.

step 1.3L4
2.2

Hence for every n1 the index k:=2n+1 satisfies k>ι(n)n and ak=1, so ak=1 at indices exceeding any prescribed bound.

step 1.4step 1.5given
3.1

Therefore the terms of k1ak do not converge to 0: with the rational tolerance 1/2 no index K satisfies ak<1/2 for all kK. So that series diverges.

step 2.2L5
4.1

The condensed series converges while the original diverges, so the claimed equivalence fails and the claim is false; the genuine condensation theorem is untouched, since its monotonicity hypothesis is violated here.

step 2.1step 3.1step 1.2L6L7

Remarks

  • The witness knocks out exactly one estimate. Condensation squeezes the block a2n,,a2n+11 between 2n copies of its last term and 2n copies of its first, and both bounds are consequences of monotonicity. Here the first term of each block is 0 and the rest are 1, so the upper bound 2na2n=0 is wildly wrong, and it is the upper bound that the convergence direction of the theorem uses.

  • The failure is one-directional here, and the other direction can fail too. This witness has a convergent condensed series and a divergent original. The complementary family ak:=1/k for kP and ak:=0 otherwise reverses the roles, its original series being a geometric one and its condensed series having every term equal to 1; that variant is not verified here, and only the direction exhibited above is claimed.

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

With ak/bk0, convergence of ak does not give convergence of bk

Statement refuted

Refuted claim: if ak,bk>0 and (ak/bk) converges with limkak/bk=0, then convergence of ak implies convergence of bk.

Claim 2 of For ak,bk>0 with ak/bkL: if L(0,) the two series share their behaviour, while L=0 and L= give one implication each gives the implication in the other direction only: at L=0, convergence of bk gives convergence of ak. The claim above reverses it, and the reversal fails. Take

ak:=1(k+1)2,bk:=1k+1(kN).

Both are positive, and ak/bk=1/(k+1)0. But ak is k11/k2, which converges (For rational p>0, 1/kp converges iff p>1 at p=2), while bk is the harmonic series, which diverges (The harmonic series 1/k diverges, by condensation and by Oresme block grouping).

The asymmetry is not an artefact of the proof. At L=0 the hypothesis says the ak are eventually much smaller than the bk; smallness of the ak can never constrain the bk from above, and the witness shows that it does not.

Facts & Assumptions

Given: The sequences ak:=1/ι(k+1)2 and bk:=1/ι(k+1) for kN, and their quotients qk=ak/bk (Series, partial sums, convergence and the sum, divergence, and the tail series, Integer powers am, Canonical naturals are positive and strictly increasing).

[L1]

The canonical naturals ι(k+1) are positive, so ak,bk>0; and reciprocation on the positives is order reversing (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order).

[L3]

k11/kp converges if and only if p>1; at p=2 it converges (For rational p>0, 1/kp converges iff p>1, Rational powers ar of a positive base).

[L4]

The harmonic series k11/k diverges, and it is the series of j1/ι(j+1) (The harmonic series 1/k diverges, by condensation and by Oresme block grouping, Series, partial sums, convergence and the sum, divergence, and the tail series).

[L5]

Claim 2 of the limit comparison test: with limkak/bk=0, convergence of bk gives convergence of ak, and that is the only implication it supplies in this regime (For ak,bk>0 with ak/bkL: if L(0,) the two series share their behaviour, while L=0 and L= give one implication each).

[L6]

The refuted claim: with limkak/bk=0, convergence of ak gives convergence of bk.

Counterexample

technique · direct
1.1

Every ak and every bk is positive, so the quotients are defined and the hypotheses of the claim are available for this pair.

givenL1
1.2

The series ak is k11/k2, the p-series at p=2, and it converges.

givenL3
1.3

The series bk is the harmonic series, and it diverges.

givenL4
2.1

The quotients are qk=1/ι(k+1)21/ι(k+1)=1ι(k+1), and (qk) converges to 0: given a rational ε>0, choose a natural n1 with 1/n<ε, and then 0<qk1/n<ε for every k with k+1n.

step 1.1L1L2choose
3.1

So limkqk=0 and ak converges while bk diverges; the claim is refuted.

step 2.1step 1.2step 1.3L6
4.1

Nothing in the limit comparison test is contradicted: its claim 2 asserts the implication in the opposite direction, and here its hypothesis, convergence of bk, is false.

step 3.1L5

Remarks

  • The same pair also shows the divergence form is one-directional. Read contrapositively, claim 2 says divergence of ak forces divergence of bk. The witness has bk divergent and ak convergent, so divergence of the larger series says nothing about the smaller one, which is the same asymmetry seen from the other side.

  • The regime L=+ fails symmetrically. Exchanging the roles of (ak) and (bk) in the witness gives bk/ak+ with bk divergent and ak convergent, so claim 3 of the test is one-directional for the same reason. That reading is immediate from the computation above, the two sequences being the same two.

Sources