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