In this section, we will learn how to prove certain relationships about sets. Two of the most basic types of relationships between sets are the equality relation and the subset relation. So if we are asked a question of the form, “How are the sets \(A\) and \(B\) related?”, we can answer the question if we can prove that the two sets are equal or that one set is a subset of the other set. There are other ways to answer this, but we will concentrate on these two for now. This is similar to asking a question about how two real numbers are related. Two real numbers can be related by the fact that they are equal or by the fact that one number is less than the other number.
The Choose-an-Element Method
The method of proof we will use in this section can be called the choose-an-element method. This method was introduced in Preview Activity \(\PageIndex{1}\). This method is frequently used when we encounter a universal quantifier in a statement in the backward process. This statement often has the form
For each element with a given property, something happens.
Since most statements with a universal quantifier can be expressed in the form of a conditional statement, this statement could have the following equivalent form:
If an element has a given property, then something happens.
We will illustrate this with the proposition from Preview Activity \(\PageIndex{1}\). This proposition can be stated as follows:
Let \(S\) be the set of all integers that are multiples of 6, and let \(T\) be the set of all even integers. Then \(S\) is a subset of \(T\).
In Preview Activity \(\PageIndex{1}\), we worked on a know-show table for this proposition. The key was that in the backward process, we encountered the following statement:
Each element of \(S\) is an element of \(T\) or, more precisely, if \(x \in S\), then \(x \in T\).
In this case, the “element” is an integer, the “given property” is that it is an element of \(S\), and the “something that happens” is that the element is also an element of \(T\). One way to approach this is to create a list of all elements with the given property and verify that for each one, the “something happens.” When the list is short, this may be a reasonable approach. However, as in this case, when the list is infinite (or even just plain long), this approach is not practical.
We overcome this difficulty by using the choose-an-element method, where we choose an arbitrary element with the given property. So in this case, we choose an integer \(x\) that is a multiple of 6. We cannot use a specific multiple of 6 (such as 12 or 24), but rather the only thing we can assume is that the integer satisfies the property that it is a multiple of 6. This is the key part of this method.
Whenever we choose an arbitrary element with a given property, we are not selecting a specific element. Rather, the only thing we can assume about the element is the given property.
It is important to realize that once we have chosen the arbitrary element, we have added information to the forward process. So in the know-show table for this proposition, we added the statement, “Let \(x \in S\)” to the forward process. Following is a completed proof of this proposition following the outline of the know-show table from Preview Activity \(\PageIndex{1}\).
Proposition 5.7
Let \(S\) be the set of all integers that are multiples of 6, and let \(T\) be the set of all even integers. Then \(S\) is a subset of \(T\).
- Proof
-
Let \(S\) be the set of all integers that are multiples of 6, and let \(T\) be the set of all even integers. We will show that \(S\) is a subset of \(T\) by showing that if an integer x is an element of \(S\), then it is also an element of \(T\).
Let \(x \in S\). (Note: The use of the word “let” is often an indication that the we are choosing an arbitrary element.) This means that x is a multiple of 6. Therefore, there exists an integer \(m\) such that
\(x = 6m\).
Since \(6 = 2 \cdot 3\), this equation can be written in the form
\(x = 2(3m)\).
By closure properties of the integers, 3m is an integer. Hence, this last equation proves that \(x\) must be even. Therefore, we have shown that if \(x\) is an element of \(S\), then \(x\) is an element of \(T\), and hence that \(S \subseteq T\).
Having proved that \(S\) is a subset of \(T\), we can now ask if \(S\) is actually equal to \(T\). The work we did in Preview Activity \(\PageIndex{1}\) can help us answer this question. In that preview activity, we should have found several elements that are in \(T\) but not in \(S\). For example, the integer 2 is in \(T\) since 2 is even but \(2 \notin S\) since 2 is not a multiple of 6. Therefore, \(S \ne T\) and we can also conclude that \(S\) is a proper subset of \(T\).
One reason we do this in a “two-step” process is that it is much easier to work with the subset relation than the proper subset relation. The subset relation is de- fined by a conditional statement and most of our work in mathematics deals with proving conditional statements. In addition, the proper subset relation is a conjunction of two statements (\(S \subseteq T\) and \(S \ne T\)) and so it is natural to deal with the two parts of the conjunction separately.
Progress Check 5.8: Subsets and Set Equality
Let \(A = \{x \in \mathbb{Z}\ |\ x \text{ is a multiple of 9}\}\) and let \(B = \{x \in \mathbb{Z}\ |\ x \text{ is a multiple of 3}\}\)
- Is the set \(A\) a subset of \(B\)? Justify your conclusion.
- Is the set \(A\) equal to the set \(B\)? Justify your conclusion.
- Answer
-
Add texts here. Do not delete this text first.
Progress Check 5.9: Using the Choose-an-Element Method
The Venn diagram in Preview Activity \(\PageIndex{2}\) suggests that the following proposition is true.
Proposition 5.10.
Let \(A\) and \(B\) be subsets of the universal set \(U\). If \(A \subseteq B\), then \(B^c \subseteq A^c\).
- The conclusion of the conditional statement is \(B^c \subseteq A^c\). Explain why we should try the choose-an-element method to prove this proposition.
- Complete the following know-show table for this proposition and explain exactly where the choose-an-element method is used.
| Step |
Know |
Reason |
| \(P\) |
\(A \subseteq B\) |
Hypothesis |
| \(P\)1 |
Let \(x \in B^c\). |
Choose an arbitrary element of \(B^c\). |
| \(P\)2 |
If \(x \in A\), then \(x \in B\). |
Definition of "subset" |
| ... |
... |
... |
| \(Q\)1 |
If \(x \in B^c\), then \(x \in A^c\). |
|
| \(Q\) |
\(B^c \subseteq A^c\) |
Definition of "subset" |
| Step |
Show |
Reason |
- Answer
-
Add texts here. Do not delete this text first.
Disjoint Sets
Earlier in this section, we discussed the concept of set equality and the relation of one set being a subset of another set. There are other possible relationships between two sets; one is that the sets are disjoint. Basically, two sets are disjoint if and only if they have nothing in common. We express this formally in the following definition.
Definition: disjoint
Let \(A\) and \(B\) be subsets of the universal set \(U\). The sets \(A\) and \(B\) are said to be disjoint provided that \(A \cap B = \emptyset\).
For example, the Venn diagram in Figure 5.5 shows two sets \(A\) and \(B\) with \(A \subseteq B\). The shaded region is the region that represents \(B^c\). From the Venn diagram, it appears that \(A \cap B^c = \emptyset\). This means that \(A\) and \(B^c\) are disjoint. The preceding example suggests that the following proposition is true:
If \(A \subseteq B\), then \(A \cap B^c = \emptyset\).
If we would like to prove this proposition, a reasonable “backward question” is, “How do we prove that a set (namely \(A \cap B^c\)) is equal to the empty set?”

