Power set

The set of all subsets of a given set.
Power set

A power set of a set AA is the set

P(A)={B:BA}. \mathcal{P}(A)=\{B : B\subseteq A\}.

Thus P(A)\mathcal{P}(A) collects all of AA into a single . Power sets are central when forming collections of sets, such as families indexed by an index set.

Examples:

  • If A=A=\varnothing, then P(A)={}\mathcal{P}(A)=\{\varnothing\}.
  • If A={1,2}A=\{1,2\}, then P(A)={,{1},{2},{1,2}}\mathcal{P}(A)=\{\varnothing,\{1\},\{2\},\{1,2\}\}.