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