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