Assumptions:
TeX:
{n \choose k} < \frac{1}{\sqrt{2 \pi}} \sqrt{\frac{n}{k \left(n - k\right)}} \frac{{n}^{n}}{{k}^{k} {\left(n - k\right)}^{n - k}} n \in \mathbb{Z}_{\ge 2} \;\mathbin{\operatorname{and}}\; k \in \{1, 2, \ldots, n - 1\}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Binomial | Binomial coefficient | |
Sqrt | Principal square root | |
Pi | The constant pi (3.14...) | |
Pow | Power | |
ZZGreaterEqual | Integers greater than or equal to n | |
Range | Integers between given endpoints |
Source code for this entry:
Entry(ID("d3baaf"), Formula(Less(Binomial(n, k), Mul(Mul(Div(1, Sqrt(Mul(2, Pi))), Sqrt(Div(n, Mul(k, Sub(n, k))))), Div(Pow(n, n), Mul(Pow(k, k), Pow(Sub(n, k), Sub(n, k))))))), Variables(n, k), Assumptions(And(Element(n, ZZGreaterEqual(2)), Element(k, Range(1, Sub(n, 1))))))