This question seems difficult to answer since how do we prove that a set is empty? This is an instance where proving the contrapositive or using a proof by contradiction could be reasonable approaches. To illustrate these methods, let us assume the proposition we are trying to prove is of the following form:
If \(P\), then \(T = \emptyset\).
If we choose to prove the contrapositive or use a proof by contradiction, we will assume that \(T \ne \emptyset\). These methods can be outlined as follows:
- The contrapositive of “If \(P\), then \(T = \emptyset\)” is, “If \(T \ne \emptyset\), then \(\urcorner P\).” So in this case, we would assume \(T \ne \emptyset\) and try to prove \(\urcorner P\).
- Using a proof by contradiction, we would assume \(P\) and assume that \(T \ne \emptyset\). From these two assumptions, we would attempt to derive a contradiction.
One advantage of these methods is that when we assume that \(T \ne \emptyset\), then we know that there exists an element in the set \(T\). We can then use that element in the rest of the proof. We will prove one of th the conditional statements for Proposition 5.14 by proving its contrapositive. The proof of the other conditional statement associated with Proposition 5.14 is Exercise (10).
Proposition 5.14
Let \(A\) and \(B\) be subsets of some universal set. Then \(A \subseteq B\) if and only if \(A \cap B^c = \emptyset\).
- Proof
-
Let \(A\) and \(B\) be subsets of some universal set. We will first prove that if \(A \subseteq B\), then \(A \cap B^c = \emptyset\), by proving its contrapositive. That is, we will prove
If \(A \cap B^c \ne \emptyset\), then \(A \not\subseteq B\).
So assume that \(A \cap B^c \ne \emptyset\). We will prove that \(A \not\subseteq B\) by proving that there must exist an element \(x\) such that \(x \in A\) and \(x \notin B\).
Since \(A \cap B^c \ne \emptyset\), there exists an element \(x\) that is in \(A \cap B^c\). This means that
\(x \in A\) and \(x \in B^c\).
Now the fact that \(x \in B^c\) means that \(x \notin B\). Hence, we can conclude that
\(x \in A\) and \(x \notin B\).
This means that \(A \not\subseteq B\), and hence, we have proved that if \(A \cap B^c \ne \emptyset\), then \(A \not\subseteq B\), and therefore, we have proved that if \(A \subseteq B\), then \(A \cap B^c = \emptyset\).
The proof that if \(A \cap B^c = \emptyset\), then \(A \subseteq B\) is Exercise (10).
Progress Check 5.15: Proving Two Sets Are Disjoint
It has been noted that it is often possible to prove that two sets are disjoint by using a proof by contradiction. In this case, we assume that the two sets are not disjoint and hence, there intersection is not empty. Use this method to prove that the following two sets are disjoint.
\(A = \{x \in \mathbb{Z}\ |\ x \equiv 3 \text{ (mod 12)}\}\) and \(B = \{y \in \mathbb{Z}\ |\ y \equiv 2 \text{ (mod 8)}\}\)
- Answer
-
Add texts here. Do not delete this text first.