Sum and Product Notation
Sum and Product Notation
Discrete calculus deals largely with sequences, i.e., functions of an integer variable. The
function values may be integers, or they may be real (or even complex) numbers.
In discrete calculus it is common to use subscript notation rather than function notation.
Thus, instead of writing f (n) (“f of n”) one might write fn (“f sub n”).
The index k is like a dummy variable in integration. Furthermore, other initial and final
values may be used. For example,
5
X
j 2 = 32 + 42 + 52 .
j=3
The capital Greek letter Π (pi) is used to denote a product. The delimited form
n
Y
ak = a1 · a2 · a3 · · · an
k=1
denotes the sum of all the f (k) values for which the property P (k) holds true. For example,
X
k 2 = 12 + 32 + 52 + 72 + 92 .
0<k<10
k is odd
This is easier to understand than the equivalent delimited form,
5
X
(2j − 1)2 .
j=1
An “empty product,” i.e., a product for which {k|P (k) is true} = ∅, is defined to be 1. Thus,
Y
k = n!
1≤k≤n