Alphabeta Math
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

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

Series: Convergence and the Nonnegative Tests

1 · Prerequisites

2 · Summary

A note on the notation ι. A natural number here is a von Neumann natural, that is a set, so it is not an element of R and cannot be divided into 1. The canonical natural ι(n)=n⋅1R is the real number that n names (Canonical naturals are positive and strictly increasing), so 1/ι(k+1) is what an informal text writes as 1/(k+1); the shift by one is there because N contains 0 and ι(0)=0.

Objective. A series is not a new kind of object. It is a sequence, namely the sequence of partial sums, looked at through the terms that generate it. This page makes that reduction precise in Series, partial sums, convergence and the sum, divergence, and the tail series and then spends itself on the one question the reduction leaves open: given the terms, and without ever computing the limit, how does one decide whether the partial sums converge?

Definition, and the index convention that runs through the page. Series, partial sums, convergence and the sum, divergence, and the tail series fixes the partial sums as sn=∑k<nak, so that s0=0 is the empty sum and sn+1=sn+an is exactly the recursion of Finite sums and finite products, by recursion with no shift. Sequences in this library are functions on N and N contains 0 (Sequences of reals: bounded, eventually, frequently, tails, subsequences), while many classical series are built from expressions undefined at 0: 1/k, 1/kp, ∣ak∣1/k. So Series, partial sums, convergence and the sum, divergence, and the tail series also defines the series ∑k≥mak of a family from a general starting index m, as the series of the shifted sequence j↦aj+m. Every statement on this page says which starting index it uses, and the ones that must start at 1 do.

The five general facts, true for terms of any sign. A series converges iff each of its tail series converges, and the sum splits as sN plus the N-th tail says convergence depends only on the terms from any index on, with the sum splitting as sN plus the N-th tail sum. If a series converges then its terms tend to 0 gives the necessary condition that the terms tend to 0, and FALSE: if ak→0 then ∑ak converges records at once that it is not sufficient. A series converges iff for every ε>0 there is N with ∣am+1+⋯+an∣<ε for all n>m≥N is the sharp version: convergence is equivalent to a bound on every block am+1+⋯+an with n>m≥N, and it decides convergence without naming the sum. Convergent series add and scale termwise adds that convergent series may be added and scaled, and that scaling by a nonzero constant preserves both convergence and divergence. Finally If ∑∣ak∣ converges then ∑ak converges proves that convergence of ∑∣ak∣ forces convergence of ∑ak: the Cauchy criterion never asks for a sign, so the triangle inequality carries its hypothesis from the absolute values to the terms in one line. That is the only part of the theory of absolute convergence proved here, and it is the part the root and ratio tests need.

Two computable families. For ∣r∣<1, ∑k≥0rk=1/(1−r), and for ∣r∣≥1 the series diverges evaluates ∑k≥0rk=1/(1−r) for ∣r∣<1 and shows divergence for ∣r∣≥1; it is the comparison object behind the root and ratio tests. ∑(bk−bk+1) converges iff (bk) converges, with sum b0−lim⁡bk handles ∑(bk−bk+1), whose partial sums are b0−bn, and is the mechanism behind Kummer's test and the Abel-Dini theorem.

Where the sign hypothesis enters. A series of nonnegative terms converges iff its partial sums are bounded, and then the sum is their supremum is the pivot of the page: for nonnegative terms the partial sums are nondecreasing, so convergence is exactly boundedness above of the partial sums, and the sum is their supremum. Every test that follows is an application of it. If 0≤ak≤bk eventually, convergence of ∑bk gives convergence of ∑ak, and divergence of ∑ak gives divergence of ∑bk compares against an arbitrary series, For ak,bk>0 with ak/bk→L: if L∈(0,∞) the two series share their behaviour, while L=0 and L=∞ give one implication each does the same through the quotient ak/bk, phrasing the infinite case as divergence to +∞ (Divergence to +∞ and to −∞) rather than as an extended limit equation, and For a nonincreasing nonnegative sequence, ∑ak converges iff ∑2ka2k converges reindexes instead of comparing, squeezing blocks of 2n terms between 2n copies of the first and 2n copies of the last. Condensation settles the whole p-series family at a stroke: For rational p>0, ∑1/kp converges iff p>1 proves that ∑k≥11/kp converges exactly when p>1, for every rational p>0, which is every exponent this page can name (Rational powers ar of a positive base).

The tests that read the terms against a geometric series. Root test: lim sup⁡∣ak∣1/k<1 gives absolute convergence and hence convergence, >1 gives divergence, and =1 decides nothing and Ratio test: lim sup⁡∣ak+1/ak∣<1 gives absolute convergence and hence convergence, and lim inf⁡∣ak+1/ak∣>1 gives divergence are stated with lim sup⁡ and lim inf⁡ in R‾, so their hypotheses always mean something (The tail suprema of any real sequence are nonincreasing in R‾, so the limit superior exists for every sequence); the root family is written ∣ak+1∣1/(k+1), the shift of For ak>0: lim inf⁡ak+1/ak≤lim inf⁡ak1/k≤lim sup⁡ak1/k≤lim sup⁡ak+1/ak, since ∣ak∣1/k is undefined at k=0. What the comparison with a geometric series delivers in each case is convergence of ∑∣ak∣; If ∑∣ak∣ converges then ∑ak converges carries it the rest of the way, so both tests are stated in their standard form, concluding convergence of ∑ak itself. Whenever the ratio test decides, the root test decides the same way, and the converse fails reads the chain of For ak>0: lim inf⁡ak+1/ak≤lim inf⁡ak1/k≤lim sup⁡ak1/k≤lim sup⁡ak+1/ak through the two tests: whenever the ratio test decides, the root test decides the same way, and the standard witness ak=2−k+(−1)k shows the converse fails. FALSE: lim sup⁡∣ak+1/ak∣≥1 implies the series diverges records why the divergence half of the ratio test is stated with lim inf⁡ and a strict inequality.

The tests that read the rate at which the ratios approach 1. Kummer: for positive terms ak and weights ζk>0, lim inf⁡(ζkak/ak+1−ζk+1)>0 gives convergence, and if ∑1/ζk diverges while that expression is eventually ≤0 the series diverges is a family of criteria, one for each positive weight sequence (ζk), and its strength is the strength of the divergent series ∑1/ζk it carries. Positivity of the terms is load bearing there, not a normalisation: with ζk=1 the convergent series ∑(−1/2)k satisfies every hypothesis of the divergence half, so the half is false without it. Constant weights recover the ratio test (Kummer with ζk=1 recovers the ratio test) and the weights k+1 give Raabe is Kummer with ζk=k+1: for positive terms, lim inf⁡ (k+1)(ak/ak+1−1)>1 gives convergence and lim sup⁡<1 gives divergence, whose comparison series is the harmonic one. Gauss: for positive terms, if ak/ak+1=1+h/k+rk with ∣rk∣≤C k−1−ε for k≥1, some constant C and some rational ε>0, the series converges iff h>1 covers the case Raabe leaves open: under the expansion ak/ak+1=1+h/k+rk with ∣rk∣≤Ck−1−ε the series converges exactly when h>1, and the borderline h=1 is proved divergent without any logarithm, by a telescoping product estimate that bounds kak below by a constant.

The hierarchy has no last term. For a divergent series of positive terms with partial sums sk, the series ∑ak/sk diverges and ∑ak/sk2 converges divides the terms of a divergent series of positive terms by the running total, producing a series that still diverges, and by the square of the running total, producing one that converges. FALSE: there is a divergent series of positive terms that diverges more slowly than every other, hence a universal comparison test draws the consequence: the first of those has eventually smaller terms than the series it came from, so no divergent series of positive terms is slowest, no comparison test is universal, and the sequence of refinements on this page cannot terminate. How the nonnegative tests are ordered by strength, and which of them this page cannot state without the logarithm collects exactly which comparisons are proved here, which are deliberately not claimed, and which classical tests, Bertrand's and the integral test among them, cannot even be stated at this point because the logarithm and the integral do not yet exist in this library.

3 · Logical flowchart

4 · Definitions, theorems and proofs

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

Series, partial sums, convergence and the sum, divergence, and the tail series

Definition

Throughout, R is the complete ordered field (The real numbers) and a sequence of reals is a function a:N→R (Sequences of reals: bounded, eventually, frequently, tails, subsequences), written (ak); recall that N contains 0.

Partial sums. Let (ak) be a sequence of reals. Its sequence of partial sums is

sn  :=  ∑k<nak(n∈N),

the finite sum of Finite sums and finite products, by recursion. In particular s0=0, the empty sum, and sn+1=sn+an for every n, those being exactly the two recursion clauses that define the finite sum. Note that sn is the sum of the n terms a0,…,an−1, so the index n counts terms rather than naming the last one.

Convergence, the sum, divergence. The series of (ak), written ∑ak, converges when the sequence (sn) of partial sums converges (Limits and Cauchy sequences of reals), and then the sum of the series is

∑k=0∞ak  :=  lim⁡nsn.

The series diverges when (sn) does not converge. A convergent sequence of reals has exactly one limit (A sequence has at most one limit), so the displayed symbol names a single real number and nothing further has to be checked for it to be well defined.

Series with a general starting index. Let m∈N and let a be a function on { k∈N:k≥m }, which we call a family from m and write (ak)k≥m. The series

∑k≥mak

is by definition the series of the sequence bj:=aj+m, j∈N, which is a genuine sequence of reals; it converges exactly when that series converges, and its sum is then written ∑k=m∞ak. Its partial sums are

∑k=mn−1ak  =  ∑j<n−mam+j(n≥m),

in the notation of Finite sums and finite products, by recursion, the value at n=m being the empty sum 0. A sequence on N is the case m=0, and the two readings of ∑ak agree there, since bj=aj.

This clause is not a convenience. Sequences in this library are functions on N and N contains 0 (Sequences of reals: bounded, eventually, frequently, tails, subsequences), while many of the classical series are built from expressions that are undefined at the index 0: 1/k, 1/kp and ∣ak∣1/k all require k≥1. Writing such a series as ∑k≥1ak names an honest object, whereas writing it as a sequence on N would require a value at an index where the defining expression has none. Every statement on this page says which starting index it uses.

Tail series. For N∈N, the N-th tail series of ∑ak is ∑k≥Nak, that is the series of the N-th tail a(N) of Sequences of reals: bounded, eventually, frequently, tails, subsequences, whose terms are aj(N)=aj+N. The 0-th tail series is the series itself.

Remarks

  • "Diverges" here means "does not converge", and nothing more. A divergent series may have partial sums that run away to +∞, or to −∞, or that oscillate without settling anywhere. The three behaviours are not distinguished by the word, and no statement on this page uses "diverges" to mean "the partial sums are unbounded" unless it says so.

  • The symbol ∑k=0∞ak is defined only for a convergent series. It denotes a real number, not a formal object, and it is illegitimate to write it down before convergence has been established. Where a proof needs to speak of the series without knowing whether it converges, it speaks of (ak) and of (sn).

  • Two indices, doing different work. The index k runs over the terms and is bound; the index n runs over the partial sums and is the variable in which the limit is taken. Confusing them is the commonest slip in the subject, and it is the reason the definition above fixes sn=∑k<nak rather than ∑k≤nak: with this choice the recursion sn+1=sn+an is the one supplied by Finite sums and finite products, by recursion, with no shift anywhere.

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

A series converges iff each of its tail series converges, and the sum splits as sN plus the N-th tail

Statement

Let (ak) be a sequence of reals with partial sums sn=∑k<nak, let N∈N, and let tj:=∑i<jaN+i be the partial sums of the N-th tail series ∑k≥Nak (Series, partial sums, convergence and the sum, divergence, and the tail series). Then:

  1. tj=sj+N−sN for every j∈N;
  2. ∑ak converges if and only if its N-th tail series converges, and in that case ∑k=0∞ak  =  sN  +  ∑k=N∞ak;
  3. hence the following are equivalent: ∑ak converges; every tail series of ∑ak converges; some tail series of ∑ak converges.

In words: convergence of a series is a property of its terms from any index on, and changing finitely many terms changes the sum but not the fact of convergence.

Facts & Assumptions

Given: A sequence (ak) of reals, a natural number N, the partial sums sn=∑k<nak and the partial sums tj=∑i<jaN+i of the N-th tail series (Series, partial sums, convergence and the sum, divergence, and the tail series, Finite sums and finite products, by recursion).

[L1]

Splitting of finite sums: if m≤n then ∑k<nak=∑k<mak+∑k=mn−1ak (Laws of finite sums and finite products), and ∑k=mn−1ak is by definition ∑i<n−mam+i (Finite sums and finite products, by recursion).

[L2]

Convergence depends only on the tail: a sequence (xn) converges to x if and only if its N-th tail (xj+N)j converges to x (Convergence depends only on the tail, Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L3]

Algebra of limits: if xj→x and yj→y then xj+yj→x+y and xj−yj→x−y (Algebra of limits: sums, scalar multiples, products and quotients).

[L4]

A constant sequence yj=c converges to c, immediately from the definition of a limit (Limits and Cauchy sequences of reals).

Proof

technique · direct
1.1

Fix j∈N and put n:=j+N, so that N≤n and n−N=j.

given
1.2

The family (sj+N)j∈N is the N-th tail of the sequence (sn) of partial sums.

givenL2
2.1

Splitting the partial sum sn at N gives sn=∑k<Nak+∑k=Nn−1ak=sN+∑i<jaN+i=sN+tj.

step 1.1L1
2.2

Suppose ∑ak converges, say sn→S; then the N-th tail (sj+N)j converges to S.

givenstep 1.2L2
3.1

Claim 1 follows: tj=sj+N−sN for every j∈N.

step 2.1algebra
4.1

The constant sequence with value sN converges to sN, so tj=sj+N−sN→S−sN, and the N-th tail series converges with sum S−sN.

step 2.2step 3.1L3L4
4.2

Conversely, suppose the N-th tail series converges, say tj→T; then sj+N=sN+tj→sN+T by the same two rules.

step 3.1L3L4
5.1

So the N-th tail of (sn) converges to sN+T, hence (sn) itself converges to sN+T and ∑ak converges.

step 4.2step 1.2L2
6.1

Claim 2 follows: the two convergences are equivalent, and when they hold the sums are related by S=sN+T, which is the displayed identity.

step 4.1step 5.1algebra
7.1

Claim 3 follows as well: if ∑ak converges then by claim 2 every tail series converges; every tail series converging trivially gives some tail series converging, the family of tails being indexed by all of N; and if some tail series, say the N-th, converges then by claim 2 again ∑ak converges.

step 6.1∎

Remarks

  • Where the hypothesis-free character comes from. Nothing here assumes the terms have a sign or that any series converges: claim 1 is an identity between finite sums, valid always, and claims 2 and 3 are read off from it by two standard limit rules. That is why the lemma may be used to move between a series and its tails inside proofs that have not yet decided the convergence question.

  • The sum does change. Only the fact of convergence is tail invariant. The identity in claim 2 is the exact bookkeeping: discarding the first N terms lowers the sum by sN, and no more.

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

If a series converges then its terms tend to 0

Statement

Let (ak) be a sequence of reals. If the series ∑ak converges (Series, partial sums, convergence and the sum, divergence, and the tail series) then the sequence (ak) converges (Limits and Cauchy sequences of reals), with

lim⁡kak  =  0.

Equivalently, in the contrapositive form in which the lemma is almost always used: if (ak) does not converge to 0 then ∑ak diverges.

The same statement holds for a series ∑k≥mak with a general starting index, with the conclusion that (aj+m)j∈N converges to 0: that series is by definition the series of the sequence bj=aj+m (Series, partial sums, convergence and the sum, divergence, and the tail series), so it is the statement above applied to (bj).

The converse is false; it is refuted by FALSE: if ak→0 then ∑ak converges.

Facts & Assumptions

Given: A sequence (ak) of reals whose series converges, with partial sums sn=∑k<nak (Series, partial sums, convergence and the sum, divergence, and the tail series, Finite sums and finite products, by recursion).

[L1]

The recursion clause of the finite sum: sn+1=sn+an for every n∈N (Finite sums and finite products, by recursion, Series, partial sums, convergence and the sum, divergence, and the tail series).

[L2]

Convergence depends only on the tail: if (xn) converges to x then so does its 1-st tail (xn+1)n (Convergence depends only on the tail, Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L3]

