Weird Fact Cafe
11

Zero Factorial Equals One

Learn More

Zero Factorial Equals One

The product of all positive integers up to a given non-negative integer, known as the factorial, is a fundamental concept in combinatorics and probability. For instance, 3! (three factorial) is 3 x 2 x 1 = 6, representing the six distinct ways to arrange three different items. As we consider larger numbers, the factorial grows rapidly, reflecting the increasing number of possible permutations. This pattern is easily observable: 4! is 24, 3! is 6, 2! is 2, and 1! is 1.

Extending this pattern backward reveals a compelling reason for the definition of zero factorial. Notice that to get from 4! to 3!, you divide by 4; from 3! to 2!, you divide by 3; and from 2! to 1!, you divide by 2. Following this logical progression, to derive 0! from 1!, one would divide 1! by 1. Since 1! equals 1, dividing 1 by 1 naturally yields 1. This recursive definition, n! = n * (n-1)!, consistently leads to 0! = 1.

Beyond the recursive pattern, the combinatorial interpretation offers another intuitive understanding. A factorial fundamentally calculates the number of ways to arrange a set of distinct items. If you have one item, there is only one way to arrange it (1!). If you have zero items, there is also only one way to arrange them: by doing nothing at all. This "empty arrangement" is considered a single valid permutation.

Historically, mathematicians like Christian Kramp, who introduced the "n!" notation in 1808, implicitly or explicitly recognized this definition as crucial for the consistency of formulas in areas like the binomial theorem and probability theory. Furthermore, the more advanced Gamma function, which extends the factorial to complex numbers, also naturally defines Gamma(1) = 1, and since Gamma(n+1) = n!, this implies 0! = 1, ensuring mathematical continuity and elegance across different branches of mathematics.