Symbols:Arithmetic and Algebra/Factorial

From ProofWiki
Jump to navigation Jump to search

Factorial

$n!$


The factorial of $n$ is defined inductively as:

$n! = \begin {cases}

1 & : n = 0 \\ n \paren {n - 1}! & : n > 0 \end {cases}$


The $\LaTeX$ code for \(n!\) is n! .


Sources