Why is it that the number of subsets of a set $S$ (the cardinality of the power set of $S$) is $2^{|S|}$?
I suspect that there is some sort of combinatorial argument for this fact?
I would greatly appreciate it if people could please explain this.
Answer
Here is an argument with a "combinatorial flavor", which works for finite $\vert S \vert$:
We observe that the binomial theorem yields
$2^k = (1 + 1)^k = \displaystyle \sum_{r = 0}^k \dfrac{k!}{r! (k - r)!} 1^r 1^{k - r} = \sum_{r = 0}^k \dfrac{k!}{r! (k - r)!}; \tag 1$
but
$C^k_r = \dfrac{k!}{r! (k - r)!} \tag 2$
is precisely the number of combinations of $k$ things taken $r$ at at time; that is, the number of ways we may choose $r$ elements from a set $S$ with $\vert S \vert = k$, irrespective of order; thus it is the number of $r$-element subsets of $S$. It follows then that the sums occurring in (1) count all subsets of $S$, whence
$\vert P(S) \vert = \displaystyle \sum_{r = 0}^k \dfrac{k!}{r! (k - r)!} = 2^k = 2^{\vert S \vert}, \tag 3$
as per request.
No comments:
Post a Comment