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