We have already seen that using union, intersection, set difference, and complement we can create new sets (in the same universe) from existing sets. In this section, we will describe another way to generate new sets; however, the new sets will not βliveβ in the same universe this time. The following set is always a set of subsets. That is, its elements are themselves sets.
If \(S\) is a set, then the power set of \(S\) is the set of subsets of \(S\text{.}\) The power set of \(S\) is denoted \(\tcboxmath{\mathcal{P}(S)}\text{.}\)
You can see that a power set of \(S\) is not composed of elements of \(S\text{,}\) but rather it is composed of subsets of \(S\text{,}\) and none of these subsets are elements of \(S\text{.}\)
For example, if \(S=\{a,b\}\text{,}\) then \(\mathcal{P}(S)=\{\emptyset, \{a\}, \{b\}, S\}\text{.}\) It follows immediately from the definition that \(A\subseteq S\) if and only if \(A\in\mathcal{P}(S)\text{.}\)
How many subsets do you think that a set with \(n\) elements has? What if \(n=0\text{?}\) You do not need to prove your conjecture at this time. We will prove this later using mathematical induction.
It is important to realize that the concepts of element and subset need to be carefully delineated. For example, consider the set \(A=\{x,y\}\text{.}\) The object \(x\) is an element of \(A\text{,}\) but the object \(\{x\}\) is both a subset of \(A\) and an element of \(\mathcal{P}(A)\text{.}\) This can get confusing rather quickly. Consider the set \(B\) from ProblemΒ 3.28. The set \(\{a\}\) happens to be an element of \(B\text{,}\) a subset of \(B\text{,}\) and an element of \(\mathcal{P}(B)\text{.}\) The upshot is that it is important to pay close attention to whether β\(\subseteq\)β or β\(\in\)β is the proper symbol to use.
Since the next theorem is a biconditional proposition, you need to write two distinct subproofs, one for β\(S\subseteq T\) implies \(\mathcal{P}(S)\subseteq \mathcal{P}(T)\)β, and another for β\(\mathcal{P}(S)\subseteq \mathcal{P}(T)\) implies \(S\subseteq T\)β.
Let \(S\) and \(T\) be sets. Determine whether each of the following statements is true or false. If the statement is true, prove it. If the statement is false, provide a counterexample.
While power sets provide a useful way of generating new sets, they also play a key role in Georg Cantorβsβ7β
en.wikipedia.org/wiki/Georg_Cantor
(1845β1918) investigation into the βsizeβ of sets. Cantorβs Theorem (see TheoremΒ 9.64) states that the power set of a setβeven if the set is infiniteβis always βlargerβ than the original set. One consequence of this is that there are different sizes of infinity and no largest infinity. Mathematics is awesome.