Assumptions:
TeX:
{n \choose k} \le \frac{{\left(n e\right)}^{k}}{{k}^{k}} n \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; k \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Binomial | Binomial coefficient | |
Pow | Power | |
ConstE | The constant e (2.718...) | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("5d6f99"), Formula(LessEqual(Binomial(n, k), Div(Pow(Mul(n, ConstE), k), Pow(k, k)))), Variables(n, k), Assumptions(And(Element(n, ZZGreaterEqual(0)), Element(k, ZZGreaterEqual(0)))))