Assumptions:
TeX:
\Gamma\!\left(z + n\right) = \left(z\right)_{n} \Gamma(z)
z \in \mathbb{C} \setminus \{0, -1, \ldots\} \;\mathbin{\operatorname{and}}\; n \in \mathbb{Z}_{\ge 0}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Gamma | Gamma function | |
| RisingFactorial | Rising factorial | |
| CC | Complex numbers | |
| ZZLessEqual | Integers less than or equal to n | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("56d710"),
Formula(Equal(Gamma(Add(z, n)), Mul(RisingFactorial(z, n), Gamma(z)))),
Variables(z, n),
Assumptions(And(Element(z, SetMinus(CC, ZZLessEqual(0))), Element(n, ZZGreaterEqual(0)))))