Assumptions:
TeX:
{n \choose k} = \frac{n !}{k ! \left(n - k\right)!} n \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; k \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Binomial | Binomial coefficient | |
Factorial | Factorial | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("332721"), Formula(Equal(Binomial(n, k), Div(Factorial(n), Mul(Factorial(k), Factorial(Sub(n, k)))))), Variables(n, k), Assumptions(And(Element(n, ZZGreaterEqual(0)), Element(k, ZZGreaterEqual(0)))))