Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27
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.

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.

Depends on

Used by

Dependency tree · two levels

42 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources