Assumptions:
TeX:
{z \choose k} = {\left(-1\right)}^{k} {k - z - 1 \choose k} z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; k \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Binomial | Binomial coefficient | |
Pow | Power | |
CC | Complex numbers | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("56d4ff"), Formula(Equal(Binomial(z, k), Mul(Pow(-1, k), Binomial(Sub(Sub(k, z), 1), k)))), Variables(z, k), Assumptions(And(Element(z, CC), Element(k, ZZGreaterEqual(0)))))