Suppose I want to show that if an $n$ element set has $2^n$ subsets, then $\sum_{k=0}^n \binom{n}{k}=2^n$
How would I go by doing this without using any theorems?
Anyway thanks.
Suppose I want to show that if an $n$ element set has $2^n$ subsets, then $\sum_{k=0}^n \binom{n}{k}=2^n$
How would I go by doing this without using any theorems?
Anyway thanks.
We need to find how many subsets of size $0,1,2,\dots,n$ has a set of $n$ elements. Take care that the order of the selection doesn't matter.
$\mathbf{0}$ elements: In how many ways can I take $0$ elements from a set of $n$ elements? $\binom{n}{0}$
$\mathbf{1}$ element: In how many ways can I take $1$ element from a set of $n$ elements? $\binom{n}{1}$
$\mathbf{2}$ elements: In how many ways can I take $2$ elements from a set of $n$ elements? $\binom{n}{0}$
$\vdots$
$\mathbf{n}$ elements: In how many ways can I take $n$ elements from a set of $n$ elements? $\binom{n}{n}$
Then a set of $n$ elements has $\displaystyle\sum_{i=0}^{n}\binom{n}{i}$ subsets.
Note that $\displaystyle(1+1)^n=\sum_{i=0}^{n}\binom{n}{i}\Rightarrow2^n=\sum_{i=0}^{n}\binom{n}{i}$.