Algebra of limits: if xn→x and yn→y then xn−yn→x−y (Algebra of limits: sums, scalar multiples, products and quotients).

Proof

technique · direct
1.1

The sequence (sn+1)n∈N is the 1-st tail of (sn), and it converges to S.

A1L2
1.2

From the recursion clause, an=sn+1−sn for every n∈N.

L1algebra
2.1

Hence (an) is the difference of two sequences converging to S, so it converges to S−S=0.

step 1.1step 1.2A1L3
3.1

That is the claim, and its contrapositive is the assertion that a series whose terms do not tend to 0 diverges.

step 2.1∎

Remarks

  • This is a necessary condition and never a sufficient one. It rules a series out; it never rules one in. The harmonic series has terms tending to 0 and diverges, which is exactly the content of FALSE: if ak→0 then ∑ak converges.

  • What the proof actually uses. Only that the partial sums converge and that consecutive partial sums differ by a term. No sign hypothesis is placed on (ak), and none is available at this point on the page.

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

A series converges iff for every ε>0 there is N with ∣am+1+⋯+an∣<ε for all n>m≥N

Statement

Let (ak) be a sequence of reals, with partial sums sn=∑k<nak (Series, partial sums, convergence and the sum, divergence, and the tail series). Then ∑ak converges if and only if

for every real ε>0 there is N∈N such that ∣∑k=m+1nak∣<ε for all n>m≥N.

The block ∑k=m+1nak is the finite sum am+1+⋯+an of Finite sums and finite products, by recursion, and it equals sn+1−sm+1.

This is the Cauchy criterion transported from sequences to series. Its value is that it decides convergence without producing, or even naming, the sum.

Facts & Assumptions

Given: A sequence (ak) of reals with partial sums sn=∑k<nak (Series, partial sums, convergence and the sum, divergence, and the tail series, Finite sums and finite products, by recursion).

[L1]

Splitting of finite sums: if m′≤n′ then ∑k<n′ak=∑k<m′ak+∑k=m′n′−1ak (Laws of finite sums and finite products, Finite sums and finite products, by recursion).

[L2]

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

[L4]

Cauchyness reads: for every rational ε>0 there is K with ∣sp−sq∣<ε for all p,q≥K (Limits and Cauchy sequences of reals). Rational and real tolerances give the same condition, because every real ε>0 exceeds some rational 1/n with n≥1 natural (For every ε>0 in a complete ordered field there is a natural n≥1 with 1/n<ε), and conversely every positive rational is a positive real.

Proof

technique · direct
1.1

For all naturals m<n, splitting sn+1 at the index m+1≤n+1 gives sn+1=sm+1+∑k=m+1nak, hence ∑k=m+1nak=sn+1−sm+1.

L1algebra
1.2

Conversely, every pair p>q≥1 of naturals is of the form p=n+1, q=m+1 with n=p−1>m=q−1≥0.

givenalgebra
1.3

Suppose ∑ak converges, that is (sn) converges; then (sn) is Cauchy.

givenL2
1.4

Suppose conversely that the stated condition holds, and let a rational ε>0 be given; take N for ε as in the condition and put K:=N+1.

givenchoose
2.1

Let a real ε>0 be given, choose a rational ε′ with 0<ε′<ε, and take K for ε′ as in the Cauchy condition; put N:=K.

step 1.3L4choose
2.2

Let p,q≥K. If p=q then ∣sp−sq∣=0<ε; otherwise one of them exceeds the other, and by symmetry we may take p>q≥K≥1.

step 1.4algebra
3.1

For all n>m≥N one has n+1>m+1≥K, so ∣∑k=m+1nak∣=∣sn+1−sm+1∣<ε′<ε, which is the stated condition.

step 2.1step 1.1L4
3.2

Writing p=n+1 and q=m+1 gives n>m and m=q−1≥K−1=N, so the condition applies and ∣sp−sq∣=∣∑k=m+1nak∣<ε.

step 2.2step 1.2step 1.1step 1.4
4.1

So (sn) is Cauchy, hence converges, hence ∑ak converges.

step 2.2step 3.2L4L3
5.1

The two implications together are the stated equivalence.

step 3.1step 4.1∎

Remarks

  • The criterion is stated over blocks, not over partial sums, on purpose. In applications one estimates a run of consecutive terms am+1,…,an directly; the translation into ∣sn+1−sm+1∣ is step 1.1 and is done once here so that no later proof has to repeat it.

  • Taking n=m+1 recovers the term test. The single-term block gives ∣am+1∣<ε for all m≥N, which is ak→0; so If a series converges then its terms tend to 0 is the weakest consequence of this criterion. The criterion is strictly stronger, since it constrains arbitrarily long blocks and not only single terms.

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

Convergent series add and scale termwise

Statement

Let (ak) and (bk) be sequences of reals whose series converge (Series, partial sums, convergence and the sum, divergence, and the tail series), and let c∈R. Then:

  1. ∑(ak+bk) converges, with ∑k=0∞(ak+bk)=∑k=0∞ak+∑k=0∞bk;
  2. ∑c ak converges, with ∑k=0∞c ak=c∑k=0∞ak.

Moreover, for c≠0 and an arbitrary sequence (ak), whose series is not assumed to converge:

  1. ∑c ak converges if and only if ∑ak converges. Equivalently, ∑ak diverges if and only if ∑c ak diverges.

Claim 3 is the form used whenever a comparison is made against a constant multiple of a known series.

Facts & Assumptions

Given: Sequences (ak), (bk) of reals and c∈R, with partial sums sn=∑k<nak and tn=∑k<nbk (Series, partial sums, convergence and the sum, divergence, and the tail series, Finite sums and finite products, by recursion).

[L1]

Additivity and scaling of finite sums: ∑k<n(ak+bk)=∑k<nak+∑k<nbk and ∑k<nc ak=c∑k<nak (Laws of finite sums and finite products).

[L2]

Algebra of limits: if xn→x and yn→y then xn+yn→x+y and c xn→c x (Algebra of limits: sums, scalar multiples, products and quotients).

Proof

technique · direct
1.1

The partial sums of ∑(ak+bk) are ∑k<n(ak+bk)=sn+tn, and those of ∑c ak are ∑k<nc ak=c sn.

givenL1
1.2

Assume ∑ak and ∑bk converge, say sn→S and tn→T.

given
2.1

Then sn+tn→S+T, so ∑(ak+bk) converges with sum S+T, which is claim 1.

step 1.2step 1.1L2
2.2

Likewise c sn→c S, so ∑c ak converges with sum c S, which is claim 2.

step 1.2step 1.1L2
3.1

For claim 3, let c≠0 and let (ak) be arbitrary. If ∑ak converges then ∑c ak converges by claim 2.

step 2.2
3.2

Conversely, if ∑c ak converges then applying claim 2 to the sequence (c ak) and the scalar 1/c, which exists since c≠0, shows that ∑(1/c)(c ak)=∑ak converges.

step 2.2algebra
4.1

The two implications are claim 3, and its contrapositive form is the statement about divergence.

step 3.1step 3.2∎

Remarks

  • There is no product rule here, and there is no rule for ∑akbk. The proof works because a finite sum is additive and homogeneous, and neither property has an analogue for products. Multiplying series is a genuinely harder question, requiring absolute convergence, and it is not treated on this page.

  • Claim 3 needs c≠0 and nothing else. In particular it does not need either series to converge, which is what makes it usable in the divergence direction: scaling a divergent series by a nonzero constant leaves it divergent.

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

If ∑∣ak∣ converges then ∑ak converges

Statement

Let (ak) be a sequence of reals. If the series ∑∣ak∣ converges (Series, partial sums, convergence and the sum, divergence, and the tail series) then the series ∑ak converges.

A series with the property that ∑∣ak∣ converges is called absolutely convergent; the lemma says that absolute convergence implies convergence.

The same statement holds for a family from a general starting index m, being this statement applied to the shifted sequence j↦aj+m (Series, partial sums, convergence and the sum, divergence, and the tail series).

The converse is false, and the standard witness is the alternating harmonic series. That witness is not available on this page: its convergence is the alternating series test, which is not proved here. Nothing below asserts a converse, and no item on this page uses one.

Facts & Assumptions

Given: A sequence (ak) of reals such that the series ∑∣ak∣ converges, with partial sums as in Series, partial sums, convergence and the sum, divergence, and the tail series and finite sums as in Finite sums and finite products, by recursion.

[L1]

The Cauchy criterion for series: ∑dk converges if and only if for every real ε>0 there is N∈N with ∣∑k=p+1ndk∣<ε for all n>p≥N (A series converges iff for every ε>0 there is N with ∣am+1+⋯+an∣<ε for all n>m≥N, Series, partial sums, convergence and the sum, divergence, and the tail series).

[L2]

Triangle inequality for finite sums: ∣∑k<duk∣≤∑k<d∣uk∣ (Triangle inequality for finite sums); the block ∑k=p+1nuk is by definition the finite sum ∑t<n−pup+1+t (Finite sums and finite products, by recursion), so applying the inequality to the shifted sequence t↦up+1+t gives ∣∑k=p+1nuk∣≤∑k=p+1n∣uk∣ for all naturals n>p.

[L3]

Monotonicity of finite sums: if xt≥0 for all t<d then ∑t<dxt≥0 (Laws of finite sums and finite products).

[L4]

Absolute value: ∣u∣≥0 for every real u, and ∣u∣=u whenever u≥0 (Basic properties of the absolute value).

[L5]

Convergence of a real sequence, and the fact that the real and rational formulations of a tolerance agree (Limits and Cauchy sequences of reals).

Proof

technique · direct
1.1

Let ε>0 be an arbitrary real; since ∑∣ak∣ converges, the Cauchy criterion applied to the sequence (∣ak∣) supplies N∈N with ∣∑k=p+1n∣ak∣∣<ε for all n>p≥N.

L1L5choose
1.2

For all naturals n>p the block ∑k=p+1n∣ak∣ is a finite sum of nonnegative terms, hence nonnegative, hence equal to its own absolute value.

L2L3L4
2.1

So for all n>p≥N one has ∣∑k=p+1nak∣≤∑k=p+1n∣ak∣=∣∑k=p+1n∣ak∣∣<ε.

step 1.1step 1.2L2
3.1

As ε>0 was arbitrary, the sequence (ak) satisfies the Cauchy criterion, so ∑ak converges.

step 2.1L1∎

Remarks

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

For ∣r∣<1, ∑k≥0rk=1/(1−r), and for ∣r∣≥1 the series diverges

Statement

Let r∈R and let rk be the integer power (Integer powers am), so that r0=1 for every r, including r=0.

  1. If ∣r∣<1 then the series ∑rk converges (Series, partial sums, convergence and the sum, divergence, and the tail series) and ∑k=0∞rk  =  11−r.
  2. If ∣r∣≥1 then ∑rk diverges.

The series starts at k=0 and its first term is r0=1; in particular ∑k=0∞2−k=2, while the series starting at k=1 sums to 1. Which starting index is meant has to be said, and it is said here.

Facts & Assumptions

Given: A real number r, the integer powers rk (Integer powers am), and the partial sums sn=∑k<nrk of ∑rk (Series, partial sums, convergence and the sum, divergence, and the tail series, Finite sums and finite products, by recursion).

[L1]

Factorisation of a difference of powers: for a,b∈R and natural n≥1, bn−an=(b−a)∑k=0n−1akb n−1−k (Factorisation of bn−an, and the resulting Lipschitz estimate).

[L3]

Algebra of limits: sums, differences and quotients of convergent sequences converge to the corresponding combination, the quotient rule requiring a nonzero limit and nonzero denominators (Algebra of limits: sums, scalar multiples, products and quotients, Limits and Cauchy sequences of reals).

[L4]

Absolute value: ∣xy∣=∣x∣ ∣y∣, ∣x∣≥0, and ∣x∣=0 exactly when x=0; also ∣1∣=1, since 1>0 (Basic properties of the absolute value).

[L5]

Powers and order: a0=1 for every a; if a≥1 and n≥1 then an≥a≥1; and 1n=1 for every n (Monotonicity of x↦xn and of n↦an, Integer powers am).

[L6]

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

[L7]

If a series converges then its terms tend to 0 (If a series converges then its terms tend to 0).

[L8]

Notation of Finite sums and finite products, by recursion: ∑k=0n−1xk is ∑k<nxk, and the empty sum ∑k<0xk is 0.

Proof

technique · cases
1.1

Assume ∣r∣<1.

assume-case lt
1.2

Assume instead ∣r∣≥1.

assume-case ge
1.3

For every natural n≥1, applying [L1] with b=1 and a=r gives 1−rn=(1−r)∑k=0n−1rk⋅1 n−1−k=(1−r) sn, using 1m=1 and the notation of [L8].

L1L5L8
1.4

At n=0 the identity 1−rn=(1−r)sn also holds, both sides being 0 because r0=1 and s0 is the empty sum.

L5L8
2.1

In the case ∣r∣<1 we have r≠1, since ∣1∣=1 and ∣r∣<1; hence 1−r≠0.

step 1.1L4algebra
2.2

In the case ∣r∣≥1, an induction gives ∣rk∣=∣r∣k for every k∈N: at k=0 both sides are 1, and if ∣rk∣=∣r∣k then ∣rk+1∣=∣rk⋅r∣=∣rk∣ ∣r∣=∣r∣k∣r∣=∣r∣k+1.

step 1.2L4L5L6
2.3

In the case ∣r∣≥1 we get ∣r∣k≥1 for every k∈N: at k=0 this reads 1≥1, and for k≥1 it is the comparison ∣r∣k≥∣r∣≥1.

step 1.2L5
3.1

In the case ∣r∣<1, dividing by 1−r≠0 gives sn=(1−rn)/(1−r) for every n∈N.

step 2.1step 1.3step 1.4algebra
3.2

In the case ∣r∣≥1, combining the two previous steps gives ∣rk−0∣=∣rk∣=∣r∣k≥1 for every k∈N.

step 2.2step 2.3
4.1

In the case ∣r∣<1 the sequence (rn) is null, so 1−rn→1 and therefore sn→1/(1−r), the denominator being the nonzero constant 1−r; hence ∑rk converges with sum 1/(1−r), which is claim 1.

step 1.1step 3.1step 2.1L2L3
4.2

In the case ∣r∣≥1 the sequence (rk) does not converge to 0, since the rational tolerance ε=1 admits no index K with ∣rk−0∣<1 for all k≥K; so by the term test ∑rk diverges, which is claim 2.

step 3.2L7
5.1

The two cases ∣r∣<1 and ∣r∣≥1 exhaust the possibilities, since the order on R is total, so claims 1 and 2 together cover every real r.

step 4.1step 4.2cases-exhaustive∎

Remarks

  • The divergence half needs no separate treatment of r=1 and r=−1. Both are covered by ∣r∣≥1, and the single reason is the same in every case: the terms have absolute value at least 1, so they cannot tend to 0. For r=1 the partial sums are sn=n and run to +∞; for r=−1 they oscillate between 0 and 1. The theorem says only that neither converges, which is all that "diverges" means here (Series, partial sums, convergence and the sum, divergence, and the tail series).

  • Why the identity is proved at n=0 separately. Factorisation of bn−an, and the resulting Lipschitz estimate requires n≥1, since its right-hand side is a sum over k<n of a term involving b n−1−k, and n−1 is not a natural number at n=0. The identity is still true at n=0, but by inspection of two empty objects rather than by that lemma, and step 1.4 says so rather than letting the reader assume the citation covers it.

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

∑(bk−bk+1) converges iff (bk) converges, with sum b0−lim⁡bk

Statement

Let (bk) be a sequence of reals and put ak:=bk−bk+1. Then the partial sums of ∑ak are

sn  =  ∑k<n(bk−bk+1)  =  b0−bn(n∈N),

and consequently ∑ak converges (Series, partial sums, convergence and the sum, divergence, and the tail series) if and only if (bk) converges (Limits and Cauchy sequences of reals), in which case

∑k=0∞(bk−bk+1)  =  b0−lim⁡kbk.

For a family from a general starting index m the same statement holds with b0 replaced by bm, being this statement applied to the shifted sequence j↦bj+m (Series, partial sums, convergence and the sum, divergence, and the tail series).

Facts & Assumptions

Given: A sequence (bk) of reals, the sequence ak:=bk−bk+1, and the partial sums sn=∑k<nak (Series, partial sums, convergence and the sum, divergence, and the tail series, Finite sums and finite products, by recursion).

