Fungrim home page

Fungrim entry: 55bf43

n!=k=1nkn ! = \prod_{k=1}^{n} k
Assumptions:nZ0n \in \mathbb{Z}_{\ge 0}
TeX:
n \in \mathbb{Z}_{\ge 0}
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("55bf43"),
    Equal(Factorial(n), Product(k, Tuple(k, 1, n))),
    Variables(n),
    Assumptions(Element(n, ZZGreaterEqual(0))))

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