Is this a legitimate way to prove $0!=1$?

139 Views Asked by At

if $n$ is any integer, we find that $\dfrac{n!/(n+1)}{(n-1)!/n}$ is $\dfrac{n^2}{n+1}$ through simplification. By putting in $n = 1$, we find that $\dfrac{1/2}{0!} = \dfrac{1}{2}$. Thus, we get $0! = 1$. Is this way of proving correct?

2

There are 2 best solutions below

0
On BEST ANSWER

In your "proof", $n!$ is only defined when $n≧1$. So, $\frac{n!/(n+1)}{(n-1)!/n} $ is defined only when $n-1≧1i.e. n≧2$.

So you cannot put $n=1$ into your identical equation.

If you want to define $0!$ naturally , natural requirement shall be $n!=n\cdot(n-1)!$,take n=1,then we have no choice but to define $0!=1$. This is a standard definition of $n!(n≧0,n∈\mathbb{Z})$ but not a proof of $0!=1$.

0
On

No because $$\dfrac{n!/(n+1)}{(n-1)!/n} = \frac {n^2}{n+1}$$ only if $n\not = 1$

You are using it for $n=1$ as well.