Assumptions:
TeX:
{z + 1 \choose k + 1} = {z \choose k} + {z \choose k + 1} z \in \mathbb{C} \,\mathbin{\operatorname{and}}\, k \in \{0, 1, \ldots n\}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Binomial | Binomial coefficient | |
CC | Complex numbers | |
ZZBetween | Integers between a and b inclusive |
Source code for this entry:
Entry(ID("081188"), Formula(Equal(Binomial(Add(z, 1), Add(k, 1)), Add(Binomial(z, k), Binomial(z, Add(k, 1))))), Variables(z, k), Assumptions(And(Element(z, CC), Element(k, ZZBetween(0, n)))))