Fungrim home page

Fungrim entry: 639d91

Γ(z)=(z1)Γ ⁣(z1)\Gamma(z) = \left(z - 1\right) \Gamma\!\left(z - 1\right)
Assumptions:zC{1,0,}z \in \mathbb{C} \setminus \{1, 0, \ldots\}
TeX:
\Gamma(z) = \left(z - 1\right) \Gamma\!\left(z - 1\right)

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

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