Alphabeta Math
LemmaStatement: 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 summation by parts: with An=∑k<nak one has ∑k<nakbk=Anbn−1−∑k<n−1Ak+1 (bk+1−bk) for every n≥1

Statement

Let (ak) and (bk) be sequences of reals and let

An  :=  ∑k<nak(n∈N)

be the partial sums of ∑ak (Series, partial sums, convergence and the sum, divergence, and the tail series, Finite sums and finite products, by recursion), so that A0=0 and ak=Ak+1−Ak for every k. Then for every natural number n≥1

∑k<nakbk  =  An bn−1  −  ∑k<n−1Ak+1 (bk+1−bk).

Both sides are finite sums in the sense of Finite sums and finite products, by recursion; at n=1 the right-hand sum is empty and the identity reads a0b0=A1b0.

The hypothesis n≥1 is what makes the statement legitimate, not merely convenient: the index n−1 occurs on the right, and n−1 is a natural number exactly when n≥1. At n=0 there is nothing to state, both the left-hand side and A0 being 0.

Facts & Assumptions

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

[L1]

Finite sums are defined by the recursion ∑k<0xk=0 and ∑k<n+1xk=∑k<nxk+xn (Finite sums and finite products, by recursion).

[L2]

The partial sums satisfy A0=0 and An+1=An+an for every n, those being the two clauses of [L1] applied to (ak) (Series, partial sums, convergence and the sum, divergence, and the tail series).

[L3]

Finite sums are additive and may be split at any intermediate index (Laws of finite sums and finite products).

[L4]

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

Proof

technique · induction
1.1

The claim to be proved by induction is the statement P(m): the displayed identity holds at n=m+1, that is ∑k<m+1akbk=Am+1bm−∑k<mAk+1(bk+1−bk). Every n≥1 is m+1 for exactly one m∈N, so proving P(m) for all m proves the lemma.

L4
1.2

P(0) holds: the left-hand side is ∑k<1akbk=a0b0 by [L1], while A1=A0+a0=a0 by [L2] and ∑k<0Ak+1(bk+1−bk)=0 by [L1], so the right-hand side is a0b0−0.

L1L2base
1.3

Assume P(m) for a fixed m∈N.

ih
1.4

By [L1], ∑k<m+2akbk=∑k<m+1akbk+am+1bm+1.

L1
1.5

By [L1], ∑k<m+1Ak+1(bk+1−bk)=∑k<mAk+1(bk+1−bk)+Am+1(bm+1−bm).

L1L3
1.6

By [L2], Am+2=Am+1+am+1, so am+1=Am+2−Am+1.

L2
2.1

Substituting the induction hypothesis into step 1.4 gives ∑k<m+2akbk=Am+1bm−∑k<mAk+1(bk+1−bk)+am+1bm+1.

step 1.3step 1.4
2.2

Using step 1.6, Am+1bm+am+1bm+1=Am+1bm+Am+2bm+1−Am+1bm+1=Am+2bm+1−Am+1(bm+1−bm).

step 1.6algebra
3.1

Combining step 2.1 and step 2.2 and then step 1.5 gives ∑k<m+2akbk=Am+2bm+1−Am+1(bm+1−bm)−∑k<mAk+1(bk+1−bk)=Am+2bm+1−∑k<m+1Ak+1(bk+1−bk), which is P(m+1).

step 2.1step 2.2step 1.5algebra
4.1

By [L4] applied to step 1.2 and step 3.1, P(m) holds for every m∈N, that is, the displayed identity holds for every n≥1.

step 1.2step 3.1L4discharge-induction∎

Remarks

Depends on

Used by

Dependency tree · two levels

22 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