Assumptions:
TeX:
\sum_{k=0}^{n} {n \choose k} = {2}^{n} n \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Sum | Sum | |
Binomial | Binomial coefficient | |
Pow | Power | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("858c8f"), Formula(Equal(Sum(Binomial(n, k), For(k, 0, n)), Pow(2, n))), Variables(n), Assumptions(Element(n, ZZGreaterEqual(0))))