Product Notation / Capital Pi — Definition, Formula & Examples
Product notation uses the capital Greek letter pi (∏) to write the product of a sequence of terms in a compact way, just as sigma notation (Σ) represents a sum. Each factor in the product is generated by substituting consecutive index values into a given expression.
For an integer-valued index running from to where , the product is defined as . When , the empty product is defined to equal .
Key Formula
Where:
- = Index variable that takes consecutive integer values
- = Lower bound (starting value of the index)
- = Upper bound (ending value of the index)
- = The expression evaluated at each index value
How It Works
Read the notation bottom-to-top: the variable and its starting value appear below the ∏ symbol, and the upper bound sits above it. You evaluate the expression for every integer value of the index from the lower bound to the upper bound, then multiply all of those results together. If the lower bound exceeds the upper bound, the result is the empty product, which equals by convention.
Worked Example
Problem: Evaluate .
List the factors: Substitute k = 1, 2, 3, 4, 5 into the expression 2k.
Multiply all factors: Compute the product of these five values.
Answer:
Why It Matters
Product notation appears throughout combinatorics (factorials, binomial coefficients), linear algebra (determinants), and probability (likelihoods of independent events). Writing these multiplications compactly with ∏ is essential for reading and writing proofs in any course beyond introductory calculus.
Common Mistakes
Mistake: Confusing ∏ (product) with Σ (sum) and adding the terms instead of multiplying them.
Correction: Remember that capital pi (∏) always means multiply. Capital sigma (Σ) means add. A quick mnemonic: Pi → Product, Sigma → Sum.
