EppDM5e 06 01
EppDM5e 06 01
SET THEORY
3
Set Theory: Definitions and the Element Method of Proof (2/3)
4
Set Theory: Definitions and the Element Method of Proof (3/3)
5
Subsets: Proof and Disproof
6
Subsets: Proof and Disproof (1/3)
We defined what it means for a set A to be a subset of the
set B. Here we rewrite the definition as a formal universal
conditional statement:
7
Subsets: Proof and Disproof (2/3)
We know that a proper subset of a set is a subset that is not
equal to its containing set. That is:
8
Example 6.1.1 – Testing Whether One Set Is a Subset of Another
a. Is A ⊆ B?
9
Example 6.1.1 – Solution
a. Because A = {1}, A has only one element—namely, the
symbol 1. This element is also one of the elements in set
B. Hence every element in A is in B, and so A ⊆ B.
b. B has two distinct elements, the symbol 1 and the set {1}
whose only element is 1. Since 1 ≠ {1}, the set {1} is not
an element of A, and so there is an element of B that is
not an element of A. Hence A is a proper subset of B.
10
Subsets: Proof and Disproof (3/3)
11
Example 6.1.2 – Proving and Disproving Subset Relations
b. Prove that A ⊆ B.
c. Disprove that B ⊆ A.
12
Example 6.1.2 – Solution (1/6)
a. Proof Outline:
Starting Point: Suppose x is a particular but arbitrarily
chosen element of A.
To Show: Therefore, x is an element of B.
b. Proof:
Suppose x is a particular but arbitrarily chosen element
of A.
[We must show that x ∈ B. By definition of B, this
means we must show that x = 3 · (some integer).]
13
Example 6.1.2 – Solution (2/6) continued
14
Example 6.1.2 – Solution (3/6) continued
Also 3s = 3(2r + 4) = 6r + 12 = x,
Thus, by definition of B, x is an element of B,
[as was to be shown].
15
Example 6.1.2 – Solution (4/6) continued
16
Example 6.1.2 – Solution (5/6) continued
6r + 12 = 3 by assumption
17
Example 6.1.2 – Solution (6/6) continued
18
Set Equality
19
Set Equality (1/1)
20
Example 6.1.3 – Set Equality
Define sets A and B as follows:
Is A = B?
21
Example 6.1.3 – Solution (1/5)
Yes. To prove this, both subset relations A ⊆ B and B ⊆ A
must be proved.
22
Example 6.1.3 – Solution (2/5)
[Given that x = 2a, can x also be expressed as 2 · (some
integer) − 2? In other words, is there an integer—say, b—
such that 2a = 2b − 2? Solve for b to obtain b = (2a + 2) ⁄ 2 =
a + 1. Check to see if this works.]
Let b = a + 1.
[First check that b is an integer.]
Then b is an integer because it is a sum of integers.
[Then check that x = 2b − 2.]
Also, 2b − 2 = 2(a + 1) − 2 = 2a + 2 − 2 = 2a = x.
23
Example 6.1.3 – Solution (3/5) continued
24
Example 6.1.3 – Solution (4/5) continued
Let a = b − 1.
[First check that a is an integer.]
25
Example 6.1.3 – Solution (5/5) continued
By substitution, 2a = 2(b − 1) = 2b − 2 = x.
26
Venn Diagrams
27
Venn Diagrams (1/2)
If sets A and B are represented as regions in the plane,
relationships between A and B can be represented by
pictures called Venn diagrams.
For instance, the relationship A ⊆ B can be pictured in one
of two ways, as shown in Figure 6.1.1.
A⊆B
Figure 6.1.1
28
Venn Diagrams (2/2)
The relationship A ⊄ B can be represented in three different
ways, as shown in Figure 6.1.2.
A⊄B
Figure 6.1.2
29
Example 6.1.4 – Relations among Sets of Numbers (1/2)
30
Example 6.1.4 – Relations among Sets of Numbers (2/2)
Figure 6.1.3
31
Operations on Sets
32
Operations on Sets (1/4)
33
Operations on Sets (2/4)
Venn diagram representations for union, intersection,
difference, and complement are shown in Figure 6.1.4.
Figure 6.1.4
34
Example 6.1.5 – Unions, Intersections, Differences, and Complements
Let the universal set be the set U = {a, b, c, d, e, f, g}, and let
A = {a, c, e, g} and B = {d, e, f, g}.
Find A ∪ B, A ∩ B, B − A, and
35
Example 6.1.5 – Solution
A ∪ B = {a, c, d, e, f, g}
A ∩ B = {e, g}
B − A = {d, f}
= {b, d, f }
36
Operations on Sets (3/4)
There is a convenient notation for subsets of real numbers
that are intervals.
37
Example 6.1.6 – An Example with Intervals
Let the universal set be R, the set of all real numbers, and let
Find A ∪ B, A ∩ B, B − A, and
38
Example 6.1.6 – Solution (1/2)
39
Example 6.1.6 – Solution (2/2) continued
by definition of the
double inequality
by De Morgan’s
law
40
Operations on Sets (4/4)
41
Example 6.1.7 – Finding Unions and Intersections of More than Two Sets
b. Find
42
Example 6.1.7 – Solution (1/3)
a.
43
Example 6.1.7 – Solution (2/3) continued
44
Example 6.1.7 – Solution (3/3) continued
b.
45
The Empty Set
46
The Empty Set (1/1)
There is only one set with no elements. Because it is
unique, we can give it a special name. We call it the empty
set (or null set) and denote it by the symbol
Thus
47
Example 6.1.8 – A Set with No Elements
Describe the following sets.
a.
b.
48
Example 6.1.8 – Solution
a. We know that a < x < b means that a < x and x < b. So D
consists of all real numbers that are both greater than 3
and less than 2.
b. E is the set of all integers that are both greater than 2 and
less than 3. Since no integers satisfy this condition, E has
no elements, and so E =
49
Partitions of Sets
50
Partitions of Sets (1/4)
In many applications of set theory, sets are divided into
nonoverlapping (or disjoint) pieces. Such a division is called a
partition.
51
Example 6.1.9 – Disjoint Sets
Let A = {1, 3, 5} and B = {2, 4, 6}. Are A and B disjoint?
52
Example 6.1.9 – Solution
Yes. By inspection A and B have no elements in common, or,
in other words, {1, 3, 5} ∩ {2, 4, 6} =
53
Partitions of Sets (2/4)
54
Example 6.1.10 – Mutually Disjoint Sets
a. Let A1 = {3, 5}, A2 = {1, 4, 6}, and A3 = {2}. Are A1, A2, and
A3 mutually disjoint?
b. Let B1 = {2, 4, 6}, B2 = {3, 7}, and B3 = {4, 5}. Are B1, B2,
and B3 mutually disjoint?
55
Example 6.1.10 – Solution
a. Yes. A1 and A2 have no elements in common, A1 and A3
have no elements in common, and A2 and A3 have no
elements in common.
56
Partitions of Sets (3/4)
Suppose A, A1, A2, A3, and A4 are the sets of points
represented by the regions shown in Figure 6.1.5.
A Partition of a Set
Figure 6.1.5
57
Partitions of Sets (4/4)
Then A1, A2, A3, and A4 are subsets of A, and A = A1 ∪ A2 ∪
A3 ∪ A4. Suppose further that boundaries are assigned to the
regions representing A1, A2, A3, and A4 in such a way that
these sets are mutually disjoint. Then A is called a union of
mutually disjoint subsets, and the collection of sets {A1, A2,
A3, A4} is said to be a partition of A.
58
Example 6.1.11 – Partitions of Sets
a. Let A = {1, 2, 3, 4, 5, 6}, A1 = {1, 2}, A2 = {3, 4}, and A3 = {5,
6}. Is {A1, A2, A3} a partition of A?
59
Example 6.1.11 – Solution
a. Yes. By inspection, A = A1 ∪ A2 ∪ A3 and the sets A1, A2,
and A3 are mutually disjoint.
b. Yes. By the quotient-remainder theorem, every integer n
can be represented in exactly one of the three forms
n = 3k or n = 3k + 1 or n = 3k + 2,
for some integer k. This implies that no integer can be in any
two of the sets T0, T1, or T2. So T0, T1, and T2 are mutually
disjoint. The theorem also implies that every integer is in one
of the sets T0, T1, or T2. So Z = T0 ∪ T1 ∪ T2.
60
Power Sets
61
Power Sets (1/1)
There are various situations in which it is useful to consider
the set of all subsets of a particular set. The power set
axiom guarantees that this is a set.
62
Example 6.1.12 – Power Set of a Set
Find the power set of the set {x, y}. That is, find
63
Example 6.1.12 – Solution
is the set of all subsets of {x, y}. In the next section we
will show that is a subset of every set, and so
Also any set is a subset of itself, so
64
An Algorithm to Check Whether One
Set Is a Subset of Another (Optional)
65
An Algorithm to Check Whether One Set Is a Subset of Another (Optional)
(1/2)
66
An Algorithm to Check Whether One Set Is a Subset of Another (Optional)
(2/2)
67
Example 6.1.13 – Tracing Algorithm 6.1.1
Trace the action of Algorithm 6.1.1 on the variables i, j, found,
and answer for m = 3, n = 4, and sets A and B represented as
the arrays a[1] = u, a[2] = v, a[3] = w, b[1] = w, b[2] = x, b[3] =
y, and b[4] = u.
68
Example 6.1.13 – Solution
69