Fungrim home page

Fungrim entry: f1d31a

Γ(n)=(n1)!\Gamma(n) = \left(n - 1\right)!
Assumptions:nC{0,1,}n \in \mathbb{C} \setminus \{0, -1, \ldots\}
TeX:
\Gamma(n) = \left(n - 1\right)!

n \in \mathbb{C} \setminus \{0, -1, \ldots\}
Definitions:
Fungrim symbol Notation Short description
GammaΓ(z)\Gamma(z) Gamma function
Factorialn!n ! Factorial
CCC\mathbb{C} Complex numbers
ZZLessEqualZn\mathbb{Z}_{\le n} Integers less than or equal to n
Source code for this entry:
Entry(ID("f1d31a"),
    Formula(Equal(Gamma(n), Factorial(Sub(n, 1)))),
    Variables(n),
    Assumptions(Element(n, SetMinus(CC, ZZLessEqual(0)))))

Topics using this entry

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

2021-03-15 19:12:00.328586 UTC