Skip to main content
Mathematics LibreTexts

4.2: Subsets and Power Sets

  • Page ID
    8401
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    We usually consider sets containing elements of similar types. The collection of all the objects under consideration is called the universal set, and is denoted \({\cal U}\). For example, for numbers, the universal set is \(\mathbb{R}\).

    Example \(\PageIndex{1}\label{eg:subsets-geomfig}\)

    Venn diagrams are useful in demonstrating set relationship. Let \[\begin{array}{c c l} {\cal U} &=& \mbox{set of geometric figures}, \\ S &=& \mbox{set of squares}, \\ P &=& \mbox{set of parallelogram}, \\ R &=& \mbox{set of rhombuses}, \\ L &=& \mbox{set of rectangles}, \\ C &=& \mbox{set of circles}. \end{array} \nonumber\] Their relationship is displayed in Figure \(\PageIndex{1}\).

    Screen Shot 2020-01-06 at 3.29.10 PM.png
    Figure \(\PageIndex{1}\): The relationship among various sets of geometric figures.

    The pictorial representation in Figure \(\PageIndex{1}\) is called a Venn diagram. We use a rectangle to represent the universal set, and circles or ovals to represent the sets inside the universal set. The relative positions of these circles and ovals indicate the relationship of the respective sets. For example, having \(R\), \(S\), and \(L\) inside \(P\) means that rhombuses, squares, and rectangles are parallelograms. In contrast, circles are incomparable to parallelograms.

    A set \(A\) is a subset of another set \(B\), denoted by \(A \subseteq B\), if every element of \(A\) is also an element of \(B\). See Figure \(\PageIndex{2}\). We also call \(B\) a superset of \(A\), and write \(B \supseteq A\), which is similar to \(y\geq x\).

    Screen Shot 2020-01-06 at 3.29.21 PM.png
    Figure \(\PageIndex{2}\): The Venn diagram for \(A \subseteq B\).

    Example \(\PageIndex{2}\label{eg:subsets-02}\)

    It is clear that \(\mathbb{N}\subseteq\mathbb{Z}\) and \(\mathbb{Z}\subseteq\mathbb{R}\). We can nest these two relationships into one, and write \(\mathbb{N}\subseteq\mathbb{Z} \subseteq\mathbb{R}\). More generally, we have \[\mathbb{N} \subseteq \mathbb{Z} \subseteq \mathbb{Q} \subseteq \mathbb{R}. \nonumber\] Compare this to \(x \leq y \leq z \leq w\). We shall discover many similarities between \(\subseteq\) and \(\leq\).

    Example \(\PageIndex{3}\label{eg:subsets-03}\)

    It is obvious that \[\{1,2,7\} \subseteq \{1,2,3,6,7,9\} \nonumber\] because all three elements 1, 2, and 7 from the set on the left also appear as elements in the set on the right. Meanwhile, \[\{1,2,7\} \nsubseteq \{1,2,3,6,8,9\} \nonumber\] because 7 belongs to the first set but not the second.

    Example \(\PageIndex{4}\label{eg:subsets-04}\)

    The following statements are true:

    1. \(\{1,2,3\}\subseteq \mathbb{N}\).
    2. \(\{x\in\mathbb{R} \mid x^2=1\} \subseteq \mathbb{Z}\).

    Be sure you can explain clearly why these subset relationships hold.

    hands-on exercise \(\PageIndex{1}\label{he:subsets-01}\)

    Are these statements true or false?

    1. \(\{-1,2\} \nsubseteq \mathbb{N}\), and \(\{-1,2\} \subseteq \mathbb{Z}\).
    2. \(\{x\in\mathbb{Z} \mid x^2\leq1\} \subseteq \mathbb{R}\).

    Example \(\PageIndex{5}\label{eg:subsets-05}\)

    Do not assume that if \(A\nsubseteq B\) then we must have \(B\subseteq A\). For instance, if \(A=\{1,5,7\}\) and \(B=\{3,8\}\), then \(A \nsubseteq B\); but we also have \(B \nsubseteq A\).

    The last example demonstrates that \(A\nsubseteq B\) is more complicated than just changing the subset notation like we do with inequalities. We need a more precise definition of the subset relationship:

    \[A \subseteq B \Leftrightarrow \forall x\in{\cal U} \,(x \in A \Rightarrow x \in B) \nonumber\]

    The definition of \(A \subseteq B\).

    It follows that \[A \nsubseteq B \Leftrightarrow \exists x\in{\cal U} \,(x \in A \wedge x \not\in B). \nonumber\] Hence, to show that \(A\) is not a subset of \(B\), we need to find an element \(x\) that belongs to \(A\) but not \(B\). There are three possibilities; their Venn diagrams are depicted in Figure \(\PageIndex{3}\).

    Screen Shot 2020-01-06 at 3.35.38 PM.png
    Figure \(\PageIndex{3}\): Three cases of \(A \nsubseteq B\).

    Example \(\PageIndex{6}\label{eg:subsets-06}\)

    We have \([3,6]\subseteq[2,7)\), and \([3,6]\nsubseteq[4,7)\). We also have \((3,4) \subseteq [3,4]\).

    hands-on exercise \(\PageIndex{2}\label{he:subsets-02}\)

    True or false: \([3,4) \subseteq (3,4)\)? Explain.

    With the notion of universal set, we can now refine the definition for set equality:

    \[A = B \Leftrightarrow \forall x\in{\cal U}\,(x\in A \Leftrightarrow x\in B) \nonumber\]

    Logically, \(x\in A \Leftrightarrow x\in B\) is equivalent to \[(x\in A \Rightarrow x\in B) \wedge (x\in B\Rightarrow x\in A). \nonumber\] Therefore, we can also define the equality of sets via subset relationship:

    \[A = B \Leftrightarrow (A \subseteq B) \wedge (B \subseteq A) \nonumber\]

    which can be compared to \[x=y \Leftrightarrow (x\leq y) \wedge (y\leq x) \nonumber\] for real numbers \(x\) and \(y\).

    This new definition of set equality suggests that in order to prove that \(A=B\), we could use this two-step argument:

    1. Show that \(A \subseteq B\).
    2. Show that \(B \subseteq A\).

    This technique is useful when it is impossible or impractical to list the elements of \(A\) and \(B\) for comparison. This is particularly true when \(A\) and \(B\) are defined abstractly. We will apply this technique in the coming sections.

    The two relationship \(\subseteq\) and \(\leq\) share many common properties. The transitive property is another example.

    Theorem \(\PageIndex{1}\label{thm:setstrans}\)

    Let \(A\), \(B\), and \(C\) be sets. If \(A\subseteq B\) and \(B\subseteq C\), then \(A\subseteq C\).

    Discussion

    The theorem statement is in the form of an implication. To prove \(p\Rightarrow q\), we start with the assumption \(p\), and use it to show that \(q\) must also be true. In this case, these two steps become

    1. Assume that \(A\subseteq B\) and \(B\subseteq C\).
    2. Show that \(A\subseteq C\).

    How can we prove that \(A\subseteq C\)? We know that \(A\subseteq C\) means \[\forall x\in{\cal U}\,(x\in A\Rightarrow x\in C). \nonumber\] So we have to start with \(x\in A\), and attempt to show that \(x\in C\) as well. How can we show that \(x\in C\)? We need to use the assumption \(A\subseteq B\) and \(B\subseteq C\).

    Proof

    Assume \(A\subseteq B\) and \(B\subseteq C\). Let \(x\in A\). Since \(A\subseteq B\), we also have \(x\in B\). Likewise, \(B\subseteq C\) implies that \(x\in C\). Since every element \(x\) in \(A\) is also an element of \(C\), we conclude that \(A\subseteq C\).

    The proof relies on the definition of the subset relationship. Many proofs in mathematics are rather simple if you know the underlying definitions.

    Example \(\PageIndex{7}\label{eg:subsets-07}\)

    Prove that \(x \in A \Leftrightarrow \{x\} \subseteq A\), for any element \(x\in{\cal U}\)

    Discussion

    We call \(p\Leftrightarrow q\) a biconditional statement because it consists of two implications \(p \Rightarrow q\) and \(p\Leftarrow q\). Hence, we need to prove it in two steps:

    1. Show that \(p \Rightarrow q\).
    2. Show that \(q \Rightarrow p\).

    We call these two implications the necessity and sufficiency of the biconditional statement, and denote them (\(\Rightarrow\)) and (\(\Leftarrow\)), respectively. In this problem,

    • (\(\Rightarrow\)) means “\(x\in A\Rightarrow\{x\}\subseteq A\)”.
    • (\(\Leftarrow\)) means “\(\{x\}\subseteq A\Rightarrow x\in A\)”.

    This is how the proof may look:

    \[\begin{array}{c c c} (\Rightarrow) & \quad \text{ Assume } x\in A. & \qquad\ldots\qquad & \text{Therefore } x \subseteq A. \\ (\Leftarrow) & \quad \text{Assume } x \subseteq A. & \qquad\ldots\qquad & \text{ Therefore } x \in A. \end{array} \nonumber\]

    We now proceed to finish the proof.

    Answer

    (\(\Rightarrow\)) Assume \(x \in A\). The set \(\{x\}\) contains only one element \(x\), which is also an element of \(A\). Thus, every element of \(\{x\}\) is also an element of \(A\). By definition, \(\{x\} \subseteq A\).

    (\(\Leftarrow\)) Assume \(\{x\} \subseteq A\). The definition of the subset relationship asserts that every element of \(\{x\}\) is also an element of \(A\). In particular, \(x\) is an element of \(\{x\}\), so it is also an element of \(A\). Thus, \(x \in A\).

    Definition

    The set \(A\) is a proper subset of \(B\), denoted \(A \subsetneq B\) or \(A \subset B\), if \(A\) is a subset of \(B\), and \(A\neq B\). Symbolically, \(A \subset B \Leftrightarrow (A \subseteq B) \wedge (A \neq B)\). Equivalently, \[A \subset B \Leftrightarrow (A \subseteq B) \wedge \exists x\in{\cal U}\,(x \in B \wedge x \not\in A). \nonumber\] See the Venn diagram in Figure \(\PageIndex{4}\).

    Screen Shot 2020-01-06 at 3.39.52 PM.png
    Figure \(\PageIndex{4}\): The definition of a proper subset.

    Example \(\PageIndex{8}\label{eg:subsets-08}\)

    It is clear that \([0,5]\subset\mathbb{R}\). We also have \[\mathbb{N} \subset \mathbb{Z} \subset \mathbb{Q} \subset \mathbb{R}. \nonumber\] Note the similarities between \(\subset\) and \(<\). Compare the last expression to \[x < y < z < w. \nonumber\] Here is another similarity between \(\subset\) and \(<\). For numbers, \(x<y\) and \(y<z\) together imply that \(x<z\). We call this the transitive property. In a similar fashion, for sets, if \(A\subset B\) and \(B\subset C\), then \(A\subset C\); see Theorem \(4.2.1\).

    hands-on exercise \(\PageIndex{3}\label{he:subsets-03}\)

    True or false: \((3,4)\subset[3,4]\)? How about \((3,4)\subset(3,4]\)?

    Theorem \(\PageIndex{2} \label{thm:twosubsets}\)

    For any set \(A\), we have \(\emptyset \subseteq A\) and \(A \subseteq A\). In particular, \(\emptyset\subseteq\emptyset\).

    Proof

    Since every element of \(A\) also appears in \(A\), it follows immediately that \(A\subseteq A\). To show that \(\emptyset\subseteq A\), we need to verify the implication \[x\in\emptyset \Rightarrow x\in A \nonumber\] for any arbitrary \(x\in{\cal U}\). Since \(\emptyset\) is empty, \(x\in\emptyset\) is always false; hence, the implication is always true. Consequently, \(\emptyset\subseteq A\) for any set \(A\). In particular, when \(A=\emptyset\), we obtain \(\emptyset\subseteq \emptyset\).

    Example \(\PageIndex{9}\label{eg:subsets-09}\)

    Determine the truth values of these expressions.

    1. \(\emptyset \in \emptyset\)
    2. \(1 \subseteq \{1\}\)
    3. \(\emptyset \in \{\emptyset\}\)
    Answer
    1. By definition, an empty set contains no element. Consequently, the statement \(\emptyset\in\emptyset\) is false.
    2. A subset relation only exists between two sets. To the left of the symbol \(\subseteq\), we have only a number, which is not a set. Hence, the statement is false. In fact, this expression is syntactically incorrect.
    3. The set \(\{\emptyset\}\) contains one element, which happens to be an empty set. Compare this to an empty box inside another box. The outer box is described by the pair of set brackets \(\{\,\ldots\,\}\), and the (empty) box inside is \(\emptyset\). It follows that \(\emptyset\in\{\emptyset\}\) is a true statement.

    hands-on exercise \(\PageIndex{4}\label{he:subsets-04}\)

    Determine the truth values of these expressions.

    1. \(\emptyset \subseteq \{\emptyset\}\)
    2. \(\{1\} \subseteq \big\{1,\{1,2\}\big\}\)
    3. \(\{1\} \subseteq \big\{\{1\},\{1,2\}\big\}\)

    Definition

    The set of all subsets of \(A\) is called the power set of \(A\), denoted \(\wp(A)\).

    Since a power set itself is a set, we need to use a pair of left and right curly braces (set brackets) to enclose all its elements. Its elements are themselves sets, each of which requires its own pair of left and right curly braces. Consequently, we need at least two levels of set brackets to describe a power set.

    Example \(\PageIndex{10}\label{eg:subsets-10}\)

    Let \(A=\{1,2\}\) and \(B=\{1\}\). The subsets of \(A\) are \(\emptyset\), \(\{1\}\), \(\{2\}\) and \(\{1,2\}\). Therefore, \[\wp(A) = \big\{ \emptyset, \{1\}, \{2\}, \{1,2\} \big\}. \nonumber\] In a similar manner, we find \[\wp(B) = \big\{ \emptyset, \{1\} \big\}. \nonumber\] We can write directly \[\wp(\{1,2\}) = \big\{ \emptyset, \{1\}, \{2\}, \{1,2\} \big\}, \qquad\mbox{and}\qquad \wp(\{1\}) = \big\{ \emptyset, \{1\} \big\} \nonumber\] without introducing letters to represent the sets involved.

    hands-on exercise \(\PageIndex{5}\label{he:subsets-05}\)

    Let us evaluate \(\wp(\{1,2,3,4\})\). To ensure that no subset is missed, we list these subsets according to their sizes. Since \(\emptyset\) is the subset of any set, \(\emptyset\) is always an element in the power set. This is the subset of size 0. Next, list the singleton subsets (subsets with only one element). Then the doubleton subsets, and so forth. Complete the following table.

    \[\begin{array}{|c|l|} \hline \mbox{size} & \mbox{subsets} \\ \hline 0 & \emptyset \\ 1 & \{1\}, \{2\}, \ldots \qquad \\ 2 & \{1,2\}, \{1,3\}, \ldots \hskip2in \\ 3 & \{1,2,3\}, \ldots \hskip1in \\ 4 & \ldots \\ \hline \end{array} \nonumber\] Since \(A\subseteq A\) for any set \(A\), the power set \(\wp(A)\) always contains \(A\) itself. As a result, the last subset in the list should be \(A\) itself.

    We are now ready to put them together to form the power set. All you need is to put all the subsets inside a pair of bigger curly braces (a power set is itself a set; hence, it needs a pair of curly braces in its description). Put your final answer in the space below.

    Check to make sure that the left and right braces match perfectly.

    Example \(\PageIndex{11}\label{eg:subsets-11}\)

    Since \(A\) is a subset of \(A\), it belongs to \(\wp(A)\). Nonetheless, it is improper to say \(A \subseteq \wp(A)\). Can you explain why? What should be the correct notation?

    Answer

    The power set \(\wp(A)\) is the collection of all the subsets of \(A\). Thus, the elements in \(\wp(A)\) are subsets of \(A\). One of these subsets is the set \(A\) itself. Hence, \(A\) itself appears as an element in \(\wp(A)\), and we write \(A\in\wp(A)\) to describe this membership.

    This is different from saying that \(A\subseteq\wp(A)\). In order to have the subset relationship \(A\subseteq\wp(A)\), every element in \(A\) must also appear as an element in \(\wp(A)\). The elements of \(\wp(A)\) are sets (they are subsets of \(A\), and subsets are sets). An element of \(A\) is not the same as a subset of \(A\). Therefore, although \(A\subseteq\wp(A)\) is syntactically correct, its truth value is false.

    hands-on exercise \(\PageIndex{6}\label{he:subsets-06}\)

    Explain the difference between \(\emptyset\) and \(\{\emptyset\}\). How many elements are there in \(\emptyset\) and \(\{\emptyset\}\)? Is it true that \(\wp(\emptyset) = \{\emptyset\}\)?

    Theorem \(\PageIndex{3}\label{thm:powersetcard}\)

    If \(A\) is an \(n\)-element set, then \(\wp(A)\) has \(2^n\) elements. In other words, an \(n\)-element set has \(2^n\) distinct subsets.

    Proof

    How many subsets of \(A\) can we construct? To form a subset, we go through each of the \(n\) elements and ask ourselves if we want to include this particular element or not. Since there are two choices (yes or no) for each of the \(n\) elements in \(A\), we have found \(\underbrace{2\cdot2\cdot\cdots2}_{\mbox{n times}}\, =2^n\) subsets.

    hands-on exercise \(\PageIndex{7}\label{he:subsets-07}\)

    How many elements are there in \(\wp(\{\alpha,\beta, \gamma\})\)? What are they?

    hands-on exercise \(\PageIndex{8}\label{he:subsets-08}\)

    What is the cardinality of \(\emptyset\)? How about \(\wp(\emptyset)\)? Describe \(\wp(\emptyset)\).

    hands-on exercise \(\PageIndex{9}\label{he:subsets-09}\)

    Is it correct to write \(|\wp(A)|=2^{|A|}\)? How about \(|\wp(A)|=2^A\)? Explain.

    Example \(\PageIndex{12}\label{eg:subsets-12}\)

    When a set contains sets as elements, its power set could become rather complicated. Here are two examples. \[\begin{aligned} \wp(\big\{\{ a\},\{1\}\big\}) &=& \Big\{ \emptyset, \big\{\{a\}\big\}, \big\{\{1\}\big\}, \big\{\{a\},\{1\}\big\} \Big\}, \\ \wp(\big\{\emptyset,\{1\}\big\}) &=& \Big\{ \emptyset, \{\emptyset\}, \big\{\{1\}\big\}, \big\{\emptyset,\{1\}\big\} \Big\}. \end{aligned} \nonumber\] Be sure you understand the notations used in these examples. In particular, examine the number of levels of set brackets used in each example.

    Summary and Review

    • A set \(S\) is a subset of another set \(T\) if and only if every element in \(S\) can be found in \(T\).
    • In symbols, \(S\subseteq T \Leftrightarrow \forall x\in{\cal U}\, (x\in S \Rightarrow x\in T)\).
    • Consequently, to show that \(S\subseteq T\), we have to start with an arbitrary element \(x\) in \(S\), and show that \(x\) also belongs to \(T\).
    • The definition of subset relationship implies that for any set \(S\), we always have \(\emptyset\subseteq S\) and \(S\subseteq S\).
    • The power set of a set \(S\), denoted \(\wp(S)\), contains all the subsets of \(S\).
    • If \(|S|=n\), then \(|\wp(S)|=2^n\). Hence, an \(n\)-element set has \(2^n\) subsets.
    • To construct \(\wp(S)\), list the subsets of \(S\) according to their sizes. Be sure to use a pair of curly braces for each subset, and enclose all of them within a pair of outer curly braces.

    Exercises 4.2

    Exercise \(\PageIndex{1}\label{ex:subsets-01}\)

    Determine which of the following statements are true and which are false.

    1. \(\{1,2,3\} \subseteq \{0,1,2,3,4\}\)
    2. \(\{1,2,3\} \subseteq \mathbb{N}\)
    3. \(\{1,2\} \subset [1,2]\)
    4. \([2,4] \subseteq (0,6)\)
    5. \([2,4) \subset [2,4]\)
    6. \([2,4) \subseteq (2,4]\)

    Exercise \(\PageIndex{2}\label{ex:subsets-02}\)

    Determine which of the following statements are true and which are false.

    1. \(a \subseteq \{a\}\)
    2. \(\{a\} \subseteq \{a,b\}\)
    3. \(\emptyset \subseteq \emptyset\)
    4. \(\emptyset \subseteq \{\emptyset\}\)
    5. \(\emptyset \subset \{\emptyset\}\)
    6. \(\{a\} \subseteq \wp(\{\{a\},\{b\}\})\)

    Exercise \(\PageIndex{3}\label{ex:subsets-03}\)

    Explain why \(\mathbb{Z} \subseteq \mathbb{Q}\). In particular, explain how to express an integer as a rational number.

    Exercise \(\PageIndex{4}\label{ex:subsets-04}\)

    True or false: \(\mathbb{N} \subseteq 6\mathbb{N}\)? Explain.

    Exercise \(\PageIndex{5}\label{ex:subsets-05}\)

    If \(A\subseteq B\), \(B\subseteq C\), and \(C\subseteq D\), is it true that \(A\subseteq D\)? What do you call this property?

    Exercise \(\PageIndex{6}\label{ex:subsets-06}\)

    Determine whether the following statements are true or false:

    1. The empty set \(\emptyset\) is a subset of \(\{1,2,3\}\).
    2. If \(A=\{1,2,3\}\), then \(\{1\}\) is a subset of \(\wp(A)\).

    Exercise \(\PageIndex{7}\label{ex:subsets-07}\)

    Find the power set of the following sets.

    1. \(\{a,b\}\)
    2. \(\{4,7\}\)
    3. \(\{x,y,z,w\}\)
    4. \(\big\{\{a\}\big\}\)
    5. \(\big\{ a,\{b\} \big\}\)
    6. \(\big\{ \{x\},\{y\} \big\}\)

    Exercise \(\PageIndex{8}\label{ex:subsets-08}\)

    Evaluate the following sets.

    1. \(\wp(\{\emptyset\})\)
    2. \(\wp(\wp(\{a,b\}))\)
    3. \(\wp(\wp(\wp(\emptyset)))\)

    Exercise \(\PageIndex{9}\label{ex:subsets-09}\)

    We have learned that \(A\subseteq A\) for any set \(A\). Then, should we write \(A\in\wp(A)\) or \(A\subseteq\wp(A)\)? Explain.

    Exercise \(\PageIndex{10}\label{ex:subsets-10}\)

    Prove that \(X\in\wp(A)\) if and only if \(X\subseteq A\).

    Exercise \(\PageIndex{11}\label{ex:subsets-11}\)

    Determine which of the following statements are true, and which are false. Explain!

    1. \(\{a\}\in \{a,b,c\}\)
    2. \(\{a\}\subseteq\{\{a\},b,c\}\)
    3. \(\{a\}\in \wp(\{\{a\},b,c\})\)

    Exercise \(\PageIndex{12}\label{ex:subsets-12}\)

    Determine which of the following statements are true, and which are false. Explain!

    1. \(\{a\}\subseteq\{a,b,c\}\)
    2. \(\{a\}\subseteq\{\{a,b\},c\}\)
    3. \(\{a\}\subseteq\wp(\{\{a\},b,c\})\)

    This page titled 4.2: Subsets and Power Sets is shared under a CC BY-NC-SA license and was authored, remixed, and/or curated by Harris Kwong (OpenSUNY) .

    • Was this article helpful?