Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-generatedSession-authored (Fable 5 assisted)precheck 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.

Convergent series add and scale termwise

Statement

Let (ak)(a_k) and (bk)(b_k) be sequences of reals whose series converge (Series, partial sums, convergence and the sum, divergence, and the tail series), and let cRc \in \mathbb{R}. Then:

  1. (ak+bk)\sum (a_k + b_k) converges, with k=0(ak+bk)=k=0ak+k=0bk\displaystyle\sum_{k=0}^{\infty}(a_k + b_k) = \sum_{k=0}^{\infty} a_k + \sum_{k=0}^{\infty} b_k;
  2. cak\sum c\,a_k converges, with k=0cak=ck=0ak\displaystyle\sum_{k=0}^{\infty} c\,a_k = c \sum_{k=0}^{\infty} a_k.

Moreover, for c0c \ne 0 and an arbitrary sequence (ak)(a_k), whose series is not assumed to converge:

  1. cak\sum c\,a_k converges if and only if ak\sum a_k converges. Equivalently, ak\sum a_k diverges if and only if cak\sum c\,a_k 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)(a_k), (bk)(b_k) of reals and cRc \in \mathbb{R}, with partial sums sn=k<naks_n = \sum_{k<n} a_k and tn=k<nbkt_n = \sum_{k<n} b_k (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\sum_{k<n}(a_k + b_k) = \sum_{k<n} a_k + \sum_{k<n} b_k and k<ncak=ck<nak\sum_{k<n} c\,a_k = c \sum_{k<n} a_k (Laws of finite sums and finite products).

[L2]

Algebra of limits: if xnxx_n \to x and ynyy_n \to y then xn+ynx+yx_n + y_n \to x + y and cxncxc\,x_n \to c\,x (Algebra of limits: sums, scalar multiples, products and quotients).

Proof

technique · direct
1.1

The partial sums of (ak+bk)\sum (a_k + b_k) are k<n(ak+bk)=sn+tn\sum_{k<n}(a_k + b_k) = s_n + t_n, and those of cak\sum c\,a_k are k<ncak=csn\sum_{k<n} c\,a_k = c\,s_n.

givenL1
1.2

Assume ak\sum a_k and bk\sum b_k converge, say snSs_n \to S and tnTt_n \to T.

given
2.1

Then sn+tnS+Ts_n + t_n \to S + T, so (ak+bk)\sum(a_k + b_k) converges with sum S+TS + T, which is claim 1.

step 1.2step 1.1L2
2.2

Likewise csncSc\,s_n \to c\,S, so cak\sum c\,a_k converges with sum cSc\,S, which is claim 2.

step 1.2step 1.1L2
3.1

For claim 3, let c0c \ne 0 and let (ak)(a_k) be arbitrary. If ak\sum a_k converges then cak\sum c\,a_k converges by claim 2.

step 2.2
3.2

Conversely, if cak\sum c\,a_k converges then applying claim 2 to the sequence (cak)(c\,a_k) and the scalar 1/c1/c, which exists since c0c \ne 0, shows that (1/c)(cak)=ak\sum (1/c)(c\,a_k) = \sum a_k 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\sum a_k b_k. 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 c0c \ne 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.

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 62 results over 22 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources