Chapter 2 Notes FULL
Chapter 2 Notes FULL
Chapter 2 Notes FULL
Carrillo
Capital letters are generally used to name sets. Let’s use W to represent the set of the days of the
week. What are the elements of set W?
2. Roster Method involves listing the elements of a set inside a pair of braces, { }. Use commas to
separate the elements of the set. So we can designate the set W by listing its elements:
Note: Symbols like parentheses ( ) and square brackets [ ] are not used to represent sets, and
only commas are used to separate the elements, not colons or semicolons.
We read this notation as “Set W is the set of all elements x such that x is a day of the week.”
Before the vertical line is the variable x, which represents an element in general. After the
vertical line is the condition x must meet in order to be an element of the set.
Example. Given the set A = {x | x is a month that begins with the letter M}, express it using
1. Word Description:
2. Roster Method:
-1-
Math 100 – Lecture Notes Chapter 2 Ms. Carrillo
Example. Given the set O = {x | x is a positive odd number less than 10}, express it using
1. Word Description:
2. Roster Method:
Example. Set L is the set of all lowercase letters of the English alphabet. Express L using:
1. Roster Method:
2. Set-Builder Notation:
a. { 0 }
b. 0
-2-
Math 100 – Lecture Notes Chapter 2 Ms. Carrillo
The symbol ∉ is used to indicate that an object is not an element of a set. The symbol ∉ is used to
replace the words “is not an element of.”
a. r ∈ { a, b, c, … , z }
b. 7 ∉ { 1, 2, 3, 4, 5 }
c. { a } ∈ { a, b }
Example. Express each of the following sets using the roster method:
c. E = { x | x ∈ N and x is even }
-3-
Math 100 – Lecture Notes Chapter 2 Ms. Carrillo
Definition. The cardinal number of set A, represented by n ( A ) , is the number of distinct elements
in set A. The symbol n ( A ) is read “n of A.”
a. A = { 7,9,11,13 } b. B = { 0 }
c. C = { 3, 5, 5, 7, 7, 7 } d. ∅
Definition. Set A is equivalent to set B means that set A and set B contain the same number of
elements. For equivalent sets, n ( A ) = n ( B ).
A = { x | x is a vowel } = { a, e, i, o, u }
B = { x | x ∈ N and 3 ≤ x ≤ 7 } = {3,4,5,6,7}
The lines with arrowheads, ↕ , indicate that each element of set A can be paired with exactly one
element of set B and each element of set B can be paired with exactly one element of set A. We say that
the sets can be placed in a one-to-one correspondence.
-4-
Math 100 – Lecture Notes Chapter 2 Ms. Carrillo
If there is not a one-to-one correspondence, the sets have different cardinalities and are not equivalent.
Although this idea is obvious in the case of finite sets, some unusual conclusions emerge when dealing
with infinite sets.
1. {x | x N and x 100}
2. {x | x N and x 1,000,000}
Definition. Set A is equal to set B means that set A and set B contain exactly the same elements,
regardless of order or possible repetition of elements. We symbolize the equality of sets A and B using
the statement A = B .
1. A = {w, x, y, z} 2. W = {1, 2, 3}
B = {z, y, x, w} V = {0, 1, 2, 3}
Important point: What conclusion can you make on the relationship between equal and equivalent sets?
-5-
Math 100 – Lecture Notes Chapter 2 Ms. Carrillo
Situations in which all the elements of one set are also elements of another set are described by the
following definition:
Definition. Set A is a subset of set B, expressed as A ⊆ B, if every element in set A is also an element
in set B.
The notation A B means that A is not a subset of B. Set A is not a subset of set B if there is at least
one element of set A that is not an element of set B.
2. Let A = {x | x is a letter in the word roof} and let B = {y | y is a letter in the word proof}.
Proper Subsets
In example 3 above, the given sets are equal, which illustrates that every set is a subset of itself. If A is
any set, then A ⊆ A because it is obvious that each element of A is a member of A. If we know that set
A is a subset of set B and we exclude the possibility of the sets being equal, then set A is called a proper
subset of set B, written A ⊂ B.
Definition. Set A is a proper subset of set B, expressed as A ⊂ B , if set A is a subset of set B and sets
A and B are not equal ( A ≠ B ).
Try not to confuse the symbols for subset, ⊆ , and proper subset, ⊂. Because the lower part of the
subset symbol in A ⊆ B suggests an equal sign, it is possible that sets A and B are equal, although they
do not have to be. By contrast, the missing lower line for the proper subset symbol in A ⊂ B indicates
that sets A and B cannot be equal.
Example. Choose the correct symbol, either ⊆ or ⊂, to fill in the blanks below:
-6-
Math 100 – Lecture Notes Chapter 2 Ms. Carrillo
Example 3 illustrates the principle that the empty set is a subset of every set. Furthermore the empty
set is a proper subset of every set except itself. Hence, we have
1. For any set B, ∅ ⊆ B , and
2. For any set B other than the empty set, ∅ ⊂ B.
What is happening to the number of subsets as the set increases by one element?
And, we know that every subset except the set itself is a proper subset. Thus, the number of proper
Example. Find the number of subsets and the number of proper subsets for each set:
1. {a, b, c, d, e}
2. { x | x ∈ N and 3 ≤ x ≤ 8 }
-7-
Math 100 – Lecture Notes Chapter 2 Ms. Carrillo
Construct a basic Venn diagram. The universal set is represented by a region inside a rectangle. Subsets
within the universal set are depicted by circles, or sometimes by ovals or other shapes. In this Venn
diagram, shade in circle A. Set A is represented by the shaded region inside the circle.
The unshaded region inside the rectangle represents the set of elements in
the universal set U that are not in set A. By combining the shaded region,
as well as the unshaded region, we obtain the universal set, U.
Example. Use the Venn diagram given to determine each of the following sets:
1. U =
2. A =
-8-
Math 100 – Lecture Notes Chapter 2 Ms. Carrillo
Example. Given the following Venn diagram with regions I, II, III, and IV, determine each of the sets:
1. A =
Definition. The complement of set A, symbolized A ′, is the set of all elements in the universal set that
are not in A. This idea can be expressed in set-builder notation as follows:
A ′ = { x | x ∈ U and x ∉ A }.
In order to find A ′, a universal set U must be given. A fast way to find A ′ is to cross out the elements in
U that are given to be in set A. A ′ is the set that remains.
Definition. The intersection of sets A and B, written A ∩ B, is the set of elements common to both set
A and set B. This definition can be expressed in set-builder notation as follows:
A ∩ B = { x | x ∈ A and x ∈ B }.
To find the intersection of two sets, list the common elements of both sets. Because the intersection of
two sets is also a set, we enclose these elements with braces.
a. { 1, 3, 5, 7, 10 } ∩ { 6 , 7 , 10 , 11 }
b. { 1, 2, 3 } ∩ { 4 , 5 , 6 , 7 }
c. { 1 , 2, 3 } ∩ ∅
-9-
Math 100 – Lecture Notes Chapter 2 Ms. Carrillo
Definition: The union of sets A and B, written A ∪ B , is the set of elements that are members of set A
or of set B or of both sets. This definition can be expressed in set-builder notation as follows:
A ∪ B = { x | x ∈ A or x ∈ B }.
We can find the union of set A and set B by listing the elements of set A. Then, we include any elements
of set B that have not already been listed. Enclose all elements that are listed with braces. This shows
that the union of two sets is also a set.
a. { 7, 8, 9, 10, 11 } { 6 , 8 , 10 , 12 }
b. { 1, 3, 5, 7, 9 } { 2 , 4 , 6 , 8 }
c. { 1 , 3 , 5, 7 , 9 } ∅
a. A ∩ ∅ =
b. A ∪ ∅ =
a. (A ∪ B ) ′ =
b. A ′ ∩ Β ′ =
c. A ∪ B’ =
- 10 -
Math 100 – Lecture Notes Chapter 2 Ms. Carrillo
Formula. n(A∪B) =
Example. Some of the results of the campus blood drive survey indicated that 490 students were
willing to donate blood, 340 students were willing to help serve a free breakfast to blood donors, and
120 students were willing to donate blood and serve breakfast. How many students were willing to
donate blood or serve breakfast?
Example. The admissions department at a college looked at the registration of 500 of its students and
found the following results: 244 students were registered in a mathematics class, 230 students were
registered in an English class, and 89 students were registered in a math class and an English class. How
many students were registered in a math class or an English class?
- 11 -
Math 100 – Lecture Notes Chapter 2 Ms. Carrillo
Section 2.4 – Set Operations and Venn Diagrams with Three Sets
b. A B A C
c. A B C'
Example. Use the given Venn diagram to determine each of the following sets:
a. A
b. A B
c. B C
d. C’
e. A B C
- 12 -
Math 100 – Lecture Notes Chapter 2 Ms. Carrillo
A = {a, d, e, g, h, i, j}
B = {b, e, g, h, l}
C = {a, c, e, h}
U = {a, b, c, d, e, f, g, h, i, j, k, l}
De Morgan’s Laws
1. A B' A ' B '
The complement of the union of two sets is the intersection of the complements of those sets.
Example. Given the following Venn diagrams, use the symbols for union, intersection, and
complement to describe each shaded region.
- 13 -
Math 100 – Lecture Notes Chapter 2 Ms. Carrillo
Example. In a survey on musical tastes, respondents were asked: Do you listen to classical music? So
you listen to jazz? The survey results are summarized in the given Venn diagram.
- 14 -
Math 100 – Lecture Notes Chapter 2 Ms. Carrillo
Example. In a Gallup pool, 2000 U.S. adults were selected at random and asked to agree or disagree
with the following statement: Job opportunities for women are not equal to those for men.
The results of the survey showed that
1190 people agreed with the statement, and 700 women agreed with the statement.
If half the people surveyed were women,
a. How many men agreed with the statement?
b. How many men disagreed with the statement?
Example. A survey of 80 college students was taken to determine the musical styles they listened to.
42 students listened to rock, 34 to classical, and 27 to jazz. Twelve students listened to rock and jazz, 14
to rock and classical, and 10 to classical and jazz. Seven students listened to all three musical styles.
a. How many listened to only rock music?
- 15 -