Lesson 1.1 Sets and Basic Notation
Lesson 1.1 Sets and Basic Notation
Lesson 1.1 Sets and Basic Notation
Notation
1. a is an element of set A : a ∈ A
2. a is not an element of set A : a ∈ /A
3. set without any elements (null set or empty set) : ∅ or {}
4. set consisting of all the elements under consideration (universal set ): U
5. cardinality of a set A refers to the number of elements of A: n(A)
4/38
Lesson 1.1 Sets and Basic Notation
Example: Let A = {a, b, c, d, e} then we say that a ∈ A. Also, 2 ∈
/ A.The
cardinality of A is n(A) = 5 since A has 5 elements.
Definition
A set is said to be finite if it has a definite number of elements, that is, all the
elements can be listed and counted. Otherwise, it is said to be infinite.
5/38
Lesson 1.1 Sets and Basic Notation
Describing Sets
1. Listing method describes the set by listing all the elements in the set.
2. Rule method uses a descriptive phrase in describing the elements that are
in the set.
Example:
Consider the set D containing all the integers between 1 and 10, exclusive of 1 and
10. This set can be described by
Listing Method: D = {2, 3, 4, 5, 6, 7, 8, 9}
Rule Method: D = {x|x is an integer greater than 1 but less than 10}
6/38
Lesson 1.2 Relationships between Sets
Relation on Sets
7/38
Lesson 1.2 Relationships between Sets
Example:
Consider the universal set U = {x|x is a counting number less than 21}.
Let A = {1, 2, 3, 4}
B = {x|x is an even positive integer less than 20}
C = {x|xis a counting integer less than10}
D = {m, a, t, h}.
We have the following relations:
I A, B, C ⊆ U I A∼D
I A⊆C I A⊆C
I A*B I A⊂C
I B *C I A, B, C ⊂ U
8/38
Lesson 1.2 Relationships between Sets
Remarks:
1. All equal sets are equivalent but not all equivalent sets are equal.
2.A = B if and only if A ⊆ B and B ⊆ A.
3. Equality of sets satisfies the following properties:
If A, B, C are sets in a given universal set,
(Reflexivity) : A = A
(Symmetry) : If A = B then B = A
(Transitivity): If A = B and B = C , then A = C
9/38
Lesson 1.2 Relationships between Sets
Definition
Power set is the set containing all the subsets of a set, denoted by P(A) read
as power set of A. The cardinality of the power set of a set A is given by 2n(A) .
Definition
10/38
Lesson 1.3 Operations on Sets
Union
11/38
Lesson 1.3 Operations on Sets
Intersection
Example:
1. Let A = {2, 3, 5, c} and B = {a, b, c, 2}. Then A ∩ B = {2, c}.
2. Let A = {2, 3, 5} and B = {a, b, c}. Then A ∩ B = {}.
12/38
Lesson 1.3 Operations on Sets
Complement
13/38
Lesson 1.3 Operations on Sets
Set Difference
The following are some of the more important properties of operations on sets:
Let A, B, C be subsets of a universal sets U.
1. A∪A=A 8. If A ⊆ B, then A ∩ B = A
2. A∩A=A
3. A∪U =U 9. A ∪ (B ∪ C ) = (A ∪ B) ∩ (A ∪ C )
A ∩ (B ∪ C ) = (A ∩ B) ∪ (A ∩ C )
4. A∩U =A
5. A∪B =B ∪A 10. De Morgan’s Law:
6. A∩B =B ∩A (A ∪ B)c = Ac ∪ B c
7. If A ⊆ B, then A ∪ B = B (A ∩ B)c = Ac ∪ B c
15/38
Lesson 1.3 Operations on Sets
Ordered Pair
An ordered pair (a, b) is a set with two elements in which we distinguish a first
and second element. For equality of ordered pairs, (a, b) = (x, y ) if and only if
a = x and b = y .
Cartesian Product
The Cartesian product (or cross product) of sets A and B, denoted AB, is the
set of ordered pairs (a, b) where a ∈ A and b ∈ B. In symbols,
17/38
Lesson 1.3 Operations on Sets
Solution:
U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14}
18/38
Lesson 1.3 Operations on Sets
Solution:
U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14}
A = {1, 3, 4, 5}
18/38
Lesson 1.3 Operations on Sets
Solution:
U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14}
A = {1, 3, 4, 5}
B = {2, 4, 6, 8, 10, 12, 14}
18/38
Lesson 1.3 Operations on Sets
Solution:
U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14}
A = {1, 3, 4, 5}
B = {2, 4, 6, 8, 10, 12, 14}
C = {1, 2, 3, 4, 5, 6}
18/38
Lesson 1.3 Operations on Sets
Solution:
U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14}
A = {1, 3, 4, 5}
B = {2, 4, 6, 8, 10, 12, 14}
C = {1, 2, 3, 4, 5, 6}
1. A ∪ B =
18/38
Lesson 1.3 Operations on Sets
Solution:
U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14}
A = {1, 3, 4, 5}
B = {2, 4, 6, 8, 10, 12, 14}
C = {1, 2, 3, 4, 5, 6}
1. A ∪ B = {1, 2, 3, 4, 5, 6, 8, 10, 12, 14}
2. A ∩ B =
18/38
Lesson 1.3 Operations on Sets
Solution:
U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14}
A = {1, 3, 4, 5}
B = {2, 4, 6, 8, 10, 12, 14}
C = {1, 2, 3, 4, 5, 6}
1. A ∪ B = {1, 2, 3, 4, 5, 6, 8, 10, 12, 14}
0
2. A ∩ B = {4} (A ∩ B) = {1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14}
0
(A ∩ B) ∪ C = U
3. B − C = {8, 10, 12, 14}
18/38
Lesson 1.3 Operations on Sets
0 0
4. A = {2, 6, 7, 8, 9, 10, 11, 12, 13, 14} B = {1, 3, 5, 7, 8, 11, 13}
0 0 0 0
C = {7, 8, 9, 10, 11, 12, 13, 14} (A ∩ B ∩ C ) = {7, 8, 11, 13}
5. A × B = {(1, 2), (1, 4), (1, 6), (1, 8), (1, 10), (1, 12), (1, 14), (3, 2), (3, 4), (3, 6),
(3,8), (3,10),(3,12),(3,14),(4,2),(4,4),(4,6),(4,8),(4,10),(4,12),(4,14), (5,2),(5,4),
(5,6),(5,8),(5,10),(5,12),(5,14)}
19/38
Lesson 1.4 Solving Problems using Venn Diagrams
A first-year class with 45 students was asked for a survey by the Literary Club if
which of the following greatly affect the realm of literature: Greek, Egyptian or
Japanese mythology. They were allowed to choose more than one answer or none at
all. The Literary Club obtained the following results: 23 chose Egyptian mythology,
20 chose Greek mythology, 20 chose Japanese mythology, 9 chose both Greek and
Egyptian, 7 chose both Greek and Japanese, 8 chose both Egyptian and Japanese
and 3 chose all.
20/38
Lesson 1.4 Solving Problems using Venn Diagrams
21/38
Lesson 1.4 Solving Problems using Venn Diagrams
n(E ) = 23 n(G ∩ E ) = 9
n(G ∩ J ∩ E ) = 3
n(G ) = 20 n(G ∩ J) = 7
n(J) = 20 n(E ∩ J) = 8
22/38
Lesson 1.4 Solving Problems using Venn Diagrams
23/38
Lesson 1.4 Solving Problems using Venn Diagrams
24/38
Lesson 1.4 Solving Problems using Venn Diagrams
25/38
Lesson 1.4 Solving Problems using Venn Diagrams
26/38
Lesson 1.4 Solving Problems using Venn Diagrams
27/38
Lesson 1.4 Solving Problems using Venn Diagrams
28/38
Lesson 1.4 Solving Problems using Venn Diagrams
29/38
Lesson 1.4 Solving Problems using Venn Diagrams
30/38
Lesson 1.4 Solving Problems using Venn Diagrams
5. 4 students chose Both Greek and 6. 5 students chose Both Egyptian and
Japanese, but not Egyptian. Japanese, but not Greek.
31/38
Lesson 1.4 Solving Problems using Venn Diagrams
7. 3 students did not choose any of the 8. 42 students chose at least one of
literature the literature,
32/38
Lesson 1.4 Solving Problems using Venn Diagrams
33/38
Lesson 1.4 Solving Problems using Venn Diagrams
34/38
Lesson 1.4 Solving Problems using Venn Diagrams
9. and 45 students chose at most three 10. 24 students chose exactly one
of the literature literature
35/38
Lesson 1.4 Solving Problems using Venn Diagrams
36/38
References
37/38
The End
Thanks for your attention! =)
38/38