The Surprising Answer to "Why is 0! = 1?

  • Context: High School 
  • Thread starter Thread starter Frannas
  • Start date Start date
Click For Summary
SUMMARY

The factorial of zero, denoted as 0!, is defined to be equal to 1 for mathematical consistency and convenience. This definition stems from the recurrence relation R(n) = n * R(n-1), which requires the additional definition R(0) = 1 to maintain coherence in factorial calculations. The concept of 0! being equal to 1 is also supported by the interpretation of factorials as the number of permutations of a set, where the empty set has exactly one arrangement. This definition is crucial for simplifying various mathematical expressions, particularly in series expansions.

PREREQUISITES
  • Understanding of factorial functions and their definitions
  • Familiarity with recurrence relations in mathematics
  • Basic knowledge of set theory and permutations
  • Awareness of the Gamma function and its properties
NEXT STEPS
  • Explore the properties of the Gamma function and its relation to factorials
  • Study the implications of defining 0! = 1 in combinatorial mathematics
  • Investigate the role of factorials in series expansions and their applications
  • Learn about different mathematical axioms and how they influence definitions
USEFUL FOR

Mathematicians, educators, students in mathematics, and anyone interested in combinatorial theory and factorial functions.

Frannas
Messages
23
Reaction score
0
Why is 0! = 1?
 
Mathematics news on Phys.org


It is defined that way. That's why.
 


Is there no proof to that?
 


Frannas said:
Is there no proof to that?
All proofs have at their basis a set of axioms&definitions, and a proof is simply to show that something else follows from those very same axioms&definitions.

Thus, neither axioms or definitions are themselves things to be proven, although it is quite possible that one may set up OTHER axioms&definitions from which the elements of the first set can be proven.

How would you, for example prove that a+0=a for any number a?
 


Not that if you have a general recurrence relation described as:

R(n)=n*R(n-1)
(typically part of the definition of the factorial) you could, if you ASSUME this to be valid for n>=1 insert for n=1:
R(1)=1*R(0),
that is R(1)=R(0).
Now, how are you to go from this to your standard idea of the factorial?
Clearly, by fixing the value R(1)=R(0)=1.

This is therefore a necessary additional definition, since the relation R(n)=n*R(n-1) can have other sequences related to it, for example R(n)=0 for all n.
 


n! is the number of possible ways to scramble up n objects & there's only one way to scramble up zero objects. It's a bit similar to showing there's only one empty set; if there were another way, what would it look like?
 
Last edited:


fourier jr said:
n! is the number of possible ways to scramble up n objects & there's only one way to scramble up zero objects. It's a bit similar to showing there's only one empty set; if there were another way, what would it look like?

n! might be INTERPRETED as that, if you like.
 


^ that's how I made it make sense to myself anyway
 


0! = 1 is the value you get from the Gamma function, many series expansions are more compactly expressed if 0! = 1. The number of permutations of an empty set is 1.

It's simply more convenient for most situations where factorials are used that one defines 0! to be 1.
 

Similar threads

  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 66 ·
3
Replies
66
Views
7K
  • · Replies 44 ·
2
Replies
44
Views
5K
  • · Replies 16 ·
Replies
16
Views
1K
  • · Replies 48 ·
2
Replies
48
Views
4K
  • · Replies 171 ·
6
Replies
171
Views
10K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 55 ·
2
Replies
55
Views
6K
  • · Replies 6 ·
Replies
6
Views
731
  • · Replies 8 ·
Replies
8
Views
963