Definition of factorial function for sets

764 Views Asked by At

Why is the factorial function expressed in terms of $(n+1)$ for sets?

$0! = 1$
$(n+1)! = (n+1) \times n! $ for all $n$ $\in\mathbb{N}$

Instead of the more "common"

$0! = 1$
$n! = n \times (n-1)!$

1

There are 1 best solutions below

0
On BEST ANSWER

Either definition is acceptable. The only difference here is that the first definition assumes that: $$ n \in \mathbb N = \{0, 1, 2, 3, \ldots\} $$ while the second definition assumes that: $$ n \in \mathbb Z^+ = \{1, 2, 3, \ldots\} $$