Math Fundamentals18 sections · 814 units
Open in Course

Power Set

Set of all subsets

The power set of AA (written P(A)\mathcal{P}(A) or 2A2^A) is the set of all subsets of AA, including \emptyset and AA itself.

For example, if A={1,2}A = \{1, 2\}, then P(A)={,{1},{2},{1,2}}\mathcal{P}(A) = \{\emptyset, \{1\}, \{2\}, \{1, 2\}\}. Notice there are 44 subsets.

If A=n|A| = n, then P(A)=2n|\mathcal{P}(A)| = 2^n. This grows exponentially with the size of AA.