Assumptions:
TeX:
n \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Factorial | Factorial | |
Product | Product | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("55bf43"), Equal(Factorial(n), Product(k, For(k, 1, n))), Variables(n), Assumptions(Element(n, ZZGreaterEqual(0))))