Fungrim home page

Fungrim entry: fa3b53

(nk)2n{n \choose k} \le {2}^{n}
Assumptions:nZ0  and  kZ0n \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; k \in \mathbb{Z}_{\ge 0}
TeX:
{n \choose k} \le {2}^{n}

n \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; k \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol Notation Short description
Binomial(nk){n \choose k} Binomial coefficient
Powab{a}^{b} Power
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
Source code for this entry:
Entry(ID("fa3b53"),
    Formula(LessEqual(Binomial(n, k), Pow(2, n))),
    Variables(n, k),
    Assumptions(And(Element(n, ZZGreaterEqual(0)), Element(k, ZZGreaterEqual(0)))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC