Mat101 Chapter 5
Mat101 Chapter 5
Mat101 Chapter 5
CHAPTER 5
SETS
The null set or empty set is the set with no elements. We usually
denote the empty set by ∅.
A ∪ B = {x : x ∈ A or x ∈ B}.
A ∪ B = {x : x ∈ A or x ∈ B}
= {x : x ∈ B or x ∈ A}
= B ∪ A.
Therefore, A ∪ B = B ∪ A.
3.
(A ∪ B) ∪ C = {x : x ∈ (A ∪ B) or x ∈ C}
= {x : x ∈ A or x ∈ B, or x ∈ C}
= {x : x ∈ A or, x ∈ B or x ∈ C}
= {x : x ∈ A or, x ∈ (B ∪ C)}
= A ∪ (B ∪ C).
Therefore, (A ∪ B) ∪ C = A ∪ (B ∪ C).
A ∩ B = {x : x ∈ A and x ∈ B}.
3
A ∩ B = {x : x ∈ A and x ∈ B}
= {x : x ∈ B and x ∈ A}
= B ∩ A.
Therefore, A ∩ B = B ∩ A.
3.
(A ∩ B) ∩ C = {x : x ∈ (A ∩ B) and x ∈ C}
= {x : x ∈ A and x ∈ B, and x ∈ C}
= {x : x ∈ A and, x ∈ B and x ∈ C}
= {x : x ∈ A and, x ∈ (B ∩ C)}
= A ∩ (B ∩ C).
Therefore, (A ∩ B) ∩ C = A ∩ (B ∩ C).
Definition 5.2.5 If A and B are sets, then their difference, denoted by A\B,
is the set of all elements that belong to A but which do not belong to B. In
other words, we have
A\B = {x : x ∈ A and x ∈
/ B}.
2. We show that the sets are pairwise disjoint, that is, (A\B)∩(A∩B) =
∅, (A\B) ∩ (B\A)) = ∅, and (A ∩ B) ∩ (B\A)) = ∅. We prove only the first
statement using proof by contradiction.
Suppose (A\B) ∩ (A ∩ B) 6= ∅. Then there exists x such that x ∈
[(A\B) ∩ (A ∩ B)]. Thus, x ∈ (A\B) and x ∈ (A ∩ B). Hence, x ∈ A
and x ∈/ B, and x ∈ A and x ∈ B. By the commutative and associative
laws of propositions, we have x ∈ A and x ∈ A, and x ∈ / B and x ∈ B.
This implies that x ∈ / B and x ∈ B. This is a contradiction. Therefore,
(A\B) ∩ (A ∩ B) = ∅.
Therefore, A\B = A ∩ B 0 .
Therefore, B\A0 = B ∩ A.
7
Proof : Suppose that A\B 6⊆ A ∪ B. Then there exists x ∈ A\B such that
x∈/ A ∪ B. Thus, x ∈ A and x ∈ / B such that x ∈/ A and x ∈/ B. This implies
that x ∈ A and x ∈/ A. This is a contradiction. Therefore, A\B ⊆ A ∪ B.
Therefore, A0 \B 0 = B\A.
A0 \B 0 = A0 ∩ (B 0 )0 , by Theorem 5.2.9
= A0 ∩ B, by Theorem 5.2.8(3)
= B ∩ A0 , by Theorem 5.2.4(1)
= B\A, by Theorem 5.2.9.
Therefore, A0 \B 0 = B\A.
Therefore, (A\B) ∩ B = ∅.
Idempotent Laws
1a. A ∪ A = A 1b. A ∩ A = A
9
Associative Laws
2a. (A ∪ B) ∪ C = A ∪ (B ∪ C) 2b. (A ∩ B) ∩ C = A ∩ (B ∩ C)
Commutative Laws
3a. A ∪ B = B ∪ A 3b. A ∩ B = B ∩ A
Distributive Laws
4a. A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C) 2b. A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)
Identity Laws
5a. A ∪ ∅ = A 5b. A ∩ U = A
6a. A ∪ U = U 6b. A ∩ ∅ = ∅
Complement Laws
7a. A ∪ A0 = U 7b. A ∩ A0 = ∅
8a. (A0 )0 = A 8b. U 0 = ∅, ∅0 = U
DeMorgan’s Laws
9a. (A ∪ B)0 = A0 ∩ B 0 9b. (A ∩ B)0 = A0 ∪ B 0
Therefore, (A\B) ∩ B = ∅.
Therefore, A0 \B 0 = B\A.
10
(A ∪ B) ∩ (A ∪ B 0 ) = A ∪ (B ∩ B 0 ), by 4a
= A ∪ ∅, by 7b
= A, by 5a.
Therefore, A0 \B 0 = B\A.
A ∪ (A0 ∩ B) = (A ∪ A0 ) ∩ (A ∪ B), by 4a
= U ∩ (A ∪ B), by 7a
= A ∪ B by 5b.
Therefore, A ∪ (A0 ∩ B) = A ∪ B.
Exercises
Let A and B be sets. Prove the following:
1. (A ∪ B)0 = A0 ∩ B 0
2. (A ∩ B)0 = A0 ∪ B 0
3. A ∪ A0 = U , A ∩ A0 = ∅
0 0
3. U = ∅, ∅ =U
0 0
4. (A\B ) ∩ B = ∅
5. (A ∪ B)\B = A\B
6. A ∩ (B\A0 ) = A ∩ B
7. A ∩ (A0 ∪ B) = A ∩ B.
8. A ∪ (A ∩ B) = A.
9. A ∩ (A ∪ B) = A.
10. (A\B) ∪ (A\C) = A\(B ∩ C).
11. Let A and B be sets. If A ∩ B = ∅, prove the following statements.
a. B ∩ A0 = B, b. A ⊆ B 0 , c. A ∪ B 0 = B 0 .
12. Let A and B be sets. If A ∪ B = ∅, prove that A = ∅ and B = ∅.
13. Let A and B be sets. If A ⊆ B, prove the following statements.
a. A ∩ B = A, b. A ∪ B = B, B 0 ⊆ A0 .