Chapter 1 - Topic 1 - Sets
Chapter 1 - Topic 1 - Sets
STRUCTURE
CHAPTER 1 - Topic 1 - Set
Topic 1 - Sets
Learning Outcomes
Student should be able to identify sets and its important components.
A = {1, 2, 3, 4, 5}
B = {2, 3, 1, 4, 5}
C = {1, 2, 1, 3, 4, 5}
Sets that all its elements are part or overall of other set.
Example :
A = {1, 2, 3, 4, 5}
B = {1, 3, 5}
C = {1, 2, 4, 6}
Is A Is B Is A Is B
Topic 1 - Sets
Power set
If A is a set, then the set of all subsets of A is called the power set of A,
denoted by P (A).
Example:
A = {1, 2}
P (A) = {{1}, {2}, {1, 2}, }
P |(A)| = 4
Topic 1 - Sets
Operations on Sets
Union
Let say A and B are sets. Their union is a set consisting of all elements that
belong to A OR B and denoted by A B.
A B = {x|x A or x B}
Intersections
Let say A and B are sets. Their intersection is a set consisting of all
elements that belong to both A AND B and denoted by A B.
A B = {x|x A and x B}
Topic 1 - Sets
Operations on Sets
Complement
Let say set U is a universal set. U A is called the complement of A, denoted by A
(some book use A)
A = { x|x A}
If A and B are two sets, the complement of B with respect to A is a set that contain
all elements that belong to A but not to B, denoted by A B.
Find A B, A C, C A, C B
Symmetric Difference
Let say A and B are two sets. Their symmetric difference is a set that contain all
elements that belong to A OR B but not to both A and B, denoted by A B.
A B = {x|(x A and x B) or (x B and x A)}
Find P R
Topic 1 - Sets
Topic 1 - Sets
Venn Diagram
Diagram that is used to show the relations between sets.
Topic 1 - Sets
Venn Diagram
Let U = {1, 2, 3, 4}
Let A = {1, 2}
Let B = {2, 3}