Sum ( )

… index
… lower/upper bounds
… summand
Empty sum (): , the neutral element of addition.

Where does the stop?

The binds to the product of factors immediately right of it and stops at the first top-level or :

Multiplication and division stay inside; the first / ends the scope. Parenthesise to override: .

Infinite sums: series

Calculation rules:

Linearity

Sum of a constant

The range has terms (inclusive). With this just counts them.

Splitting the range:

Break the sum at any point. With , a block is a difference of partial sums: the identity behind the cauchy criterion for series.

Index shift (reindex):

Move the bounds by , compensate inside. Aligns two sums so terms cancel (e.g. the geometric series proof).

Neighbours cancel, only the ends survive.

Double sums

A finite double sum is a reordering of the same terms, so the order of summation can be swapped freely:

(For infinite sums this needs absolute convergence.)