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.

Abel's test: if ∑ak converges and (bk) is monotone and bounded then ∑akbk converges

Statement

Let (ak) and (bk) be sequences of reals. If ∑ak converges (Series, partial sums, convergence and the sum, divergence, and the tail series) and (bk) is monotone (Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences) and bounded, then ∑akbk converges, and its sum is

∑k=0∞akbk  =  (∑k=0∞ak(bk−b))+b∑k=0∞ak,b:=lim⁡kbk,

the limit b existing because a monotone bounded sequence converges (A monotone sequence converges if and only if it is bounded).

Compared with Dirichlet's test: if the partial sums of ∑ak are bounded and (bk) is nonincreasing with bk→0, then ∑akbk converges the hypotheses trade places: there ∑ak need only have bounded partial sums while (bk) must tend to 0; here ∑ak must converge while (bk) need only be monotone with some limit. Neither test implies the other.

Facts & Assumptions

Given: Sequences (ak) and (bk) of reals with ∑ak convergent and (bk) monotone and bounded, and the partial sums An=∑k<nak (Series, partial sums, convergence and the sum, divergence, and the tail series).

[L1]

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

[L2]

Monotone means nondecreasing or nonincreasing, and these are the only two possibilities (Nondecreasing, increasing, nonincreasing, decreasing, monotone, and eventually monotone sequences).

[L3]

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

[L4]

Dirichlet's test: if the partial sums of ∑xk are bounded and (yk) is nonincreasing with yk→0, then ∑xkyk converges (Dirichlet's test: if the partial sums of ∑ak are bounded and (bk) is nonincreasing with bk→0, then ∑akbk converges).

[L5]

Linearity of series: if ∑xk and ∑yk converge then ∑(xk+yk) converges to the sum of the sums, and ∑c xk converges to c times the sum (Convergent series add and scale termwise).

[L6]

Algebra of limits: a convergent sequence minus a constant converges to the limit minus that constant, and multiplying a convergent sequence by −1 negates the limit (Algebra of limits: sums, scalar multiples, products and quotients, Limits and Cauchy sequences of reals).

Proof

technique · cases
1.1

Assume (bk) is nonincreasing.

assume-case noninc
1.2

Assume instead (bk) is nondecreasing.

assume-case nondec
1.3

In either case (bk) is monotone and bounded, so it converges; write b for its limit and put ck:=bk−b, a sequence converging to 0.

givenL1L6
1.4

The series ∑ak converges, so its partial sums An form a convergent sequence and are therefore bounded.

givenL3
2.1

In the case where (bk) is nonincreasing, (ck) is nonincreasing as well, since it differs from (bk) by the constant b.

step 1.1step 1.3L2
2.2

In the case where (bk) is nondecreasing, (−ck) is nonincreasing and converges to 0.

step 1.2step 1.3L2L6
3.1

In the nonincreasing case, (An) is bounded and (ck) is nonincreasing with limit 0, so ∑akck converges by Dirichlet's test.

step 1.4step 2.1L4
3.2

In the nondecreasing case, (An) is bounded and (−ck) is nonincreasing with limit 0, so ∑ak(−ck) converges by Dirichlet's test; multiplying by the constant −1, ∑akck converges.

step 1.4step 2.2L4L5
4.1

So in both cases ∑akck converges; and ∑b ak converges, being a constant multiple of the convergent ∑ak.

step 3.1step 3.2L5
5.1

Since akbk=akck+b ak for every k, the series ∑akbk converges, with sum ∑k=0∞akck+b∑k=0∞ak, which is the displayed formula.

step 1.3step 4.1L5
6.1

A monotone sequence is nonincreasing or nondecreasing and there is no third possibility, so the two cases cover every hypothesis of the theorem.

step 5.1L2cases-exhaustive∎

Remarks

  • Both monotonicity directions have to be handled, and only one of them is Dirichlet's hypothesis. Dirichlet's test: if the partial sums of ∑ak are bounded and (bk) is nonincreasing with bk→0, then ∑akbk converges requires a nonincreasing factor tending to 0. For a nondecreasing bounded (bk) the shifted sequence bk−b is nondecreasing and nonpositive, so it is b−bk that Dirichlet's test accepts, and the sign is absorbed afterwards by linearity. Dirichlet's test could equally have been stated with "monotone" in place of "nonincreasing", since the two forms are equivalent for a factor tending to 0 (Dirichlet's test: if the partial sums of ∑ak are bounded and (bk) is nonincreasing with bk→0, then ∑akbk converges, remarks); the proof below takes the nonincreasing form as given and does the sign bookkeeping explicitly, which is why both directions appear.

  • Boundedness of (bk) is used twice. Once through A monotone sequence converges if and only if it is bounded to produce the limit b, and then implicitly in the decomposition bk=(bk−b)+b, which would name nothing if the limit did not exist. Monotone and unbounded is one of the two cases the theorem excludes; the other is bounded and not monotone, and it is that one the companion counterexample to Abel's test on the examples page settles, by showing that dropping monotonicity alone already destroys the conclusion.

  • The hypothesis on ∑ak cannot be weakened to bounded partial sums. With ak=(−1)k and bk=1 the partial sums of ∑ak are bounded and (bk) is monotone and bounded, yet ∑akbk=∑(−1)k diverges. What Dirichlet's test adds in that situation is the hypothesis bk→0, which fails here.

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