[L1]

Telescoping of finite sums: ∑k<n(ck+1−ck)=cn−c0 for every sequence (ck) of reals and every n∈N (Laws of finite sums and finite products).

[L2]

Algebra of limits: if xn→x and yn→y then xn−yn→x−y (Algebra of limits: sums, scalar multiples, products and quotients).

[L3]

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

Proof

technique · direct
1.1

Apply [L1] to the sequence ck:=−bk: it gives ∑k<n(−bk+1−(−bk))=−bn−(−b0), that is ∑k<n(bk−bk+1)=b0−bn.

L1algebra
2.1

So sn=b0−bn for every n∈N, and equivalently bn=b0−sn.

step 1.1algebra
3.1

Suppose (bk) converges, say bn→B; then sn=b0−bn→b0−B, so ∑ak converges with sum b0−B.

step 2.1L2L3
3.2

Suppose conversely that ∑ak converges, say sn→S; then bn=b0−sn→b0−S, so (bk) converges.

step 2.1L2L3
4.1

The two implications give the stated equivalence, and in the convergent case step 3.1 gives the sum b0−lim⁡kbk.

step 3.1step 3.2∎

Remarks

  • The first term of (bk) survives and the rest cancel. That is the whole content, and it is where an off-by-one error is easiest to make: the sum is b0−lim⁡bk and not b1−lim⁡bk, because the partial sum sn=∑k<n starts at k=0 (Series, partial sums, convergence and the sum, divergence, and the tail series). A series written from k=1 telescopes to b1−lim⁡bk instead.

  • No sign or monotonicity hypothesis is used. The lemma is an identity between finite sums followed by one limit rule, so it applies to sequences (bk) of any sign and is not restricted to the decreasing case in which telescoping series usually appear.

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

A series of nonnegative terms converges iff its partial sums are bounded, and then the sum is their supremum

Statement

Let (ak) be a sequence of reals with ak≥0 for every k∈N, let sn=∑k<nak be its partial sums and let S={ sn:n∈N } be the range of (sn) (Series, partial sums, convergence and the sum, divergence, and the tail series). Then:

  1. (sn) is nondecreasing (Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences) and sn≥0 for every n;
  2. ∑ak converges if and only if S is bounded above (Lower bound, bounded below, bounded set), and in that case ∑k=0∞ak  =  sup⁡S, so in particular sn≤∑k=0∞ak for every n;
  3. if S is not bounded above then sn→+∞ (Divergence to +∞ and to −∞) and ∑ak diverges.

This is the theorem that makes the nonnegative theory work: for terms of one sign, convergence is a boundedness question and no candidate limit is ever needed. Every comparison test on this page is an application of it.

Facts & Assumptions

Given: A sequence (ak) of reals with ak≥0 for every k, its partial sums sn=∑k<nak, and the range S={sn:n∈N} (Series, partial sums, convergence and the sum, divergence, and the tail series, Finite sums and finite products, by recursion, Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L1]

The recursion clause of the finite sum: sn+1=sn+an (Finite sums and finite products, by recursion).

[L2]

Consecutive comparisons suffice for monotonicity: (xk) is nondecreasing if and only if xk≤xk+1 for every k; and a nondecreasing sequence is bounded below by its first term (Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences).

[L3]

Monotonicity of finite sums: if ak≥0 for all k<n then ∑k<nak≥0 (Laws of finite sums and finite products).

[L4]

A monotone sequence converges if and only if it is bounded, that is if and only if there is M with ∣xk∣≤M for every k (A monotone sequence converges if and only if it is bounded, Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L6]

A nondecreasing sequence whose range is not bounded above diverges to +∞ (A nondecreasing sequence that is not bounded above diverges to +∞, Divergence to +∞ and to −∞).

Proof

technique · direct
1.1

For every n, sn+1−sn=an≥0, so sn≤sn+1 and (sn) is nondecreasing.

givenL1L2
1.2

For every n, sn=∑k<nak≥0, all terms being nonnegative.

givenL3
2.1

Claim 1 is steps 1.1 and 1.2 together.

step 1.1step 1.2
2.2

Since sn≥0 we have ∣sn∣=sn, so (sn) is bounded in the sense of [L4] if and only if S is bounded above.

step 1.2L4
3.1

By [L4] applied to the monotone sequence (sn), the series converges if and only if (sn) is bounded, hence if and only if S is bounded above.

step 1.1step 2.2L4
4.1

If S is bounded above then (sn) converges to sup⁡S, so ∑ak converges with sum sup⁡S; and since sup⁡S is an upper bound of S, sn≤sup⁡S for every n.

step 1.1step 3.1L5
4.2

If S is not bounded above then sn→+∞, and by step 3.1 the series diverges.

step 1.1step 3.1L6
5.1

The equivalence and the identification of the sum as the supremum together make claim 2, and the divergence statement is claim 3.

step 3.1step 4.1step 4.2∎

Remarks

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

If 0≤ak≤bk eventually, convergence of ∑bk gives convergence of ∑ak, and divergence of ∑ak gives divergence of ∑bk

Statement

Let (ak) and (bk) be sequences of reals and suppose there is K∈N with

0  ≤  ak  ≤  bkfor all k≥K.

Then:

  1. if ∑bk converges then ∑ak converges (Series, partial sums, convergence and the sum, divergence, and the tail series);
  2. if ∑ak diverges then ∑bk diverges.

The same statement holds verbatim for series with a general starting index m, applied to the shifted sequences of Series, partial sums, convergence and the sum, divergence, and the tail series.

The hypothesis is on the terms from some index on, not on all of them: finitely many terms of either sequence may violate it, or be negative, without affecting the conclusion. What may not be dropped is nonnegativity of (ak) from that index on.

Facts & Assumptions

Given: Sequences (ak), (bk) of reals and K∈N with 0≤ak≤bk for all k≥K; the partial sums αj=∑i<jaK+i and βj=∑i<jbK+i of the K-th tail series (Series, partial sums, convergence and the sum, divergence, and the tail series, Finite sums and finite products, by recursion).

[L1]

Monotonicity of finite sums: if xi≤yi for all i<j then ∑i<jxi≤∑i<jyi (Laws of finite sums and finite products).

[L2]
[L3]

For a series of nonnegative terms: it converges if and only if the range of its partial sums is bounded above, and in the convergent case every partial sum is at most the sum (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).

Proof

technique · direct
1.1

For every i∈N the index K+i is at least K, so 0≤aK+i≤bK+i; in particular both tail series have nonnegative terms.

given
1.2

Assume ∑bk converges. Then its K-th tail series ∑k≥Kbk converges.

givenL2
2.1

By monotonicity of finite sums, αj≤βj for every j∈N.

step 1.1L1
2.2

That tail series has nonnegative terms, so its partial sums satisfy βj≤B for every j, where B is its sum.

step 1.2step 1.1L3
3.1

Hence αj≤βj≤B for every j, so the range of (αj) is bounded above by B.

step 2.1step 2.2
4.1

The tail series ∑k≥Kak has nonnegative terms and partial sums bounded above, so it converges.

step 3.1step 1.1L3
5.1

Therefore ∑ak converges, which is claim 1.

step 4.1L2
6.1

Claim 2 is the contrapositive of claim 1: if ∑ak diverges then ∑bk cannot converge.

step 5.1∎

Remarks

  • Both nonnegativity hypotheses are used, and in different places. ak≥0 is what lets convergence of ∑k≥Kak be read off from boundedness of its partial sums, and bk≥ak≥0 is what makes the sum of ∑k≥Kbk an upper bound for the partial sums βj. Drop the sign hypothesis and the theorem is false, not merely unproved; the companion page exhibits a pair with ak≤bk for every k, ∑bk convergent and ∑ak divergent.

  • The comparison is with a series, not with a limit. No quotient ak/bk appears and no bk is required to be nonzero, which is what distinguishes this test from the limit comparison test proved next.

TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passverified 2026-08-09 (gpt-5.6-terra-codex-subscription)Open item page →

For ak,bk>0 with ak/bk→L: if L∈(0,∞) the two series share their behaviour, while L=0 and L=∞ give one implication each

Statement

Let (ak) and (bk) be sequences of reals with ak>0 and bk>0 for every k∈N, and put qk:=ak/bk. Then:

  1. if (qk) converges with lim⁡kqk=L for a real L>0 (Limits and Cauchy sequences of reals), then ∑ak converges if and only if ∑bk converges;
  2. if (qk) converges with lim⁡kqk=0, then convergence of ∑bk implies convergence of ∑ak; equivalently, divergence of ∑ak implies divergence of ∑bk;
  3. if (qk) diverges to +∞ (Divergence to +∞ and to −∞), then convergence of ∑ak implies convergence of ∑bk; equivalently, divergence of ∑bk implies divergence of ∑ak.

In each clause the convergence of (qk), or its divergence to +∞, is part of the hypothesis, so the symbol lim⁡kqk denotes wherever it is written (A sequence has at most one limit).

Neither implication in claim 2 can be reversed, and by symmetry neither can the one in claim 3; the companion page exhibits a pair with lim⁡kqk=0, ∑ak convergent and ∑bk divergent.

For families from a general starting index m the statement is the same, applied to the shifted sequences j↦aj+m and j↦bj+m (Series, partial sums, convergence and the sum, divergence, and the tail series).

On the third regime. "L=∞" is written here as divergence of (qk) to +∞ in the sense of Divergence to +∞ and to −∞, and never as a limit equation with an infinite right-hand side. A sequence diverging to +∞ has no limit in R, and this library does not write lim⁡qk=+∞.

Facts & Assumptions

Given: Sequences (ak), (bk) of reals with ak>0 and bk>0 for every k, the quotients qk=ak/bk, and the assumption that one of the three regimes of the Statement holds: (qk) converges with lim⁡kqk=L for some real L>0; or (qk) converges with lim⁡kqk=0; or (qk) diverges to +∞ (A sequence has at most one limit).

[L1]

Convergence to x means: for every rational ε>0 there is K with ∣xk−x∣<ε for all k≥K; and the same holds for every real ε>0, since every real ε>0 exceeds some rational 1/n with n≥1 natural (Limits and Cauchy sequences of reals, For every ε>0 in a complete ordered field there is a natural n≥1 with 1/n<ε, Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L2]

qk→+∞ means: for every real M there is K with qk>M for all k≥K (Divergence to +∞ and to −∞).

[L3]

Direct comparison: if 0≤xk≤yk for all k from some index on, then convergence of ∑yk gives convergence of ∑xk (If 0≤ak≤bk eventually, convergence of ∑bk gives convergence of ∑ak, and divergence of ∑ak gives divergence of ∑bk).

[L4]

For c≠0: ∑c xk converges if and only if ∑xk converges (Convergent series add and scale termwise).

[L5]

Since qk=ak/bk and bk>0, the field laws give ak=qkbk. Multiplication by a positive scalar preserves strict inequalities; the non-strict form follows by adjoining the equality case (Field, Sign rules for products and monotonicity of multiplication).

Proof

technique · cases
1.1

Assume (qk) converges with lim⁡kqk=L for a real L>0.

assume-case pos
1.2

Assume instead (qk) converges with lim⁡kqk=0.

assume-case zero
1.3

Assume instead (qk) diverges to +∞.

assume-case inf
2.1

In the case lim⁡kqk=L>0, apply [L1] with the real tolerance L/2>0: there is K with ∣qk−L∣<L/2, hence L/2<qk<3L/2, for all k≥K.

step 1.1L1choose
2.2

In the case lim⁡kqk=0, apply [L1] with the rational tolerance 1: there is K with ∣qk∣<1, hence qk<1, for all k≥K.

step 1.2L1choose
2.3

In the case qk→+∞, apply [L2] with M=1: there is K with qk>1 for all k≥K.

step 1.3L2choose
3.1

In the case lim⁡kqk=L>0, multiplying by bk>0 turns step 2.1 into (L/2) bk<ak<(3L/2) bk for all k≥K, and all three quantities are positive.

step 2.1L5algebra
3.2

In the case lim⁡kqk=0, multiplying by bk>0 turns step 2.2 into 0<ak<bk for all k≥K.

step 2.2L5algebra
3.3

In the case qk→+∞, multiplying by bk>0 turns step 2.3 into 0<bk<ak for all k≥K.

step 2.3L5algebra
4.1

In the case L>0: if ∑bk converges then so does ∑(3L/2)bk, and 0≤ak≤(3L/2)bk for k≥K, so ∑ak converges.

step 3.1L3L4
4.2

In the case L>0: if ∑ak converges then, since 0≤(L/2)bk≤ak for k≥K, the series ∑(L/2)bk converges, and L/2≠0 gives convergence of ∑bk.

step 3.1L3L4
4.3

In the case lim⁡kqk=0: 0≤ak≤bk for k≥K, so convergence of ∑bk gives convergence of ∑ak, and the contrapositive is the divergence form.

step 3.2L3
4.4

In the case qk→+∞: 0≤bk≤ak for k≥K, so convergence of ∑ak gives convergence of ∑bk, and the contrapositive is the divergence form.

step 3.3L3
5.1

The two implications in the case L>0 are the two directions of claim 1, and the remaining two cases give claims 2 and 3. The three assumed regimes are the cases of the disjunction in the Given, and they exhaust it, so every instance of the theorem is covered: outside those three regimes each of the three implications is vacuous, its hypothesis being false.

step 4.1step 4.2step 4.3step 4.4cases-exhaustive∎

Remarks

  • Why the three regimes are treated as one proof. The Statement is a conjunction of three implications, each with its own hypothesis on (qk). Fixing the two sequences and arguing by cases on which regime holds proves all three at once, and costs nothing: if none of the regimes holds, every one of the three implications is vacuously true.

  • Positivity of (bk) is needed twice. It is what makes qk defined at all, and it is what lets an inequality between the qk be multiplied through to an inequality between the ak and the bk without reversing. Positivity of (ak) is what supplies the lower bound 0 that the direct comparison test requires.

  • The limit is only used through an eventual two-sided estimate. No step needs the exact value of L, only that qk is eventually trapped strictly between two positive multiples of it. That is why the test still works when the quotients merely stay between two positive constants, and why the hypothesis lim⁡kqk=L is stronger than what the proof consumes.

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

For a nonincreasing nonnegative sequence, ∑ak converges iff ∑2ka2k converges

Statement

Let (ak)k≥1 be a family from 1 (Series, partial sums, convergence and the sum, divergence, and the tail series) with

ak≥0  (k≥1)andaj≥ak  whenever 1≤j≤k.

Then

∑k≥1ak converges⟺∑j≥02ja2j converges.

Every term of the condensed series is defined, because 2j≥1 for every j∈N (Monotonicity of x↦xn and of n↦an), and the condensed series starts at j=0, its first term being 20a20=a1.

The monotonicity hypothesis is equivalent to the consecutive form ak+1≤ak for every k≥1, since it says that the sequence bi:=ai+1, i∈N, is nonincreasing (Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences). It cannot be dropped: the companion page exhibits a nonnegative non-monotone family for which the two series behave differently.

Facts & Assumptions

Given: A family (ak)k≥1 of reals with ak≥0 for k≥1 and aj≥ak whenever 1≤j≤k; the partial sums An=∑k=1nak of ∑k≥1ak, with A0=0; and the partial sums Cn=∑j<n2ja2j of the condensed series (Series, partial sums, convergence and the sum, divergence, and the tail series, Finite sums and finite products, by recursion).

[L1]

Splitting of finite sums, and the meaning of a sum with general bounds: for m≤n, ∑k=1nak=∑k=1mak+∑k=m+1nak, and ∑k=pqak=∑t<q+1−pap+t (Laws of finite sums and finite products, Finite sums and finite products, by recursion).

[L2]

Monotonicity and scaling of finite sums: if xt≤yt for all t<d then ∑t<dxt≤∑t<dyt; and a constant sum is ∑t<dλ=d λ (Laws of finite sums and finite products).

[L3]

Powers of 2: 2j≥1 for every j∈N, 2j+1=2⋅2j, and 2j<2j+1 (Integer powers am, Monotonicity of x↦xn and of n↦an).

[L4]

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

[L5]

For a series of nonnegative terms: its partial sums are nondecreasing, it converges if and only if the range of its partial sums is bounded above, and in the convergent case every partial sum is at most the sum (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).

Proof

technique · direct
1.1

Every term of the condensed series is nonnegative, since 2j≥1>0 and a2j≥0; and every An, every Cn is nonnegative, both series having nonnegative terms.

givenL3L5
1.2

For every n∈N the block from 2n to 2n+1−1 is ∑k=2n2n+1−1ak=∑t<2na2n+t, since the number of terms is (2n+1−1)+1−2n=2n.

L1L3algebra
1.3

For every n∈N the block from 2n+1 to 2n+1 is ∑k=2n+12n+1ak=∑t<2na2n+1+t, since the number of terms is 2n+1+1−(2n+1)=2n.

L1L3algebra
1.4

Index growth: n≤2n−1 for every n∈N, by induction on n. At n=0 this reads 0≤0; and if n≤2n−1, that is n+1≤2n, then n+1≤2n≤2⋅2n−1=2n+1−1, the second inequality being 2n≥1.

L3L4algebra
2.1

In the first block every index satisfies 2n≤2n+t, so a2n+t≤a2n, and therefore ∑k=2n2n+1−1ak≤∑t<2na2n=2na2n.

step 1.2givenL2
2.2

In the second block every index satisfies 2n+1+t≤2n+1 for t<2n, so a2n+1+t≥a2n+1, and therefore ∑k=2n+12n+1ak≥∑t<2na2n+1=2na2n+1.

step 1.3givenL2L3
2.3

Suppose the condensed series converges, with sum C; then Cn≤C for every n.

givenstep 1.1L5
2.4

Suppose conversely that ∑k≥1ak converges, with sum A; then An≤A for every n.

givenstep 1.1L5
3.1

Upper estimate: A2n−1≤Cn for every n∈N, by induction on n. At n=0 both sides are 0, since 20−1=0 and C0 is the empty sum; and if A2n−1≤Cn, then splitting at 2n−1 gives A2n+1−1=A2n−1+∑k=2n2n+1−1ak≤Cn+2na2n=Cn+1.

step 2.1L1L3L4
3.2

Lower estimate: 2A2n≥∑j=1n2ja2j for every n∈N, by induction on n. At n=0 the right-hand side is the empty sum 0 and the left-hand side is 2a1≥0; and if the inequality holds at n, then splitting at 2n gives A2n+1=A2n+∑k=2n+12n+1ak≥A2n+2na2n+1, whence 2A2n+1≥2A2n+2n+1a2n+1≥∑j=1n+12ja2j.

step 2.2step 1.1L1L3L4
4.1

For every N∈N we have N≤2N−1, so AN≤A2N−1≤CN≤C, the first inequality because the partial sums An are nondecreasing.

step 1.4step 3.1step 2.3step 1.1L5
4.2

For every n∈N, ∑j=1n2ja2j≤2A2n≤2A, and splitting the condensed partial sum at j=1 gives Cn+1=a1+∑j=1n2ja2j≤a1+2A.

step 3.2step 2.4L1L3
5.1

So the partial sums of ∑k≥1ak are bounded above by C, and that series converges.

step 4.1L5
5.2

Also C0=0≤a1+2A, so every condensed partial sum is at most a1+2A, and the condensed series converges.

step 4.2step 1.1L5
6.1

The two implications just established combine, so the two series converge or diverge together.

step 5.1step 5.2∎

Remarks

  • What monotonicity buys, in one sentence. It lets a block of 2n consecutive terms be squeezed between 2n copies of its last term and 2n copies of its first, which is exactly the pair of estimates in steps 2.1 and 2.2. Without it a block carries no information about any single term in it, and the two series decouple entirely.

  • The factor 2 in the lower estimate is not an artefact. The blocks used for the two estimates are different: the upper estimate groups 2n,…,2n+1−1 and the lower estimate groups 2n+1,…,2n+1, and the second grouping produces 2na2n+1, which is half of the condensed term 2n+1a2n+1. Since only boundedness of the partial sums is at stake, a constant factor is harmless.

  • Base 2 is a choice, not a necessity. The same argument with blocks of length cn gives the analogous test for any integer c≥2. Base 2 is taken here because it is the one every later application uses, and because the arithmetic of 2n+1=2⋅2n keeps the induction free of extra bookkeeping.

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

For rational p>0, ∑1/kp converges iff p>1

Statement

Let p∈Q with p>0. For a natural number k≥1 write ι(k)=k⋅1R for the canonical natural, which is positive (Canonical naturals are positive and strictly increasing), and write kp:=ι(k)p for its rational power (Rational powers ar of a positive base). Then

∑k≥11kp converges⟺p>1.

In particular the harmonic series ∑k≥11/k diverges, at p=1, and ∑k≥11/k2 converges, at p=2.

The index range is not cosmetic. The series starts at k=1 because 1/0p is undefined: Rational powers ar of a positive base gives 0p=0 for rational p>0, and 0 has no inverse. Sequences here are functions on N and N contains 0 (Series, partial sums, convergence and the sum, divergence, and the tail series), so the object named above is a series from the starting index 1 in the sense of Series, partial sums, convergence and the sum, divergence, and the tail series, not a series of a sequence on N.

The exponent is rational, and that is a limitation of this page. Rational powers of a positive base are what Rational powers ar of a positive base supplies; real exponents require the exponential and the logarithm, which this library develops later. The statement above is therefore the full p-series theorem for every exponent this page can name.

Facts & Assumptions

Given: A rational p>0 and the family ak:=1/kp=ι(k)−p, defined for naturals k≥1 (Rational powers ar of a positive base, Series, partial sums, convergence and the sum, divergence, and the tail series).

[L1]

Rational powers of a positive base are positive, and ar+s=aras, (ar)s=ars, a−r=1/ar for a>0 and rationals r,s (Laws of rational exponents).

[L2]

Monotonicity of rational powers: for rational t>0 and 0<a<b one has at<bt; and for a>1 and rationals r<s one has ar<as (Monotonicity of r↦ar and of a↦ar).

[L3]

The integer power and the rational power agree at an integer exponent: for a>0 and n∈Z, an read as in Integer powers am equals an read as in Rational powers ar of a positive base, since n=n/1 and a1/1=a (Existence and uniqueness of n-th roots: a unique a1/n≥0 with (a1/n)n=a, Rational powers ar of a positive base). In particular a0=1.

[L4]

Reciprocation reverses the order on the positives: 0<a<b implies 0<1/b<1/a (Inverses of positives are positive, and reciprocation reverses order).

[L5]

Condensation: for a family (xk)k≥1 that is nonnegative and nonincreasing, ∑k≥1xk converges if and only if ∑j≥02jx2j converges (For a nonincreasing nonnegative sequence, ∑ak converges iff ∑2ka2k converges, Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences).

[L7]

The canonical naturals are positive and order preserving: 0<ι(1)≤ι(j)<ι(k) for naturals 1≤j<k, and ι(2)=2>1 (Canonical naturals are positive and strictly increasing).

Proof

technique · direct
1.1

For every natural k≥1 the base ι(k) is positive, so ak=ι(k)−p is defined and positive; in particular the family is nonnegative.

givenL7L1
1.2

For naturals 1≤j<k we have 0<ι(j)<ι(k), hence ι(j)p<ι(k)p since p>0, hence aj=1/ι(j)p>1/ι(k)p=ak; and for j=k the two are equal. So aj≥ak whenever 1≤j≤k.

givenL7L2L4L1
1.3

For every j∈N the base 2j is positive and, reading the exponent j as a rational, 2ja2j=2j(2j)−p=2j⋅2−jp=2 j−jp=2 (1−p)j=(2 1−p)j.

L1L3L7algebra
1.4

Since 2>1, the map t↦2t is strictly increasing on Q and 20=1; hence r=2 1−p<1=20 holds exactly when 1−p<0, that is exactly when p>1.

L2L3L7
2.1

Condensation applies to (ak)k≥1: ∑k≥1ak converges if and only if ∑j≥02ja2j converges.

step 1.1step 1.2L5
2.2

So the condensed series is the geometric series ∑j≥0rj with r:=2 1−p, and r>0, so ∣r∣=r.

step 1.3L1L3
3.1

By the geometric series theorem, ∑j≥0rj converges if and only if r<1.

step 2.2L6
4.1

Chaining the three equivalences: ∑k≥11/kp converges   ⟺   the condensed series converges   ⟺   r<1   ⟺   p>1.

step 2.1step 2.2step 3.1step 1.4∎

Remarks

  • Where the threshold comes from. Condensation turns the p-series into a geometric series of ratio 21−p, and the geometric threshold r=1 pulls back to p=1. Nothing about the number 1 is special to the p-series; it is the exponent at which the condensed terms stop shrinking.

  • At p=1 the condensed series is ∑j≥01. Its terms do not tend to 0, so it diverges, and with it the harmonic series. That instance is worked out on the companion page, together with the older block argument that does not use condensation at all.

  • Only rational exponents are covered, and the gap is real. For irrational p the expression kp has no meaning in this library yet, so the statement is not merely unproved there, it is unstatable. The same limitation is what keeps the Bertrand-type series ∑1/(k(log⁡k)p) off this page entirely, the logarithm not being available.

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passverified 2026-08-09 (gpt-5.6-terra-codex-subscription)Open item page →

Root test: lim sup⁡∣ak∣1/k<1 gives absolute convergence and hence convergence, >1 gives divergence, and =1 decides nothing

Statement

Let (ak)k≥1 be a family of reals from the starting index 1 (Series, partial sums, convergence and the sum, divergence, and the tail series), put

ρk  :=  ∣ak+1∣1/(k+1)(k∈N),ρ  :=  lim sup⁡kρk  ∈  R‾,

and note that ρ exists for every such family, with no hypothesis whatever (The tail suprema of any real sequence are nonincreasing in R‾, so the limit superior exists for every sequence, Limit superior and limit inferior of a real sequence as inf⁡nsup⁡k≥nxk and sup⁡ninf⁡k≥nxk in R‾). Then:

  1. if ρ<1 then ∑k≥1∣ak∣ converges, and hence ∑k≥1ak converges as well;
  2. if ρ>1 then ∑k≥1ak diverges;
  3. if ρ=1 neither conclusion follows: ∑k≥11/k diverges, ∑k≥11/k2 converges, and both have ρ=1.

The root family is shifted, and that is forced. The classical expression ∣an∣1/n is meaningful only for n≥1, since 1/0 is not a rational number (Rational powers ar of a positive base), while sequences here are functions on N and N contains 0. So the roots are written ρk=∣ak+1∣1/(k+1), which is ∣an∣1/n reindexed by n=k+1, exactly the convention of For ak>0: lim inf⁡ak+1/ak≤lim inf⁡ak1/k≤lim sup⁡ak1/k≤lim sup⁡ak+1/ak. Every ρk is defined, including where ak+1=0, by the supplementary clause of Rational powers ar of a positive base.

What claim 1 does and does not say. The comparison with a geometric series delivers convergence of the series of absolute values; that ∑k≥1ak itself converges is a separate step, and it is supplied by If ∑∣ak∣ converges then ∑ak converges earlier on this page. Nothing here identifies the sum, and nothing here says anything about rearranging the series, which is taken up later in this track.

Facts & Assumptions

Given: A family (ak)k≥1 of reals, the roots ρk=∣ak+1∣1/(k+1) for k∈N, the tail suprema sn=sup⁡{ρk:k≥n} taken in R‾, and ρ=lim sup⁡kρk=inf⁡{sn:n∈N} (Limit superior and limit inferior of a real sequence as inf⁡nsup⁡k≥nxk and sup⁡ninf⁡k≥nxk in R‾, The extended real line R‾=R∪{−∞,+∞}, its order, and the arithmetic that is left undefined).

[L1]

Every subset of R‾ has a least upper bound and a greatest lower bound there, and the extended order is total (Every subset of R‾ has a least upper bound and a greatest lower bound in R‾, agreeing with the real supremum and infimum on nonempty sets bounded in R, The extended real line R‾=R∪{−∞,+∞}, its order, and the arithmetic that is left undefined). In particular ρ≤sn for every n, and ρk≤sn for every k≥n; a real t with ρ<t fails to be a lower bound of {sn}, and a real u with sn>u fails to be an upper bound of {ρk:k≥n}.

[L3]

Roots and powers: for x≥0 and natural n≥1, x1/n≥0 and (x1/n)n=x; on the nonnegatives y↦yn is strictly increasing for n≥1; and 1n=1 (Existence and uniqueness of n-th roots: a unique a1/n≥0 with (a1/n)n=a, Rational powers ar of a positive base, Monotonicity of x↦xn and of n↦an).

[L4]

Absolute value: ∣x∣≥0 for every real x (Basic properties of the absolute value).

[L5]

The geometric series ∑j≥0tj converges when ∣t∣<1, and a series converges if and only if each of its tail series converges (For ∣r∣<1, ∑k≥0rk=1/(1−r), and for ∣r∣≥1 the series diverges, A series converges iff each of its tail series converges, and the sum splits as sN plus the N-th tail).

[L6]

Direct comparison, in the form for families from a general starting index: if 0≤xk≤yk from some index on and ∑yk converges then ∑xk converges (If 0≤ak≤bk eventually, convergence of ∑bk gives convergence of ∑ak, and divergence of ∑ak gives divergence of ∑bk, Series, partial sums, convergence and the sum, divergence, and the tail series).

[L7]

If a series converges then its terms tend to 0; contrapositively, terms not tending to 0 force divergence (If a series converges then its terms tend to 0, Limits and Cauchy sequences of reals).

[L8]

1≤n1/n for every natural n≥1, and the sequence (k+1)1/(k+1) converges to 1 (n1/n→1); a sequence converging to a real c has lim sup⁡=lim inf⁡=c (A real sequence converges to L∈R iff lim inf⁡xk=lim sup⁡xk=L, and diverges to ±∞ iff both equal ±∞); products and quotients of convergent sequences converge, the quotient requiring nonzero limit and nonzero denominators (Algebra of limits: sums, scalar multiples, products and quotients).

[L9]

Laws of rational exponents on a positive base: (ar)s=ars, a−r=1/ar and ar>0; and for rational t>0, a>1 implies at>1 (Laws of rational exponents, Monotonicity of r↦ar and of a↦ar).

[L10]

For rational p>0, ∑k≥11/kp converges if and only if p>1 (For rational p>0, ∑1/kp converges iff p>1).

[L11]

If ∑∣xj∣ converges then ∑xj converges; for a family from the starting index 1 this is the same statement applied to the shifted sequence j↦aj+1, whose series is ∑k≥1ak and whose absolute-value series is ∑k≥1∣ak∣ (If ∑∣ak∣ converges then ∑ak converges, Series, partial sums, convergence and the sum, divergence, and the tail series).

Proof

technique · cases
1.1

Assume ρ<1.

assume-case lt
1.2

Assume instead ρ>1.

assume-case gt
1.3

Assume instead ρ=1.

assume-case one
2.1

Every ρk is a nonnegative real, so each sn≥ρn≥0 and hence 0 is a lower bound of {sn}, giving ρ≥0; combined with the case hypothesis ρ<1 this puts ρ strictly between the reals 0 and 1, so ρ is a real number.

step 1.1L1L2L3L4
2.2

In the case ρ>1, the value ρ is a lower bound of {sn}, so sn≥ρ>1 for every n∈N.

step 1.2L1
2.3

In the case ρ=1, take first bk:=1/k for k≥1. Its root family is (1/(k+1))1/(k+1)=1/(k+1)1/(k+1), and since (k+1)1/(k+1)→1 with every term at least 1, the quotient rule gives convergence to 1, so the limit superior of the root family is 1; and ∑k≥11/k diverges, being the case p=1.

step 1.3L8L9L10
2.4

In the case ρ=1, take next ck:=1/k2 for k≥1. Its root family is ((k+1)−2)1/(k+1)=((k+1)1/(k+1))−2, which converges to 1−2=1 by the product and quotient rules, so again the limit superior of the root family is 1; and ∑k≥11/k2 converges, being the case p=2.

step 1.3L8L9L10
3.1

In the case ρ<1 put t:=(ρ+1)/2, a real number with 0≤ρ<t<1; since t is not a lower bound of {sn} there is N∈N with sN<t.

step 2.1L1choose
3.2

In the case ρ>1, for each n the real 1 is not an upper bound of {ρk:k≥n}, so there is k≥n with ρk>1.

step 2.2L1
3.3

So at ρ=1 one family gives a divergent series and another a convergent one, and neither of the two conclusions can be drawn, which is claim 3.

step 2.3step 2.4
4.1

In the case ρ<1, for every k≥N we have ρk≤sN<t, and raising both nonnegative sides to the power k+1≥1 gives ∣ak+1∣=(ρk)k+1<t k+1.

step 3.1L1L3
4.2

In the case ρ>1, whenever ρk>1 we get ∣ak+1∣=(ρk)k+1>1 k+1=1; so by step 3.2 there are indices k≥n with ∣ak+1∣>1 for every n.

step 3.2L3
4.3

In the case ρ<1: since 0<t<1 the geometric series ∑j≥0tj converges, hence so does its first tail series ∑m≥1tm.

step 3.1L5
5.1

In the case ρ<1: putting xj:=∣aj+1∣ and yj:=t j+1 for j∈N, step 4.1 gives 0≤xj≤yj for all j≥N, and ∑jyj is the convergent series of step 4.3; so ∑k≥1∣ak∣ converges.

step 4.1step 4.3L4L6
5.2

In the case ρ>1: the sequence j↦aj+1 does not converge to 0, because with the rational tolerance 1 no index K satisfies ∣ak+1∣<1 for all k≥K; hence ∑k≥1ak diverges, which is claim 2.

step 4.2L7
6.1

In the case ρ<1: the series ∑k≥1∣ak∣ having been shown to converge, the sequence j↦aj+1 has a convergent absolute-value series, so ∑k≥1ak converges as well; together with the convergence of ∑k≥1∣ak∣ that is claim 1.

step 5.1L11
7.1

The three cases ρ<1, ρ>1 and ρ=1 exhaust R‾, the extended order being total, so the three claims together cover every family.

step 6.1step 5.2step 3.3L1cases-exhaustive∎

Remarks

  • The test reads only the tail suprema, and that is why it never needs the roots to converge. Claim 1 uses a single index N beyond which all roots sit below a fixed t<1; claim 2 uses only that roots above 1 occur arbitrarily late. Neither argument asks whether (ρk) has a limit, which is exactly the advantage of lim sup⁡ over lim⁡ here.

  • Claim 2 is proved through the term test, not through a comparison. What the hypothesis delivers is infinitely many terms of absolute value greater than 1, which already forbids the terms from tending to 0. No estimate on the partial sums is needed, and none is available, the terms having no sign.

  • The witnesses in claim 3 are chosen so that both root computations reduce to the single standard limit n1/n→1. The companion page carries the same phenomenon with the exponents −1/2 and −2, where the divergent witness is not the harmonic series.

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passverified 2026-08-09 (gpt-5.6-terra-codex-subscription)Open item page →

Ratio test: lim sup⁡∣ak+1/ak∣<1 gives absolute convergence and hence convergence, and lim inf⁡∣ak+1/ak∣>1 gives divergence

Statement

Let (ak) be a sequence of reals with ak≠0 for every k∈N and put

qk  :=  ∣ak+1ak∣  =  ∣ak+1∣∣ak∣(k∈N),

a genuine sequence on N, whose limit superior and limit inferior exist in R‾ for every such (ak) (The tail suprema of any real sequence are nonincreasing in R‾, so the limit superior exists for every sequence). Then:

  1. if lim sup⁡kqk<1 then ∑∣ak∣ converges, and hence ∑ak converges as well (If ∑∣ak∣ converges then ∑ak converges);
  2. if lim inf⁡kqk>1 then ∑ak diverges.

The hypothesis ak≠0 is what makes qk exist and is not a convenience: a single vanishing term leaves the ratio at that index undefined. For a family from a starting index m the statement is the one above applied to the shifted sequence j↦aj+m (Series, partial sums, convergence and the sum, divergence, and the tail series), whose ratios are ∣aj+m+1/aj+m∣.

Nothing is claimed when lim sup⁡kqk≥1≥lim inf⁡kqk. In that regime the test is silent, and it has to be: the companion page carries a convergent series whose ratios have limit superior 2, and both a convergent and a divergent series with ratio limit exactly 1.

Facts & Assumptions

Given: A sequence (ak) of reals with ak≠0 for every k; the ratios qk=∣ak+1∣/∣ak∣; the tail bounds sn=sup⁡{qk:k≥n} and in=inf⁡{qk:k≥n} taken in R‾, so that lim sup⁡kqk=inf⁡{sn} and lim inf⁡kqk=sup⁡{in} (Limit superior and limit inferior of a real sequence as inf⁡nsup⁡k≥nxk and sup⁡ninf⁡k≥nxk in R‾, The extended real line R‾=R∪{−∞,+∞}, its order, and the arithmetic that is left undefined); and the assumption that one of the two hypotheses of the Statement holds.

[L1]

Every subset of R‾ has a least upper bound and a greatest lower bound there, and the extended order is total (Every subset of R‾ has a least upper bound and a greatest lower bound in R‾, agreeing with the real supremum and infimum on nonempty sets bounded in R). In particular inf⁡{sn}≤sn and sup⁡{in}≥in for every n; qk≤sn and qk≥in for every k≥n; a real t exceeding inf⁡{sn} is not a lower bound of {sn}; and a real u below sup⁡{in} is not an upper bound of {in}.

[L3]

Absolute value: ∣x∣≥0; ∣x∣=0 exactly when x=0; ∣xy∣=∣x∣∣y∣, so ∣ak+1/ak∣=∣ak+1∣/∣ak∣ (Basic properties of the absolute value).

[L4]

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

[L5]

The geometric series ∑j≥0tj converges when ∣t∣<1; a series converges if and only if each of its tail series converges; and ∑c xj converges when ∑xj does (For ∣r∣<1, ∑k≥0rk=1/(1−r), and for ∣r∣≥1 the series diverges, A series converges iff each of its tail series converges, and the sum splits as sN plus the N-th tail, Convergent series add and scale termwise).

[L6]

Direct comparison: if 0≤xj≤yj from some index on and ∑yj converges then ∑xj converges (If 0≤ak≤bk eventually, convergence of ∑bk gives convergence of ∑ak, and divergence of ∑ak gives divergence of ∑bk).

[L7]

If a series converges then its terms tend to 0 (If a series converges then its terms tend to 0, Limits and Cauchy sequences of reals); and for every real c>0 there is a natural n≥1 with the rational 1/n<c (For every ε>0 in a complete ordered field there is a natural n≥1 with 1/n<ε).

[L8]

Powers: t0=1, tj+1=tjt, and tj>0 for t>0 (Integer powers am, Monotonicity of x↦xn and of n↦an).

[L9]

If ∑∣xk∣ converges then ∑xk converges (If ∑∣ak∣ converges then ∑ak converges).

Proof

technique · cases
1.1

Assume lim sup⁡kqk<1.

assume-case lt
1.2

Assume instead lim inf⁡kqk>1.

assume-case gt
1.3

Each qk is a nonnegative real, being a quotient of a nonnegative real by a positive one, so every sn≥qn≥0 and hence lim sup⁡kqk≥0.

givenL1L2L3
2.1

In the case lim sup⁡kqk<1 the value Λ:=lim sup⁡kqk therefore lies strictly between the reals 0 and 1 inclusive of 0, so it is a real number; put t:=(Λ+1)/2, a real with 0≤Λ<t<1.

step 1.1step 1.3L1choose
2.2

In the case lim inf⁡kqk>1, the real 1 is not an upper bound of {in}, so there is N∈N with iN>1.

step 1.2L1choose
3.1

In the case Λ<1: since t>Λ=inf⁡{sn}, the real t is not a lower bound of {sn}, so there is N with sN<t, and then qk≤sN<t for every k≥N.

step 2.1L1choose
3.2

In the case lim inf⁡kqk>1: qk≥iN>1 for every k≥N, since iN is a lower bound of {qk:k≥N}.

step 2.2L1
3.3

In the case Λ<1: the series ∑j≥0t j converges since ∣t∣=t<1, hence so does ∑j≥0∣aN∣t j.

step 2.1L5
4.1

In the case Λ<1: for k≥N, ∣ak+1∣/∣ak∣<t with ∣ak∣>0, hence ∣ak+1∣<t ∣ak∣.

step 3.1L3algebra
4.2

In the case lim inf⁡kqk>1: for k≥N, ∣ak+1∣>∣ak∣, again multiplying by ∣ak∣>0.

step 3.2L3algebra
5.1

In the case Λ<1: an induction on j gives ∣aN+j∣≤∣aN∣ t j for every j∈N. At j=0 this is an equality, since t0=1; and if it holds at j then ∣aN+j+1∣<t ∣aN+j∣≤t ∣aN∣t j=∣aN∣t j+1, using t>0.

step 4.1L4L8
5.2

In the case lim inf⁡kqk>1: an induction on j gives ∣aN+j∣≥∣aN∣>0 for every j∈N. At j=0 it is an equality, and if it holds at j then ∣aN+j+1∣>∣aN+j∣≥∣aN∣.

step 4.2L3L4
6.1

In the case Λ<1: with xj:=∣aN+j∣ and yj:=∣aN∣t j we have 0≤xj≤yj for every j, so ∑j∣aN+j∣ converges; that is the N-th tail series of ∑∣ak∣, so ∑∣ak∣ converges.

step 5.1step 3.3L3L5L6
6.2

In the case lim inf⁡kqk>1: (ak) does not converge to 0. Choose a natural n≥1 with 1/n<∣aN∣; if ak→0 there would be K with ∣ak∣<1/n for all k≥K, contradicting ∣ak∣≥∣aN∣>1/n at any index k that is at least both K and N.

step 5.2L7choose
7.1

In the case lim inf⁡kqk>1: by the term test ∑ak diverges, which is claim 2.

step 6.2L7
7.2

In the case Λ<1: the series ∑∣ak∣ having been shown to converge, ∑ak converges as well; together with the convergence of ∑∣ak∣ that is claim 1.

step 6.1L9
8.1

The two assumed hypotheses are the cases of the disjunction in the Given, and they exhaust it; outside them both claims are vacuous, each hypothesis being false, so the theorem holds for every sequence with nonvanishing terms.

step 7.2step 7.1cases-exhaustive∎

Remarks

  • The two halves are not dual, and the asymmetry is real. Convergence needs the ratios to be eventually below a fixed t<1, which lim sup⁡<1 supplies; divergence needs them eventually above 1, which is what lim inf⁡>1 supplies. A hypothesis on lim sup⁡ alone can never force divergence, since a single large ratio occurring arbitrarily late says nothing about the size of the terms. That is exactly what FALSE: lim sup⁡∣ak+1/ak∣≥1 implies the series diverges records.

  • The geometric series is the only convergent series the proof knows. Claim 1 is a comparison against ∣aN∣tj, and every later refinement on this page, Kummer's test included, exists because that comparison is too coarse when the ratios approach 1.

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

Whenever the ratio test decides, the root test decides the same way, and the converse fails

Statement

Let (ak) be a sequence of reals with ak≠0 for every k∈N, and put

qk:=∣ak+1∣∣ak∣,ρk:=∣ak+1∣1/(k+1)(k∈N),

the ratio and root families of Ratio test: lim sup⁡∣ak+1/ak∣<1 gives absolute convergence and hence convergence, and lim inf⁡∣ak+1/ak∣>1 gives divergence and Root test: lim sup⁡∣ak∣1/k<1 gives absolute convergence and hence convergence, >1 gives divergence, and =1 decides nothing. Then, in R‾,

lim inf⁡kqk  ≤  lim inf⁡kρk  ≤  lim sup⁡kρk  ≤  lim sup⁡kqk,

and consequently:

  1. if lim sup⁡kqk<1, so that the ratio test gives convergence of ∑∣ak∣ and hence of ∑ak, then lim sup⁡kρk<1 and the root test gives the same;
  2. if lim inf⁡kqk>1, so that the ratio test gives divergence of ∑ak, then lim sup⁡kρk>1 and the root test gives it too.

The converse fails. 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, s∘e≡1 and s∘o≡−1, let tk:=2 when sk=1 and tk:=1/2 when sk=−1, and put ak:=2−ktk, the sequence usually written ak=2−k+(−1)k. For it, lim sup⁡kρk=1/2<1 while lim sup⁡kqk=2 and lim inf⁡kqk=1/8 (FALSE: lim sup⁡ak1/k=lim sup⁡ak+1/ak for every positive sequence), so the root test gives convergence of ∑∣ak∣ and neither half of the ratio test applies. So the root test decides strictly more series than the ratio test.

Facts & Assumptions

Given: A sequence (ak) of reals with ak≠0 for every k, the ratios qk=∣ak+1∣/∣ak∣ and the roots ρk=∣ak+1∣1/(k+1) (Limit superior and limit inferior of a real sequence as inf⁡nsup⁡k≥nxk and sup⁡ninf⁡k≥nxk in R‾, The extended real line R‾=R∪{−∞,+∞}, its order, and the arithmetic that is left undefined).

[L1]

For a sequence (bk) of reals with bk>0 for every k, writing qk′=bk+1/bk and rk=bk+11/(k+1), one has lim inf⁡kqk′≤lim inf⁡krk≤lim sup⁡krk≤lim sup⁡kqk′ in R‾ (For ak>0: lim inf⁡ak+1/ak≤lim inf⁡ak1/k≤lim sup⁡ak1/k≤lim sup⁡ak+1/ak).

[L2]

lim inf⁡kxk≤lim sup⁡kxk for every real sequence (lim inf⁡xk≤lim sup⁡xk for every real sequence).

[L3]

Absolute value: ∣x∣≥0, and ∣x∣=0 exactly when x=0 (Basic properties of the absolute value).

[L4]

The root test: for a family from 1, lim sup⁡k∣ak+1∣1/(k+1)<1 gives convergence of ∑k≥1∣ak∣ and hence of ∑k≥1ak, and >1 gives divergence of ∑k≥1ak (Root test: lim sup⁡∣ak∣1/k<1 gives absolute convergence and hence convergence, >1 gives divergence, and =1 decides nothing).

[L5]

The ratio test: lim sup⁡kqk<1 gives convergence of ∑∣ak∣ and hence of ∑ak, and lim inf⁡kqk>1 gives divergence of ∑ak (Ratio test: lim sup⁡∣ak+1/ak∣<1 gives absolute convergence and hence convergence, and lim inf⁡∣ak+1/ak∣>1 gives divergence).

[L7]

For the sequence ak=2−ktk built from the alternating sequence as in the Statement: lim sup⁡k∣ak+1∣1/(k+1)=1/2, lim sup⁡k∣ak+1∣/∣ak∣=2 and lim inf⁡k∣ak+1∣/∣ak∣=1/8; and 2−k>0, tk>0, so every term is positive and in particular nonzero (FALSE: lim sup⁡ak1/k=lim sup⁡ak+1/ak for every positive sequence, The even and odd index maps and the alternating sequence: strictly increasing e,o with N their disjoint union, and the unique (sk) with s0=1, sσ(k)=−sk, which satisfies ∣sk∣=1, s∘e≡1 and s∘o≡−1, Integer powers am, Monotonicity of x↦xn and of n↦an).

Proof

technique · direct
1.1

Put bk:=∣ak∣. Since ak≠0 we have bk>0 for every k, so [L1] applies to (bk).

givenL3L1
1.2

For the sequence ak=2−ktk of the Statement every term is nonzero, lim sup⁡kρk=1/2<1, and neither lim sup⁡kqk=2<1 nor lim inf⁡kqk=1/8>1 holds.

L7
2.1

For this (bk) the ratio family is bk+1/bk=∣ak+1∣/∣ak∣=qk and the root family is bk+11/(k+1)=∣ak+1∣1/(k+1)=ρk.

step 1.1
3.1

Therefore lim inf⁡kqk≤lim inf⁡kρk≤lim sup⁡kρk≤lim sup⁡kqk, which is the displayed chain.

step 1.1step 2.1L1
4.1

Suppose lim sup⁡kqk<1. By the chain, lim sup⁡kρk≤lim sup⁡kqk<1, so the root test applies to the family (ak)k≥1 and gives convergence of ∑k≥1∣ak∣ and of ∑k≥1ak, hence of ∑∣ak∣ and of ∑ak; the ratio test gives the same conclusions. That is claim 1.

step 3.1L4L5L6
4.2

