Assumptions:
TeX:
G\!\left(z + 1\right) = \Gamma(z) G(z)
z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \notin \{0, -1, \ldots\}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| BarnesG | Barnes G-function | |
| Gamma | Gamma function | |
| CC | Complex numbers | |
| ZZLessEqual | Integers less than or equal to n |
Source code for this entry:
Entry(ID("86b3ec"),
Formula(Equal(BarnesG(Add(z, 1)), Mul(Gamma(z), BarnesG(z)))),
Variables(z),
Assumptions(And(Element(z, CC), NotElement(z, ZZLessEqual(0)))))