Assumptions:
TeX:
{n \choose k} = {n \choose n - k} n \in \mathbb{Z}_{\ge 0} \,\mathbin{\operatorname{and}}\, k \in \{0, 1, \ldots n\}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Binomial | Binomial coefficient | |
ZZGreaterEqual | Integers greater than or equal to n | |
ZZBetween | Integers between a and b inclusive |
Source code for this entry:
Entry(ID("2362af"), Formula(Equal(Binomial(n, k), Binomial(n, Sub(n, k)))), Variables(n, k), Assumptions(And(Element(n, ZZGreaterEqual(0)), Element(k, ZZBetween(0, n)))))