Is the statement 0! = 1 actually wrong or just ill-defined?

  • Thread starter Thread starter johncena
  • Start date Start date
  • Tags Tags
    Proof
AI Thread Summary
The statement 0! = 1 is established by the recursive definition of factorial, where 0! is defined as 1 to maintain consistency in mathematical operations, particularly in combinatorics. Zero is classified as an even number, which supports the argument against equating 0 and 1, as they possess different parities. The discussion emphasizes that definitions in mathematics, while potentially unhelpful, cannot be deemed wrong; they serve specific purposes within established frameworks. Additionally, the concept of consistency in definitions is highlighted, with the assertion that an inconsistent set of axioms could lead to nonsensical conclusions. Ultimately, the definition of 0! = 1 is accepted as a necessary convention within the mathematical community.
johncena
Messages
131
Reaction score
1
what is the proof for the statement 0! = 1??
 
Mathematics news on Phys.org
a number neither odd nor even cannot be equal to an odd number.
 
monty37 said:
a number neither odd nor even cannot be equal to an odd number.
But zero is an even number since it has a parity of 0.
 
Assuming you mean the factorial of 0, then factorial is usually defined recursively by,
0! = 1
n! = (n-1)! * n for n > 0
So it's true by the definition of the factorial. If you mean why 0 doesn't equal 1 then you have to state explicitly some formal properties of the integers. For instance a popular way to describe the non-negative integers is the Peano Axioms which among other things state that 0 is a non-negative integer, there is no natural number whose successor is 0 and 1 is defined as the successor to 0. Hence if 0 = 1 then 0 would be the successor to 0 which contradicts the axiom that 0 isn't the successor of any non-negative number.

Alternatively if you are allowed to use properties like parity, and the fact that 0 and 1 have different parity, then they can't be equal because parity is uniquely determined. Note: 0 has even parity while 1 has odd parity; 0 is NOT neither odd nor even.
 
gunch said:
n! = (n-1)! * n for n > 0

you said n! = (n-1)! * n for n > 0
so taking n = 1,
1! = (1-1)! * 1 = 1
0! * 1 = 1
thus, 0! = 1/1 = 1
is this proof correct?
 
There is no proof, it's by definition. It gives a basis for a recursive definition of n! as n! = n*(n-1)! and 0! = 1.
 
Like others said, this is by definition. You might be interested in the http://en.wikipedia.org/wiki/Gamma_function" .
 
Last edited by a moderator:
I'll also note a definition can never be wrong. It may be useless, but it's never wrong.
 
A motivation(maybe) behind defining 0!=1, might be if we look at the combinations of class k taken from a set of n elements.
C_{k}^{n}


THen, since this is nothing else but the set of all subsets of k elements taken from a set of n elements, if we have:

C_0^n=\frac{n!}{(n-0)!0!} then since there is only one set that contains 0 elements taken from any set of n elements (the empty set), it follows that

C_0^n should equal 1, for this to happen 0! should be 1.
 
  • #10
Tac-Tics said:
I'll also note a definition can never be wrong. It may be useless, but it's never wrong.

... unless a useless definition is defined to be something that is incorrect or wrong. :-p
 
  • #11
derek e said:
... unless a useless definition is defined to be something that is incorrect or wrong. :-p
But that would be a useless definition!
 
  • #12
derek e said:
... unless a useless definition is defined to be something that is incorrect or wrong. :-p
A definition cannot be incorrect or wrong. What a group of definitions can be is inconsistent, which is subtly different :) Determining if a set of axioms is consistent is a difficult problem (and consistency is the cornerstone for godel's theorem as with an inconsistent set of axioms you can prove stupid things like 0=1, 1=2, etc)
 
  • #13
I was kinda playing. But what I think is more subtle is the use of the words "wrong" and "incorrect." If one were trying to make a definition of something containing the essence of an idea, such as curvature, then I could see how some definitions can be considered wrong or incorrect. Something being ill-defined often carries connotations of incorrectness or inconsistency, as its name implies. However, stating that the truth/validity in the defining of definition X is false is something I find somewhat meaningless.
 
Last edited:

Similar threads

Replies
66
Views
6K
Replies
55
Views
5K
Replies
6
Views
2K
Replies
33
Views
4K
Replies
26
Views
4K
Replies
8
Views
3K
Back
Top