Empty sum


In mathematics, an empty sum, or nullary sum is a summation where the number of terms is zero.
The natural way to extend non-empty sums is to let the empty sum be the additive identity.
Let,,,... be a sequence of numbers, and let
be the sum of the first m terms of the sequence. This satisfies the recurrence
provided that we use the following natural convention:.
In other words, a "sum" with only one term evaluates to that one term, while a "sum" with no terms evaluates to 0.
Allowing a "sum" with only 1 or 0 terms reduces the number of cases to be considered in many mathematical formulas. Such "sums" are natural starting points in induction proofs, as well as in algorithms. For these reasons, the "empty sum is zero" extension is standard practice in mathematics and computer programming.
For the same reason, the empty product is taken to be the multiplicative identity.
For sums of other objects, the value of an empty summation is taken to be its additive identity.

Example: empty linear combinations

In linear algebra, a basis of a vector space V is a linearly independent subset B such that every element of V is a linear combination of B.
The empty sum convention allows the zero-dimensional vector space V= to have a basis, namely the empty set.