Assumptions:
TeX:
n ! = n \left(n - 1\right)! n \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Factorial | Factorial | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("4f20ff"), Formula(Equal(Factorial(n), Mul(n, Factorial(Sub(n, 1))))), Variables(n), Assumptions(Element(n, ZZGreaterEqual(1))))