Find the word definition

Wiktionary
empty sum

n. (context arithmetic English) The result of adding no numbers, conventionally defined to equal zero.

Wikipedia
Empty sum

In mathematics, an empty sum, or nullary sum, is a summation where the number of terms is zero. By convention, the value of any empty sum of numbers is zero.

Let a, a, a,... be a sequence of numbers, and let


s = ∑a = a + … + a

be the sum of the first m terms of the sequence. Then


s = a + s

for all m = 1,2,... provided that we use the following conventions: s = a and s = 0. In other words, a "sum" s with only one term evaluates to that one term, while a "sum" s 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 convention" is standard practice in mathematics and computer programming. For the same reason, the empty product is taken to be one, the neutral element for multiplication.

For summations defined in terms of addition of other values than numbers (such as vectors, matrices, polynomials), in general of values in some given abelian group, the value of an empty summation is taken to be the zero element of that group.