Power set

The power set is the set of all subsets of , i.e.:

It can also be written as .
Why:

\mathcal{P}(A) \cong { 0,1 }^{A}

Let . For any set , the power set is a bijection with the set of all function (i.e. ).
Intuitively: represents a binary choice: whether to include an element in a subset or not. represents the elements we can choose from.
For example: has the subsets , which can be represented as in binary, i.e. subsets.

→ For any subset of , we can define a function that maps elements in the subset to and the rest to .
→ Conversely, for any function , we can define a subset of that contains all elements that are mapped to .
There is a bijection between and the set of all functions from to .

(insert rigorous proof here)

The cardinality of the power set of a finite set : .

… a partial order.

= power set = All possible subsets of

It’s not a total order since for example and are incomparable (neither is a subset of the other).
For , we mirror the diagram along the horizontal axis.

Link to original

The sum of all binomial coefficients for fixed (row of Pascal’s triangle) equals

This makes intuitive sense when thinking about sets: counts the ways to choose items from items, and summing over all possible gives us the total number of possible subsets of an -element set, which is . Each element either is or isn’t in the subset, giving us two choices for each of the elements → power set.

Link to original