Assumptions:
TeX:
z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; k \in \mathbb{Z}_{\ge 0}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| RisingFactorial | Rising factorial | |
| Product | Product | |
| CC | Complex numbers | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("19f13b"),
Equal(RisingFactorial(z, k), Product(Parentheses(Sub(Add(z, i), 1)), For(i, 1, k)), Product(Parentheses(Add(z, i)), For(i, 0, Sub(k, 1)))),
Variables(z, k),
Assumptions(And(Element(z, CC), Element(k, ZZGreaterEqual(0)))))