Suppose lim inf⁡kqk>1. By the chain and [L2], lim sup⁡kρk≥lim inf⁡kρk≥lim inf⁡kqk>1, so the root test gives divergence of ∑k≥1ak, hence of ∑ak; the ratio test gives the same conclusion. That is claim 2.

step 3.1L2L4L5L6
5.1

So for that sequence the root test gives convergence of ∑k≥1∣ak∣ while neither half of the ratio test applies, and the converse of claims 1 and 2 fails.

step 1.2L4L5∎

Remarks

  • The dominance is a statement about lim sup⁡, not about series. The whole content is the chain of For ak>0: lim inf⁡ak+1/ak≤lim inf⁡ak1/k≤lim sup⁡ak1/k≤lim sup⁡ak+1/ak, proved on the previous page precisely because it is about limits superior and nothing else. Claims 1 and 2 are the translation of that chain through the two tests, and they carry no further mathematics.

  • Strictly more, not merely at least as much. The witness in the Statement settles that: its roots converge to 1/2 while its ratios oscillate between 1/8 and 2, so the ratio test is silent about a series the root test decides. The reason is structural rather than accidental. Taking an n-th root divides the exponent by n and so damps a bounded oscillation, while forming a ratio differences the exponent and preserves it.

  • The ratio test survives because it is easier to compute. Nothing here says the ratio test should be abandoned; the ratios of a series given by an explicit formula are usually elementary, and the roots usually are not.

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

Kummer: for positive terms ak and weights ζk>0, lim inf⁡(ζkak/ak+1−ζk+1)>0 gives convergence, and if ∑1/ζk diverges while that expression is eventually ≤0 the series diverges

Statement

Let (ak) and (ζk) be sequences of reals with

ak>0andζk>0for every k∈N,

and define Kummer's expression

Kk  :=  ζkakak+1  −  ζk+1(k∈N),

a sequence of reals whose limit inferior exists in R‾ (The tail suprema of any real sequence are nonincreasing in R‾, so the limit superior exists for every sequence). Then:

  1. if lim inf⁡kKk>0 then ∑ak converges;
  2. if ∑1/ζk diverges and Kk≤0 for all k from some index on, then ∑ak diverges.

Positivity of (ak) is load bearing and is not a normalisation. Claim 2 is FALSE for terms of mixed sign, and the failure is not delicate: see the first remark below, where a convergent geometric series with negative ratio satisfies every hypothesis of claim 2 with the weights ζk=1.

The two claims specialise to the ratio test at ζk=1 and to Raabe's test at ζk=k+1; those two corollaries follow immediately below, and they are the only ways this theorem is used on this page.

Facts & Assumptions

Given: Sequences (ak), (ζk) of reals with ak>0 and ζk>0 for every k; Kummer's expression Kk=ζkak/ak+1−ζk+1; the auxiliary sequence bk:=ζkak, which is positive; and the tail infima in=inf⁡{Kk:k≥n} taken in R‾, so that lim inf⁡kKk=sup⁡{in:n∈N} (Limit superior and limit inferior of a real sequence as inf⁡nsup⁡k≥nxk and sup⁡ninf⁡k≥nxk in R‾, The extended real line R‾=R∪{−∞,+∞}, its order, and the arithmetic that is left undefined).

[L1]

Every subset of R‾ has a least upper bound and a greatest lower bound there (Every subset of R‾ has a least upper bound and a greatest lower bound in R‾, agreeing with the real supremum and infimum on nonempty sets bounded in R). In particular a real u below sup⁡{in} is not an upper bound of {in}; in is a lower bound of {Kk:k≥n}; and in≤Kn, so in is not +∞.

[L4]

∑(xk−xk+1) converges whenever (xk) converges (∑(bk−bk+1) converges iff (bk) converges, with sum b0−lim⁡bk).

[L5]

Direct comparison: if 0≤xk≤yk from some index on and ∑yk converges then ∑xk converges (If 0≤ak≤bk eventually, convergence of ∑bk gives convergence of ∑ak, and divergence of ∑ak gives divergence of ∑bk).

[L6]

For c≠0, ∑c xk converges if and only if ∑xk converges (Convergent series add and scale termwise); and a series converges if and only if each of its tail series converges (A series converges iff each of its tail series converges, and the sum splits as sN plus the N-th tail, Series, partial sums, convergence and the sum, divergence, and the tail series).

[L7]

The principle of induction (The principle of mathematical induction); and 1/x>0 for x>0, with x≤y implying 1/y≤1/x for positive x,y (Inverses of positives are positive, and reciprocation reverses order).

Proof

technique · direct
1.1

Suppose lim inf⁡kKk>0. The real 0 is then not an upper bound of {in}, so there is N∈N with iN>0.

givenL1L2choose
1.2

Suppose now that ∑1/ζk diverges and that there is N with Kk≤0 for every k≥N.

given
2.1

Since iN≤KN and iN>0, the value iN is a real number; put c:=iN>0, so that Kk≥c for every k≥N.

step 1.1L1
2.2

Multiplying Kk≤0 by ak+1>0 gives ζkak≤ζk+1ak+1, that is bk≤bk+1, for every k≥N.

step 1.2givenalgebra
3.1

Multiplying Kk≥c by ak+1>0 gives ζkak−ζk+1ak+1≥c ak+1, that is bk−bk+1≥c ak+1>0, for every k≥N.

step 2.1givenalgebra
3.2

An induction on j gives bN+j≥bN for every j∈N: at j=0 it is an equality, and if it holds at j then bN+j+1≥bN+j≥bN.

step 2.2L7
4.1

Hence bN+j≥bN+j+1 for every j∈N, so the tail sequence (bN+j)j is nonincreasing; and it is bounded below by 0, every bk being positive.

step 3.1givenL3
4.2

So ζmam≥bN>0 for every m≥N, and dividing by ζm>0 gives am≥bN⋅(1/ζm)>0.

step 3.2givenL7
5.1

Therefore (bN+j)j converges, and by the telescoping lemma ∑j(bN+j−bN+j+1) converges.

step 4.1L3L4
5.2

Since ∑1/ζk diverges and bN≠0, the series ∑bN(1/ζk) diverges.

step 1.2step 4.2L6
6.1

By step 3.1 we have 0≤c aN+j+1≤bN+j−bN+j+1 for every j, so ∑jc aN+j+1 converges by comparison, and since c≠0 so does ∑jaN+j+1.

step 3.1step 5.1L5L6
7.1

That last series is the (N+1)-th tail series of ∑ak, so ∑ak converges, which is claim 1.

step 6.1L6
8.1

If ∑ak converged then, since 0≤bN(1/ζm)≤am for m≥N, comparison would make ∑bN(1/ζk) converge, contradicting step 5.2; so ∑ak diverges, which is claim 2.

step 4.2step 5.2L5∎

Remarks

  • Claim 2 fails for terms of mixed sign, and here is the witness. Take ζk=1 for every k and ak=(−1/2)k. Then ak/ak+1=1/(−1/2)=−2 (Laws of integer exponents, Integer powers am), so Kk=−2−1=−3≤0 at every index; and ∑1/ζk=∑1 diverges, its terms not tending to 0 (If a series converges then its terms tend to 0). Both hypotheses of claim 2 hold. Yet ∑(−1/2)k converges, with sum 2/3, since ∣−1/2∣<1 (For ∣r∣<1, ∑k≥0rk=1/(1−r), and for ∣r∣≥1 the series diverges). The conclusion therefore fails, and what fails with it is exactly step 2.2, which multiplied an inequality by ak+1 and needed that factor to be positive. The classical signed witness at ζk=1 is ak=(−1)k/k, whose hypotheses check the same way; its convergence is the alternating series test, which this page does not prove, and that is why the geometric witness is the one used here.

  • The weights are a free parameter, and that is the point of the theorem. Kummer's test is not a single criterion but a family of them, one for each positive sequence (ζk), and the strength of the resulting test is exactly the strength of the divergent comparison series ∑1/ζk it carries. Constant weights give the ratio test, weights k+1 give Raabe's test, and the pattern continues past what this page can state, since the next natural choice needs the logarithm.

  • Claim 1 does not need ∑1/ζk to diverge. The convergence half uses only positivity of the weights, through the telescoping bound in step 5.1. The divergence half is where the weights have to be tied to a known divergent series, and that asymmetry is why the two halves are not mirror images.

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

Kummer with ζk=1 recovers the ratio test

Statement

Let (ak) be a sequence of reals with ak>0 for every k∈N, and put qk:=ak+1/ak, which is the ratio family of Ratio test: lim sup⁡∣ak+1/ak∣<1 gives absolute convergence and hence convergence, and lim inf⁡∣ak+1/ak∣>1 gives divergence since ∣ak∣=ak here. Take the constant weights ζk:=1, so that Kummer's expression (Kummer: for positive terms ak and weights ζk>0, lim inf⁡(ζkak/ak+1−ζk+1)>0 gives convergence, and if ∑1/ζk diverges while that expression is eventually ≤0 the series diverges) is

Kk  =  akak+1−1(k∈N).

Then:

  1. if lim sup⁡kqk<1 then lim inf⁡kKk>0, so Kummer's convergence criterion applies and yields convergence of ∑ak;
  2. if lim inf⁡kqk>1 then ∑1/ζk diverges and Kk≤0 from some index on, so Kummer's divergence criterion applies and yields divergence of ∑ak.

Both conclusions are exactly those of Ratio test: lim sup⁡∣ak+1/ak∣<1 gives absolute convergence and hence convergence, and lim inf⁡∣ak+1/ak∣>1 gives divergence for a sequence of positive terms. So the ratio test is the constant-weight case of Kummer's test, and every strengthening of Kummer's test by a better choice of weights is a strengthening of the ratio test.

Facts & Assumptions

[L3]

Reciprocation on the positives: 0<x<y implies 0<1/y<1/x (Inverses of positives are positive, and reciprocation reverses order).

[L4]

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

Proof

technique · direct
1.1

The constant weights ζk=1 are positive, and the terms ak are positive, so Kummer's test applies with these data and its expression is Kk=ak/ak+1−1.

givenL2
1.2

Each qk is positive, so lim sup⁡kqk≥0, every tail supremum being at least qn>0.

givenL1
1.3

Suppose instead lim inf⁡kqk>1. The real 1 is not an upper bound of {in′}, the tail infima of (qk), so there is N with iN′>1, and then qk≥iN′>1 for every k≥N.

givenL1choose
1.4

The weight series ∑1/ζk is ∑1, whose terms are constantly 1 and so do not tend to 0; it diverges.

givenL4
2.1

Suppose lim sup⁡kqk<1. Then Λ:=lim sup⁡kqk lies between the reals 0 and 1 and is therefore real; put t:=(Λ+1)/2, so that Λ<t<1 and t≥1/2>0.

step 1.2L1choose
2.2

For k≥N: ak+1/ak>1 gives ak+1>ak>0, hence ak/ak+1<1, hence Kk<0 and in particular Kk≤0.

step 1.3L3algebra
3.1

Since t>inf⁡{sn}, the real t is not a lower bound of {sn}, so there is N with sN<t, and then qk≤sN<t for every k≥N.

step 2.1L1choose
3.2

Kummer's divergence criterion therefore applies and ∑ak diverges, which is claim 2.

step 2.2step 1.4step 1.1L2
4.1

For k≥N: 0<ak+1/ak<t, so ak/ak+1>1/t, and hence Kk=ak/ak+1−1>1/t−1=:c, where c>0 because 0<t<1 gives 1/t>1.

step 3.1L3algebra
5.1

So c is a lower bound of {Kk:k≥N}, whence iN≥c and lim inf⁡kKk=sup⁡{in}≥iN≥c>0.

step 4.1L1
6.1

Kummer's convergence criterion therefore applies and ∑ak converges, which is claim 1.

step 5.1step 1.1L2
7.1

The hypotheses in claims 1 and 2 are precisely those of the two halves of the ratio test for this sequence, and the conclusions agree, so the ratio test for positive terms is the case ζk=1 of Kummer's test.

step 6.1step 3.2L5∎

Remarks

  • What this corollary is for. It is not a new criterion. It fixes the place of the ratio test inside the Kummer family, so that the later choices of weights on this page can be read as improvements on a known test rather than as unrelated criteria.

  • The ratio test proved earlier is more general in one respect. It allows terms of either sign, provided none vanishes, and concludes convergence of ∑∣ak∣. Kummer's test needs positivity throughout, so the identification above is between the positive-term case of the ratio test and the constant-weight case of Kummer's test, and it says nothing about signed terms.

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

Raabe is Kummer with ζk=k+1: for positive terms, lim inf⁡ (k+1)(ak/ak+1−1)>1 gives convergence and lim sup⁡<1 gives divergence

Statement

Let (ak) be a sequence of reals with ak>0 for every k∈N. Write k+1 for the canonical natural ι(k+1)∈R, which is positive (Canonical naturals are positive and strictly increasing), take the weights ζk:=k+1 in Kummer: for positive terms ak and weights ζk>0, lim inf⁡(ζkak/ak+1−ζk+1)>0 gives convergence, and if ∑1/ζk diverges while that expression is eventually ≤0 the series diverges, and put

Rk  :=  (k+1)(akak+1−1)(k∈N),

so that Kummer's expression for these weights is Kk=Rk−1. Then:

  1. if lim inf⁡kRk>1 then ∑ak converges;
  2. if lim sup⁡kRk<1 then ∑ak diverges.

The weights are k+1 rather than k because ζ0 has to be positive and N contains 0; the classical statement, indexed from 1, is the same criterion read along the shift k=j+1.

Nothing is claimed when lim inf⁡kRk≤1≤lim sup⁡kRk. The Gauss test proved next is exactly the tool for the borderline case Rk→1, where Raabe's test is silent.

Facts & Assumptions

Given: A sequence (ak) of reals with ak>0 for every k; the weights ζk=ι(k+1); and Rk=(k+1)(ak/ak+1−1) (Limit superior and limit inferior of a real sequence as inf⁡nsup⁡k≥nxk and sup⁡ninf⁡k≥nxk in R‾, Canonical naturals are positive and strictly increasing).

[L3]

∑k≥11/kp converges if and only if p>1; at p=1 it therefore diverges (For rational p>0, ∑1/kp converges iff p>1). Moreover k1=ι(k), the rational power at exponent 1 being the element itself (Rational powers ar of a positive base, Existence and uniqueness of n-th roots: a unique a1/n≥0 with (a1/n)n=a, Integer powers am).

[L4]

The canonical naturals ι(k+1) are positive, and ι(k+2)=ι(k+1)+1 (Canonical naturals are positive and strictly increasing).

[L5]

The series ∑k≥1xk from the starting index 1 is by definition the series of the sequence j↦xj+1 (Series, partial sums, convergence and the sum, divergence, and the tail series).

Proof

technique · direct
1.1

The weights ζk=ι(k+1) are positive for every k∈N, and the terms ak are positive, so Kummer's test applies with these data.

givenL4L2
1.2

Suppose lim inf⁡kRk>1. The real 1 is not an upper bound of the set of tail infima of (Rk), so there is N with iN>1, and iN is real because iN≤RN.

givenL1choose
1.3

Suppose instead lim sup⁡kRk<1. The real 1 is not a lower bound of the set of tail suprema of (Rk), so there is N with sN<1, and then Rk≤sN<1 for every k≥N.

givenL1choose
2.1

Kummer's expression for these weights is Kk=(k+1)akak+1−(k+2)=(k+1)(akak+1−1)−1=Rk−1.

step 1.1L4algebra
2.2

The weight series is ∑k1/ζk=∑k1/ι(k+1), which is precisely the series ∑k≥11/k from the starting index 1, and that is the case p=1 of the p-series, hence divergent.

step 1.1L3L5
3.1

Put c:=iN−1>0. For every k≥N we have Rk≥iN, hence Kk=Rk−1≥iN−1=c.

step 1.2step 2.1L1algebra
3.2

Hence Kk=Rk−1<0, in particular Kk≤0, for every k≥N.

step 1.3step 2.1algebra
4.1

So c is a lower bound of {Kk:k≥N}, whence lim inf⁡kKk≥c>0, and Kummer's convergence criterion gives convergence of ∑ak, which is claim 1.

step 3.1step 1.1L1L2
5.1

Together with the divergence of the weight series, Kummer's divergence criterion gives divergence of ∑ak, which is claim 2.

step 3.2step 2.2step 1.1L2∎

