Give an example, with justification, to show why 0 a 1 < i.
The definition of "Factorial" according to Wikipedia says;
It is a non-negative integer n, denoted by n!, is the product of all positive integer less than or equal to n.
However the recursive definition of factorial is of more use in this proof.
Recursive definition of Factorial leads to one interesting way of expressing factorial numbers.
This is valid since, as we expand (n+1)! from recursive definition, we can cancel (n+1) term from both numerator and denominator to get n!. Or we can even calculate factorial in numerator and then evaluate the division.
For example,
In a similar way, if we try to express 0! we get
And this ends our proof that .
This proof is one of many ways, where 0! leads to 1. But this one is quite explanatory in itself.
Comments
Leave a comment