Assumptions:
TeX:
\left(z\right)_{k} = \left(z + k - 1\right)^{\underline{k}} z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; k \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
RisingFactorial | Rising factorial | |
FallingFactorial | Falling factorial | |
CC | Complex numbers | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("e78989"), Formula(Equal(RisingFactorial(z, k), FallingFactorial(Sub(Add(z, k), 1), k))), Variables(z, k), Assumptions(And(Element(z, CC), Element(k, ZZGreaterEqual(0)))))