Remarks

  • Raabe's test is a genuine strengthening of the ratio test. Whenever the ratios ak+1/ak converge to 1 the ratio test is silent, while Rk may still be bounded away from 1 on either side; the companion page carries a series with ratio limit exactly 1 that Raabe decides. The reason is visible in the weights: the divergent comparison series behind the test has moved from ∑1 to the harmonic series, which diverges far more slowly.

  • The threshold is 1 and not 0, and step 2.1 says why. Kummer's criterion is a statement about Kk=Rk−1; the shift by 1 between the two expressions is the whole difference between the two thresholds, and it comes from ζk+1−ζk=1 for these weights.

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

Gauss: for positive terms, if ak/ak+1=1+h/k+rk with ∣rk∣≤C k−1−ε for k≥1, some constant C and some rational ε>0, the series converges iff h>1

Statement

Let (ak) be a sequence of reals with ak>0 for every k∈N. Suppose there are a real h, a real C≥0, a rational ε>0 and reals rk for k≥1 such that

akak+1  =  1+hk+rkand∣rk∣  ≤  C k−1−ε(k≥1),

where k denotes the canonical natural ι(k)>0 and k−1−ε is the rational power (Rational powers ar of a positive base, Canonical naturals are positive and strictly increasing). Then

∑ak converges⟺h>1.

The hypotheses are imposed from k=1 on, since h/k has no value at k=0; a0 is unconstrained beyond being positive, which costs nothing because convergence is a tail property (A series converges iff each of its tail series converges, and the sum splits as sN plus the N-th tail).

The exponent ε is rational because that is what Rational powers ar of a positive base supplies, and the error bound is a p-series bound with p=1+ε>1, which is exactly the summability the proof consumes.

The borderline case h=1 is the whole point of the theorem. There Rk=(k+1)(ak/ak+1−1) tends to 1, so both halves of Raabe's test (Raabe is Kummer with ζk=k+1: for positive terms, lim inf⁡ (k+1)(ak/ak+1−1)>1 gives convergence and lim sup⁡<1 gives divergence) are silent; the theorem asserts divergence there, and the argument below establishes it without any logarithm, by a telescoping product estimate.

Facts & Assumptions

Given: A sequence (ak) of reals with ak>0 for every k; reals h, C≥0, a rational ε>0 and reals rk (k≥1) with ak/ak+1=1+h/k+rk and ∣rk∣≤Ck−1−ε for k≥1; and Rk:=(k+1)(ak/ak+1−1) for k∈N (Raabe is Kummer with ζk=k+1: for positive terms, lim inf⁡ (k+1)(ak/ak+1−1)>1 gives convergence and lim sup⁡<1 gives divergence).

[L1]

Raabe's test: for positive terms, lim inf⁡kRk>1 gives convergence of ∑ak and lim sup⁡kRk<1 gives divergence (Raabe is Kummer with ζk=k+1: for positive terms, lim inf⁡ (k+1)(ak/ak+1−1)>1 gives convergence and lim sup⁡<1 gives divergence).

[L3]

For every real c>0 there is a natural n≥1 with 1/n<c, and for every real x there is a natural n with ι(n)>x (For every ε>0 in a complete ordered field there is a natural n≥1 with 1/n<ε, Every complete ordered field is Archimedean).

[L4]

Rational powers on a positive base: ar+s=aras, (ar)s=ars, a−r=1/ar, ar>0; and for rational t>0, 0<x<y implies xt<yt (Laws of rational exponents, Monotonicity of r↦ar and of a↦ar, Rational powers ar of a positive base).

[L5]

Limit rules: sums, scalar multiples, products and quotients of convergent sequences (Algebra of limits: sums, scalar multiples, products and quotients); the squeeze theorem (The squeeze theorem); convergence depends only on the tail (Convergence depends only on the tail); a convergent sequence satisfies its estimate for every real tolerance (Limits and Cauchy sequences of reals, For every ε>0 in a complete ordered field there is a natural n≥1 with 1/n<ε).

[L6]

∑k≥11/kp converges if and only if p>1 (For rational p>0, ∑1/kp converges iff p>1).

[L8]

The principle of induction (The principle of mathematical induction); reciprocation reverses order on the positives (Inverses of positives are positive, and reciprocation reverses order); ∣x∣≥0 and x≤∣x∣ (Basic properties of the absolute value).

Proof

technique · cases
1.1

Assume h>1.

assume-case gt
1.2

Assume instead h<1.

assume-case lt
1.3

Assume instead h=1.

assume-case eq
1.4

For every k≥1, Rk=(k+1)(hk+rk)=h(1+1k)+(k+1)rk.

givenalgebra
1.5

The sequence j↦1/(j+1) converges to 0: given a rational η>0, choose a natural n≥1 with 1/n<η; then 1/(j+1)≤1/n<η for every j with j+1≥n.

L3L8choose
1.6

The sequence j↦(j+1)−ε converges to 0: given a real η>0, put M:=max⁡{1/η, 1}>0 and choose a natural n with ι(n)>M1/ε; then for j+1≥n we get (j+1)ε>(M1/ε)ε=M≥1/η, hence 0<(j+1)−ε<η.

L3L4L8choose
1.7

For every j∈N, ∣(j+2) rj+1∣≤C(j+2)(j+1)−1−ε≤2C(j+1) (j+1)−1−ε=2C (j+1)−ε, using j+2≤2(j+1).

givenL4L8algebra
2.1

Hence −2C(j+1)−ε≤(j+2)rj+1≤2C(j+1)−ε with both bounds converging to 0, so (j+2)rj+1→0 by the squeeze theorem.

step 1.7step 1.6L5
2.2

In the case h=1, put uk:=kk+1 rk and tk:=k ak for k≥1; then tk>0, ∣uk∣≤∣rk∣≤Ck−1−ε since 0<k/(k+1)<1, and akak+1=k+1k+rk=k+1k(1+uk).

step 1.3givenL8algebra
3.1

Therefore Rj+1=h(1+1/(j+1))+(j+2)rj+1→h(1+0)+0=h, and since convergence depends only on the tail, the sequence (Rk)k∈N converges to h.

step 1.4step 1.5step 2.1L5
3.2

Consequently tktk+1=kk+1⋅akak+1=1+uk for k≥1, so 1+uk=tk/tk+1>0 and tk+1tk=11+uk.

step 2.2algebra
3.3

In the case h=1: ∑k≥1k−1−ε converges, since 1+ε is a rational exceeding 1; hence so does ∑k≥1Ck−1−ε, and by comparison with it so does ∑k≥1∣uk∣, whose terms are nonnegative.

step 2.2L6L7
4.1

In the case h>1: applying the limit estimate with the real tolerance (h−1)/2>0 gives an N with Rk>h−(h−1)/2=(h+1)/2 for all k≥N; so (h+1)/2 is a lower bound of {Rk:k≥N}, whence lim inf⁡kRk≥(h+1)/2>1 and ∑ak converges.

step 1.1step 3.1L2L5L1
4.2

In the case h<1: the tolerance (1−h)/2>0 gives an N with Rk<h+(1−h)/2=(h+1)/2 for all k≥N; so (h+1)/2 is an upper bound of {Rk:k≥N}, whence lim sup⁡kRk≤(h+1)/2<1 and ∑ak diverges.

step 1.2step 3.1L2L5L1
4.3

For k≥1: (1−uk)(1+uk)=1−uk2≤1 and 1+uk>0, so 11+uk≥1−uk≥1−∣uk∣.

step 3.2L8algebra
4.4

Writing U for the sum of ∑k≥1∣uk∣ and Pn=∑k=1n∣uk∣ for its partial sums, Pn→U, so there is a natural N0 with U−PN0≤1/2; put N:=N0+1.

step 3.3L5L7choose
5.1

For every n≥N the block ∑k=Nn∣uk∣ is a partial sum of the N0-th tail series of ∑k≥1∣uk∣, whose terms are nonnegative and whose sum is U−PN0; hence ∑k=Nn∣uk∣≤1/2, and in particular ∣uk∣≤1/2 for every k≥N.

step 4.4L7
6.1

In the case h=1: for every n≥N−1, tn+1tN≥1−∑k=Nn∣uk∣, by induction on n. At n=N−1 both sides equal 1, the sum being empty. Assume it at n; then, since tn+1/tN>0 and 1/(1+un+1)≥1−∣un+1∣≥1/2>0, and since the induction hypothesis gives tn+1/tN≥1−∑k=Nn∣uk∣≥1/2>0, we get tn+2tN=11+un+1⋅tn+1tN≥(1−∣un+1∣)(1−∑k=Nn∣uk∣)≥1−∑k=Nn+1∣uk∣, the last step expanding the product and discarding a nonnegative term.

step 3.2step 4.3step 5.1L8
7.1

Hence tn+1/tN≥1−1/2=1/2 for every n≥N−1, that is m am=tm≥tN/2>0 for every m≥N, and so am≥tN2⋅1m for every m≥N.

step 6.1step 5.1L8algebra
8.1

The series ∑m≥11/m diverges, so ∑m≥1tN2⋅1m diverges, the factor tN/2 being nonzero.

step 7.1L6L7
9.1

If ∑ak converged, then so would ∑m≥1am, and comparison with the estimate of step 7.1 would make ∑m≥1tN2m converge, contradicting step 8.1; so in the case h=1 the series ∑ak diverges.

step 7.1step 8.1L7
10.1

The three cases h>1, h<1 and h=1 exhaust the reals, and they give convergence, divergence and divergence respectively; so ∑ak converges exactly when h>1.

step 4.1step 4.2step 9.1cases-exhaustive∎

Remarks

  • No logarithm anywhere, and that is deliberate. The classical treatment of h=1 compares ak with 1/(klog⁡k) or invokes Bertrand's test. Neither is available in this library at this point, and neither is needed: the hypothesis ∣rk∣≤Ck−1−ε makes ∑∣uk∣ convergent, and a convergent sum of nonnegative errors is exactly what the product estimate of step 6.1 consumes. The price is that the theorem is stated with an ε of decay to spare, rather than for an arbitrary summable error.

  • Step 7.1 is the Weierstrass product inequality in disguise. In the form ∏j(1−xj)≥1−∑jxj for xj∈[0,1], it is the standard statement; here the product is tn+1/tN, telescoped in advance, so that one induction does the work of two and no separate lemma about products of inequalities is needed.

  • What the conclusion at h=1 says about the terms. The estimate am≥(tN/2) (1/m) is a genuine lower bound of harmonic type: at the borderline the terms cannot decay faster than a constant multiple of 1/m, and divergence follows from the divergence of the harmonic series alone.

  • The three cases are decided by h and by nothing else. The constants C and ε never appear in the conclusion; they enter only through the requirement that the error be summable, which is what keeps the case h=1 from being genuinely borderline in this argument.

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

For a divergent series of positive terms with partial sums sk, the series ∑ak/sk diverges and ∑ak/sk2 converges

Statement

Let (ak) be a sequence of reals with ak>0 for every k∈N and suppose ∑ak diverges (Series, partial sums, convergence and the sum, divergence, and the tail series). Write

Sn  :=  ∑k=0nak(n∈N)

for the inclusive partial sums, so that Sn=sn+1 in the notation sn=∑k<nak of Series, partial sums, convergence and the sum, divergence, and the tail series. Then Sn>0 for every n∈N, and:

  1. ∑nanSn diverges;
  2. ∑nanSn2 converges.

Why the divisor is the inclusive partial sum. The exclusive partial sum of Series, partial sums, convergence and the sum, divergence, and the tail series has s0=0, the empty sum, so a0/s0 has no value and a series divided by sn would have to begin at n=1. The inclusive sum has S0=a0>0, so both series above are series of sequences on N with no shift and no excluded index. The classical statement, which writes sn=a1+⋯+an and starts at n=1, is this one with the indices moved by one.

What the theorem says. No divergent series of positive terms is slowest: dividing its terms by the running total produces a series that still diverges but whose terms are eventually strictly smaller. Dividing by the square of the running total overshoots and produces a convergent series. Claim 1 is what refutes the existence of a universal comparison series (FALSE: there is a divergent series of positive terms that diverges more slowly than every other, hence a universal comparison test).

Facts & Assumptions

Given: A sequence (ak) of reals with ak>0 for every k, with ∑ak divergent; the exclusive partial sums sn=∑k<nak and the inclusive partial sums Sn=∑k=0nak=sn+1 (Series, partial sums, convergence and the sum, divergence, and the tail series, Finite sums and finite products, by recursion).

[L2]

Splitting of finite sums: for m≤n, ∑k=0nak=∑k=0mak+∑k=m+1nak, so ∑k=m+1nak=Sn−Sm; and monotonicity of finite sums (Laws of finite sums and finite products, Finite sums and finite products, by recursion).

[L3]

The Cauchy criterion: ∑dk converges if and only if for every real ε>0 there is N with ∣∑k=m+1ndk∣<ε for all n>m≥N (A series converges iff for every ε>0 there is N with ∣am+1+⋯+an∣<ε for all n>m≥N).

[L4]

For positive terms, xn→0 if and only if 1/xn→+∞ (For positive terms, null and divergence to +∞ are reciprocal, Limits and Cauchy sequences of reals).

[L5]

∑(bn−bn+1) converges whenever (bn) converges (∑(bk−bk+1) converges iff (bk) converges, with sum b0−lim⁡bk).

[L7]

Reciprocation on the positives: 0<x≤y implies 0<1/y≤1/x (Inverses of positives are positive, and reciprocation reverses order); and x2=x⋅x (Integer powers am).

Proof

technique · direct
1.1

Every Sn is a sum of positive terms, so Sn>0; and Sn≤Sn+1 since Sn+1−Sn=an+1>0, so (Sn) is nondecreasing and Sm≤Sn whenever m≤n.

givenL2L1
1.2

Since ∑ak diverges and its terms are nonnegative, the exclusive partial sums are unbounded above and sn→+∞; hence Sn=sn+1→+∞, because for a given real M any index bound K working for (sn) also works for (Sn).

givenL1algebra
2.1

For all naturals n>m, using Sk≤Sn for k≤n and ak>0: ∑k=m+1nakSk ≥ ∑k=m+1nakSn = Sn−SmSn = 1−SmSn.

step 1.1L2L7
2.2

Put bn:=1/Sn, which is positive; since 1/bn=Sn→+∞, the sequence (bn) converges to 0.

step 1.1step 1.2L4L7
2.3

For every n∈N: bn−bn+1=1Sn−1Sn+1=Sn+1−SnSnSn+1=an+1SnSn+1 ≥ an+1Sn+12 > 0, the inequality because 0<SnSn+1≤Sn+12.

step 1.1L2L7algebra
3.1

Let N∈N be arbitrary and put m:=N. Since Sn→+∞ there is n>m with Sn>2Sm, and then Sm/Sn<1/2, so the block of step 2.1 satisfies ∑k=m+1nak/Sk>1/2.

step 1.2step 2.1L7choose
3.2

Therefore ∑n(bn−bn+1) converges.

step 2.2L5
4.1

So no N witnesses the Cauchy condition for the tolerance ε=1/2, and ∑nan/Sn diverges, which is claim 1.

step 3.1L3
5.1

By comparison, ∑nan+1Sn+12 converges; that series is the 1-st tail series of ∑nanSn2, so the latter converges, which is claim 2.

step 3.2step 2.3L6∎

Remarks

  • The two claims are not two theorems but one pair of estimates. Divergence comes from bounding a block below by 1−Sm/Sn, which the Cauchy criterion turns into a refutation of convergence; convergence comes from bounding a single term above by a telescoping difference. The first estimate needs Sn to grow without bound and the second needs it to be nondecreasing, and both facts come from divergence of ∑ak together with positivity of its terms.

  • The exponent 2 is not optimal, and this page does not pursue that. The classical refinement replaces Sn2 by Sn1+δ for a rational δ>0; the argument is the same in outline but needs an estimate for Sn−δ−Sn+1−δ that the tools on this page do not supply cleanly. The square is what claim 1 needs a companion for, and it is enough for every use made of the theorem here.

  • Positivity is used at every step. It gives Sn>0, so the quotients exist; it makes (Sn) nondecreasing, which both estimates use; and it makes the terms of the two derived series nonnegative, which is what lets comparison and the boundedness criterion apply to them.

RemarkRemark: AI-adaptedProof: Not applicableverified 2026-08-09 (gpt-5.6-terra-codex-subscription)Open item page →

