Assumptions:
TeX:
{n \choose n + m} = 0
n \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; m \in \mathbb{Z}_{\ge 1}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Binomial | Binomial coefficient | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("471485"),
Formula(Equal(Binomial(n, Add(n, m)), 0)),
Variables(n, m),
Assumptions(And(Element(n, ZZGreaterEqual(0)), Element(m, ZZGreaterEqual(1)))))