Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicablejudge 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.

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.

Depends on

Used by

…and 91 more results.

Dependency tree · two levels

27 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