How the nonnegative tests are ordered by strength, and which of them this page cannot state without the logarithm

The tests on this page are not independent criteria of comparable status. Some of them are strictly stronger than others, in the precise sense that whenever the weaker one decides a series, the stronger one decides it the same way, and there are series the stronger one decides and the weaker one does not. This remark records exactly which comparisons are proved here, and, equally importantly, which are not.

Everything on this page is a comparison in disguise. If 0≤ak≤bk eventually, convergence of ∑bk gives convergence of ∑ak, and divergence of ∑ak gives divergence of ∑bk compares against an arbitrary series; the strength of every later test is the strength of the particular series it compares against. The root and ratio tests compare against a geometric series (For ∣r∣<1, ∑k≥0rk=1/(1−r), and for ∣r∣≥1 the series diverges); Raabe's test compares against the harmonic series, through the weights ζk=k+1 in Kummer: for positive terms ak and weights ζk>0, lim inf⁡(ζkak/ak+1−ζk+1)>0 gives convergence, and if ∑1/ζk diverges while that expression is eventually ≤0 the series diverges; and the borderline branch of Gauss: for positive terms, if ak/ak+1=1+h/k+rk with ∣rk∣≤C k−1−ε for k≥1, some constant C and some rational ε>0, the series converges iff h>1 compares against the harmonic series again. For a nonincreasing nonnegative sequence, ∑ak converges iff ∑2ka2k converges is of a different kind: it does not compare, it reindexes, and that is why it settles the whole p-series family (For rational p>0, ∑1/kp converges iff p>1) in one step.

The comparisons proved on this page.

Two comparisons that are not claimed here. Raabe's test is not compared with the root test on this page, in either direction, and nothing above should be read as ordering them. Nor is Kummer's test claimed to be universal: the choice of weights is free, and the question of which series some choice of weights decides is not addressed.

And one that is refuted. No comparison test can be final. For a divergent series of positive terms with partial sums sk, the series ∑ak/sk diverges and ∑ak/sk2 converges turns any divergent series of positive terms into a divergent series of positive terms with eventually smaller terms, and FALSE: there is a divergent series of positive terms that diverges more slowly than every other, hence a universal comparison test draws the conclusion: there is no slowest divergent series of positive terms, hence no universal comparison test. The hierarchy above is therefore an initial segment of something with no last term, not an approach to a best test.

What this page cannot state, and why. Every gap below is a missing definition, not a missing proof.

  • The p-series at irrational exponents. Rational powers ar of a positive base defines ar for rational r and positive a. So ∑1/kp is a well-formed expression here only for rational p, and For rational p>0, ∑1/kp converges iff p>1 is the full theorem for every exponent this page can name. Real exponents wait for the exponential and the logarithm.
  • Bertrand's test. Its criterion is a condition on log⁡k (k(ak/ak+1−1)−1), and it is the natural next member of the Kummer family, with weights ζk=klog⁡k. Both the weights and the criterion mention the logarithm, so neither can be written down here.
  • The integral test. It compares ∑f(k) with ∫f, and the Riemann integral is developed much later in this library. Condensation is the substitute used on this page, and for the p-series it does the same work.
  • The general form of Gauss's test. The classical statement assumes rk=O(k−β) for some real β>1. The version proved here writes β=1+ε with ε a positive rational. This loses no case covered by the classical hypothesis: given β>1, choose a rational 0<ε<β−1 and weaken the eventual bound. An error of order 1/(klog⁡k) is not a Gauss remainder at h=1; it is the next Bertrand borderline.

A limitation that has been removed, and one that has not. The comparison with a geometric series inside Root test: lim sup⁡∣ak∣1/k<1 gives absolute convergence and hence convergence, >1 gives divergence, and =1 decides nothing and Ratio test: lim sup⁡∣ak+1/ak∣<1 gives absolute convergence and hence convergence, and lim inf⁡∣ak+1/ak∣>1 gives divergence delivers convergence of ∑∣ak∣ and not, on its own, of ∑ak. That the second follows from the first is If ∑∣ak∣ converges then ∑ak converges, proved on this page from A series converges iff for every ε>0 there is N with ∣am+1+⋯+an∣<ε for all n>m≥N and the triangle inequality for finite sums, so both tests do reach their standard conclusion here. What is not on this page is the rest of that theory: the converse fails, and the alternating harmonic series that witnesses the failure needs the alternating series test, which is not proved here; rearrangement, the Riemann series theorem and products of series belong with it on the page that follows. Nothing above asserts a converse or identifies any sum.

5 · Examples, counterexamples and false statements

False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passverified 2026-08-09 (gpt-5.6-terra-codex-subscription)Open item page →

FALSE: if ak→0 then ∑ak converges

Statement

False claim: for every sequence (ak) of reals, if (ak) converges to 0 (Limits and Cauchy sequences of reals) then ∑ak converges (Series, partial sums, convergence and the sum, divergence, and the tail series).

What is true is the converse implication, If a series converges then its terms tend to 0: a convergent series has terms tending to 0. The claim above reverses it, and the reversal fails at the very first place one looks, the harmonic series.

The witness is ak:=1/(k+1) for k∈N, which is the family 1/k, k≥1, written as a sequence on N; by Series, partial sums, convergence and the sum, divergence, and the tail series the series of this sequence is exactly ∑k≥11/k.

Facts & Assumptions

Given: The sequence ak:=1/ι(k+1), k∈N, where ι(k+1) is the canonical natural, positive for every k (Canonical naturals are positive and strictly increasing).

[L1]

For every real ε>0 there is a natural n≥1 with 1/n<ε (For every ε>0 in a complete ordered field there is a natural n≥1 with 1/n<ε); and 0<x≤y implies 0<1/y≤1/x (Inverses of positives are positive, and reciprocation reverses order).

[L2]

Convergence to 0 means: for every rational ε>0 there is K with ∣ak∣<ε for all k≥K (Limits and Cauchy sequences of reals).

[L3]

∑k≥11/kp converges if and only if p>1; and k1=ι(k), the rational power at exponent 1 being the element itself (For rational p>0, ∑1/kp converges iff p>1, Rational powers ar of a positive base, Existence and uniqueness of n-th roots: a unique a1/n≥0 with (a1/n)n=a, Integer powers am).

[L4]

The series ∑k≥1xk from the starting index 1 is by definition the series of the sequence j↦xj+1 (Series, partial sums, convergence and the sum, divergence, and the tail series).

[L5]

The refuted claim: for every sequence of reals converging to 0, the associated series converges.

Refutation

technique · direct
1.1

Every term ak=1/ι(k+1) is a positive real, the canonical naturals ι(k+1) being positive.

givenL1
1.2

The series of (ak) is ∑k≥11/k, the series from starting index 1 of the family 1/k, since that series is by definition the series of j↦1/ι(j+1).

givenL4
2.1

The sequence (ak) converges to 0: given a rational ε>0, choose a natural n≥1 with 1/n<ε; then for every k≥n we have ι(k+1)≥ι(n), hence ∣ak∣=1/ι(k+1)≤1/n<ε.

step 1.1L1L2choose
2.2

That series is the case p=1 of the p-series, and p=1 does not exceed 1, so it diverges.

step 1.2L3
3.1

So (ak) converges to 0 while ∑ak diverges, and the claim fails for this sequence.

step 2.1step 2.2L5
4.1

The claim is therefore false, and what survives of it is only the converse implication, that a convergent series has null terms.

step 3.1L5∎

Remarks

  • The failure is not marginal. The harmonic series has terms tending to 0 and partial sums diverging to +∞, so no weakening of the false claim to "the partial sums are bounded" would rescue it either. The rate at which the terms tend to 0 is what decides convergence, and the term test reads no rate at all.

  • The other tests use rate information that the term test ignores. The p-series theorem distinguishes 1/k from 1/k2. The basic root and ratio tests do not: for both sequences their relevant limit is the boundary value 1, so those two tests are inconclusive.

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

FALSE: lim sup⁡∣ak+1/ak∣≥1 implies the series diverges

Statement

False claim: for every sequence (ak) of reals with ak≠0 for every k, if

lim sup⁡k∣ak+1ak∣  ≥  1

then ∑ak diverges (Series, partial sums, convergence and the sum, divergence, and the tail series, Limit superior and limit inferior of a real sequence as inf⁡nsup⁡k≥nxk and sup⁡ninf⁡k≥nxk in R‾).

The true divergence half of the ratio test (Ratio test: lim sup⁡∣ak+1/ak∣<1 gives absolute convergence and hence convergence, and lim inf⁡∣ak+1/ak∣>1 gives divergence) has the hypothesis lim inf⁡k∣ak+1/ak∣>1, on the limit inferior and with a strict inequality. The claim above weakens it in both respects at once, and either weakening alone already destroys it.

The witness is built from the alternating sequence: with (sk) as in The even and odd index maps and the alternating sequence: strictly increasing e,o with N their disjoint union, and the unique (sk) with s0=1, sσ(k)=−sk, which satisfies ∣sk∣=1, s∘e≡1 and s∘o≡−1, put ck:=2+sk, so ck is 3 at the even indices and 1 at the odd ones, and let

ak  :=  ck 2−k(k∈N).

Its ratios take only the two values 3/2 and 1/6, so their limit superior is at least 1, while the series converges by comparison with a geometric series.

Facts & Assumptions

[L1]

The alternating sequence: s0=1, sk+1=−sk, ∣sk∣=1 for every k, sej=1 and soj=−1, with e and o strictly increasing (The even and odd index maps and the alternating sequence: strictly increasing e,o with N their disjoint union, and the unique (sk) with s0=1, sσ(k)=−sk, which satisfies ∣sk∣=1, s∘e≡1 and s∘o≡−1); a strictly increasing index map satisfies nj≥j (A strictly increasing index map satisfies nk≥k).

[L2]

Powers of 2: 2−k>0, 2−(k+1)=2−k/2, and 2−k=1/2k (Integer powers am, Laws of integer exponents, Monotonicity of x↦xn and of n↦an).

[L5]

The ratio test: lim inf⁡k∣ak+1/ak∣>1 gives divergence, and that is the only divergence criterion it supplies (Ratio test: lim sup⁡∣ak+1/ak∣<1 gives absolute convergence and hence convergence, and lim inf⁡∣ak+1/ak∣>1 gives divergence).

[L6]

The refuted claim: for every sequence of nonzero reals with lim sup⁡k∣ak+1/ak∣≥1, the series ∑ak diverges.

Refutation

technique · direct
1.1

Each sk is 1 or −1, since ∣sk∣=1; so ck=2+sk is 3 or 1, in either case 1≤ck≤3 and ck>0.

givenL1
2.1

Hence ak=ck2−k>0 for every k, so in particular ak≠0 and the claim applies to (ak).

step 1.1L2L6
2.2

For every k, 0<ak=ck2−k≤3⋅2−k.

step 1.1L2
3.1

The ratios are qk:=∣ak+1/ak∣=ak+1/ak=ck+1ck⋅12, so qk=(1/3)(1/2)=1/6 when sk=1 and qk=3⋅(1/2)=3/2 when sk=−1, using sk+1=−sk.

step 1.1step 2.1L1L2algebra
3.2

The geometric series ∑k(1/2)k converges, since ∣1/2∣<1; hence so does ∑k3⋅2−k, and by comparison so does ∑kak.

step 2.2L2L4
4.1

For every n∈N there is an index k≥n with sk=−1, namely k=on, since on≥n; so qk=3/2 at some index k≥n, for every n.

step 3.1L1
5.1

Therefore every tail supremum satisfies sup⁡{qk:k≥n}≥3/2, so 3/2 is a lower bound of the set of tail suprema and lim sup⁡kqk≥3/2≥1.

step 4.1L3
6.1

So (ak) has nonzero terms and lim sup⁡k∣ak+1/ak∣≥1, yet ∑ak converges; the claim fails for it and is therefore false.

step 2.1step 5.1step 3.2L6
7.1

Nothing in the ratio test is contradicted: its divergence half requires lim inf⁡kqk>1, and here lim inf⁡kqk≤1/6<1, since qk=1/6 at indices en≥n for every n.

step 6.1step 3.1L1L3L5∎

Remarks

  • Replacing lim inf⁡ by lim sup⁡ is already fatal, even with the inequality kept strict. The witness above has lim sup⁡kqk≥3/2, which is strictly greater than 1, and its series converges. So the false claim is not rescued by demanding lim sup⁡k∣ak+1/ak∣>1: the two quantities lim inf⁡ and lim sup⁡ are genuinely different hypotheses here, and only the first one works.

  • The asymmetry of the ratio test is not an accident of its proof. A large ratio occurring arbitrarily late says only that the terms grow at those steps; it says nothing about their size, because they may have been made very small in between. Only an eventual lower bound on the ratios forces the terms to stay away from 0, and that is precisely a hypothesis on lim inf⁡.

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

FALSE: there is a divergent series of positive terms that diverges more slowly than every other, hence a universal comparison test

Statement

False claim: there is a sequence (bk) of reals with bk>0 for every k∈N such that ∑bk diverges (Series, partial sums, convergence and the sum, divergence, and the tail series) and such that every sequence (ak) of reals with ak>0 for every k and ∑ak divergent satisfies

bk≤akfor all k from some index on.

Such a (bk) would be a slowest divergent series of positive terms, and it would give a universal comparison test: a positive series would diverge exactly when its terms eventually dominate those of (bk).

No such sequence exists. The refutation is direct and uses no choice: given any divergent ∑bk with positive terms, the Abel-Dini theorem (For a divergent series of positive terms with partial sums sk, the series ∑ak/sk diverges and ∑ak/sk2 converges) manufactures a divergent series of positive terms whose terms are eventually strictly smaller than the bk, so (bk) fails its own defining property.

Facts & Assumptions

Given: An arbitrary sequence (bk) of reals with bk>0 for every k and ∑bk divergent; its inclusive partial sums Bn=∑k=0nbk (Series, partial sums, convergence and the sum, divergence, and the tail series, Finite sums and finite products, by recursion).

[L2]

Abel-Dini: if (ak) has positive terms and ∑ak diverges, then with Sn=∑k=0nak the series ∑nan/Sn diverges (For a divergent series of positive terms with partial sums sk, the series ∑ak/sk diverges and ∑ak/sk2 converges).

[L3]

Order and reciprocals: for x>0 and y>1 one has 0<x/y<x (Inverses of positives are positive, and reciprocation reverses order); and a sum of positive terms is positive (Laws of finite sums and finite products).

[L4]

The refuted claim: some divergent series of positive terms is eventually dominated by every divergent series of positive terms.

Refutation

technique · direct
1.1

Let (bk) be any sequence of positive reals with ∑bk divergent, and put Bn=∑k=0nbk; every Bn is positive, being a sum of positive terms.

givenL3
1.2

Since ∑bk diverges and its terms are nonnegative, its exclusive partial sums sn=∑k<nbk diverge to +∞; and Bn=sn+1, so Bn→+∞ as well, any index bound for (sn) serving for (Bn).

givenL1algebra
2.1

Define cn:=bn/Bn for n∈N. Each cn is positive, and by Abel-Dini applied to (bk) the series ∑cn diverges.

step 1.1L2L3
2.2

Since Bn→+∞ there is N∈N with Bn>1 for every n≥N; for such n, cn=bn/Bn<bn.

step 1.2L3choose
3.1

So (cn) is a sequence of positive reals with ∑cn divergent, and there is no index from which bn≤cn holds onwards: given any K, at every index n that is at least both K and N one has cn<bn.

step 2.1step 2.2
4.1

Therefore the sequence (bk) does not have the property demanded of it, and since (bk) was an arbitrary divergent series of positive terms, no such sequence exists and the claim is false.

step 3.1L4∎

Remarks

  • What this rules out. There is no fixed series against which comparison decides divergence for all positive series, so the direct comparison test is unavoidably a family of tests, one for each comparison series, with none of them final. The refutation is constructive in the strong sense: it does not merely show that a slowest series cannot exist, it exhibits, for each candidate, a specific divergent series that beats it.

  • The scale of tests on this page inherits the same limitation. Ratio, Raabe and Gauss are successive refinements, each deciding series the previous one cannot, and the argument above says the sequence of refinements can never terminate in a universal criterion. What Kummer's test adds is a uniform way of describing the whole family, by naming the weights; it does not escape the obstruction, since each choice of weights is still a comparison against the single series ∑1/ζk.

Sources