Power set

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

The power set of a set AA is

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

Power sets organize all possible subcollections of AA. In analysis they occur implicitly whenever one studies families of subsets (e.g., open sets, measurable sets) as subsets of P(X)\mathcal{P}(X) for some ambient set XX.

Examples:

  • If A={1,2}A=\{1,2\}, then P(A)={,{1},{2},{1,2}}\mathcal{P}(A)=\{\varnothing,\{1\},\{2\},\{1,2\}\}.
  • P()={}\mathcal{P}(\varnothing)=\{\varnothing\}.
  • If AA is finite with A=n|A|=n, then P(A)=2n|\mathcal{P}(A)|=2^n.