Fungrim home page

Fungrim entry: 4f20ff

n!=n(n1)!n ! = n \left(n - 1\right)!
Assumptions:nZ1n \in \mathbb{Z}_{\ge 1}
TeX:
n ! = n \left(n - 1\right)!

n \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol Notation Short description
Factorialn!n ! Factorial
ZZGreaterEqualZn\mathbb{Z}_{\ge n} 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))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2019-06-18 07:49:59.356594 UTC