Fungrim home page

Fungrim entry: 56d710

Γ ⁣(z+n)=(z)nΓ ⁣(z)\Gamma\!\left(z + n\right) = \left(z\right)_{n} \Gamma\!\left(z\right)
Assumptions:zC{0,1,}andnZ0z \in \mathbb{C} \setminus \{0, -1, \ldots\} \,\mathbin{\operatorname{and}}\, n \in \mathbb{Z}_{\ge 0}
TeX:
\Gamma\!\left(z + n\right) = \left(z\right)_{n} \Gamma\!\left(z\right)

z \in \mathbb{C} \setminus \{0, -1, \ldots\} \,\mathbin{\operatorname{and}}\, n \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol Notation Short description
GammaFunctionΓ ⁣(z)\Gamma\!\left(z\right) Gamma function
RisingFactorial(z)k\left(z\right)_{k} Rising factorial
CCC\mathbb{C} Complex numbers
ZZLessEqualZn\mathbb{Z}_{\le n} Integers less than or equal to n
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
Source code for this entry:
Entry(ID("56d710"),
    Formula(Equal(GammaFunction(Add(z, n)), Mul(RisingFactorial(z, n), GammaFunction(z)))),
    Variables(z, n),
    Assumptions(And(Element(z, SetMinus(CC, ZZLessEqual(0))), 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