GEC131 College Mathematic
SETS
➢A set is a collection of well defined distinct
objects.
➢ Objects in the collection are called elements
of the set.
Introduction to Sets
Examples - set
•The collection of all books in our
library is a set.
Each book is an element of the set.
• The collection of all students is a
set.
Each student is an element of the
set.
Examples - set
The collection of counting numbers is a set.
Each counting number is an element of the
set.
The collection of pens in your briefcase is a set.
Each pen in your briefcase is an element of
the set.
Sets Notation
The simplest set notation used to represent the
elements of a set is the curly brackets { }.
An example of a set is A = {a, b, c, d}.
Here the set is represented with a capital letter, and
its elements are denoted by small letters.
Example – roster method
A variation of the simple roster method uses the
ellipsis ( … ) when the pattern is obvious and the set
is large.
{1, 3, 5, 7, … , 9017} is the set of odd
counting numbers less than or equal to 9017.
We call a finite set
{1, 2, 3, 4,… } is the set of all counting
numbers. We call an infinite set.
Example – set builder notation
• {x | x < 6 and x is a counting number} is the set of
all counting numbers less than 6.
• Note this is the same set as {1,2,3,4,5}
Notation – if an element of
If x is an element of the set A, we write this as
x  A. x  A means x is not an element of A.
If A = {3, 17, 2 } then
3  A, 17  A, 2  A and 5  A.
If A = { x | x is a prime number } then
5  A, and 6  A.
Definition
The set with no elements is called the
empty set or void or the null set and is
designated with the symbol .
Examples – empty set
⚫ The set of even prime numbers
greater than 2 is the empty set.
⚫ The set {x | x < 3 and x > 5} is the
empty set.
Definition - subset
The set A is a subset of the set B if every
element of A is an element of B.
• If A is a subset of B we write
A  B to designate that relationship.
• If A is not a subset of B we write
A  B to designate that relationship.
Example - subset
The set A = {3, 5, 7} is not a subset of
set B = {1, 4, 5, 7, 9}
because 3 is an element of A but is not an
element of B.
The empty set is a subset of every set,
because every element of the empty set
is an element of every other set.
Example - subset
The set
A = {1, 2, 3, 4, 5, 6} is a subset of the set
B = {x | x < 7 and x is a counting number}
Notice also that B is a subset of A because every
element of B is an element of A.
Proper Subset
 A is a proper subset of B, written as A  B,
when A is a subset of B and x  B and x 
A (every element A is in B but there is
at least one element B not in A)
 When A is a proper subset of B, A  B
 Eg:
The set of all men is a proper subset of the
set of all people.
{1, 3}  {1, 2, 3, 4}
{1, 2, 3, 4}  {1, 2, 3, 4}
Example - equality
The sets
A = {3, 4, 6} and B = {6, 3, 4} are
equal because A  B and B  A.
The definition of equality of sets shows that
the order in which elements are written
does not affect the set.
Example - equality
The sets A = {2, 5} and
B = {2, 5, 7} are not equal
We would write A ≠ B.
Note that A  B.
Definition - intersection
The intersection of two sets A and B is
the set containing those elements which
are elements of A and elements of B.
We write A  B
If A = {3, 4, 6} and
B = { 1, 2, 3, 4, 5, 6}
then
A  B = {3, 4, 6}.
Example - Intersection
Definition - union
The union of two sets A and B is the set
containing those elements which are
elements of A or elements of B without
duplication
We write A  B
Example - Union
If A = {3, 4, 6} and
B = { 1, 2, 3, 5, 6} then
A  B = {1, 2, 3, 4, 5, 6}.
Algebraic Properties
Union and intersection are
commutative operations.
A  B = B  A
A ∩ B = B ∩ A
Algebraic Properties
Union and intersection are
associative operations.
(A  B)  C = A  (B  C)
(A ∩ B) ∩ C = B ∩ (A ∩ C)
Algebraic Properties
Two distributive laws are true.
A ∩ ( B  C )= (A ∩ B)  (A ∩ C)
A  ( B ∩ C )= (A  B) ∩ (A  C)
Algebraic Properties
A few other elementary properties of
intersection and union.
A   =A A ∩  = 
A  A = A A ∩ A = A
Universal Sets
 The universal set is the set of all
things pertinent to a given discussion
and is designated by the symbol U
Example:
U = {all students at SPUIC}
Some Subsets:
A = {all IAB students}
B = {freshmen students}
C = {sophomore students}
The Complement of a Set
A
The shaded region represents the
complement of the set A
Ac
Set Complement
~A or
A′
 “A complement,” or “not A” is the set
of all elements not in A.
*What the others have that you don’t*
Complements
o If A is a subset of the universal set U,
then the complement of A is the set
o Note: ;

=
 c
A
A
 
c
A x U x A
=  
U
A
A c
=

Cardinality of Sets
 If A is a finite set, then cardinality of A,
denoted by n(A) or |A|, the number of
elements A contains
 Eg: A = {x, y, z}. n(A) = 3
 We see that
A  B  |A|  |B|, and
A  B  |A|  |B|.
Example
 For U = {1, 2, 3, 4, 5}, A = {1, 2},
and B = {1, 2}, we see that A is a subset of
B (that is, A  B), but it is not a proper
subset of B (or, A  B).
 A  B  |A|  |B|, 2  2 so it is true that A
 B
 A  B  |A|  |B|, 2  2 false so it is false
that A  B.
Disjoint Set
 Two sets are disjoint, if they have no elements in
common
 A and B are disjoint, A  B = 
 Eg: Are A = {1, 3, 5} and B = {2, 4, 6} disjoint?
Yes. {1, 3, 5}  {2, 4, 6} = 
 Sets A1, A2, …, An are mutually disjoint, if no two sets Ai
and Aj with distinct subscripts have any elements in
common
 Ai  Aj =  whenever i  j
 Eg: Are B1 = {2, 4, 6}, B2 = {3, 7}, B3 = {4, 5}
mutually disjoint?
No. B1 and B3 both contain 4.
Power Set
 Power set of A, denoted by P(A), is the
set of all subsets of A
 Theorem: If A  B, then P(A)  P(B)
 Theorem: If set X has n elements, then
P(X) has 2n elements
 Eg: P({x, y}) = {, {x}, {y}, {x, y}}
Power Set
 Eg: Let C = {1, 2, 3, 4}. What is
the power set of C?
P(C) = {, {1}, {2}, {3}, {4}, {1,
2}, {1, 3}, {1, 4}, {2, 3}, {2, 4},
{3, 4}, {1, 2, 3}, {1, 2, 4}, {1, 3,
4},{2, 3, 4}, C}
Example
 In a class of 50 college freshmen, 30 are studying C++,
25 are studying Java, and 10 are studying both
languages. How many freshmen are studying either
computer language?
We let U be the class of 50 freshmen, A is the subset of
those students studying C++, and B is the subset of
those studying Java.
n(A) = 30, n(B) = 25, n(A  B) = 10
n(A  B) = n(A) + n(B) - n(A  B)
= 30 + 25 – 10
= 45
Example
 Let U = {1, 2, 3, 4, 5, 6, x, y, {1, 2}, {1, 2, 3}, {1, 2, 3, 4}}
Then |U| = 11.
(a) If A = {1, 2, 3, 4} then |A| = 4 and
A  U A  U A  U
{A}  U {A}  U {A}  U
(b) Let B = {5, 6, x, y, A} = {5, 6, x, y, {1, 2, 3, 4}}. Then |B| =
5, not 8. And
A  B {A}  B {A}  B
{A}  B A  B (that is, A is not a subset of B)
A  B (that is, A is not a proper subset of B).
Based on the diagram, what is the total number of
students who did participate in volleyball?
15 9 11
6
5 4
12
Volleyball
Example
Examples
{1,2,3}
A = {3,4,5,6}
B =
{3}
A B
 =
{1,2,3,4,5,6}
A B
 =

More Related Content

PPTX
Explore the foundational concepts of sets in discrete mathematics
PPTX
Sets in Maths (Complete Topic)
PPT
Set theory-ppt
PPTX
Set theory- Introduction, symbols with its meaning
PDF
Set and Set operations, UITM KPPIM DUNGUN
PDF
0.1 Sets
PDF
Set theory
Explore the foundational concepts of sets in discrete mathematics
Sets in Maths (Complete Topic)
Set theory-ppt
Set theory- Introduction, symbols with its meaning
Set and Set operations, UITM KPPIM DUNGUN
0.1 Sets
Set theory

Similar to Chap2_SETS_PDF.pdf (20)

PPTX
SET AND ITS OPERATIONS
PDF
Sets functions-sequences-exercises
PPTX
sets and their introduction and their exercises.pptx
PPTX
6.1_set.pptx
PPT
4898850.ppt
PDF
mathematical sets.pdf
PDF
Set
 
PPTX
PPSX
Introduction to Sets
PPTX
General Mathematis with the Topic of SETs Story
PDF
Set theory
PPTX
Sets (Mathematics class XI)
PPT
Sets theories and applications that can used to imporve knowledge
PPT
Lesson 1 &2 -Set Theory and Functions.ppt
PPTX
BASIC CONCEPT OF SET THEORY - DISCRETE MATHEMATICS.pptx
PDF
Pre-Calculus Unit 2.pdf By Dr.Mamoona Anam
PDF
Pre-Calculus Unit 2.pdf By Dr.Mamoona Anam
PPTX
Discrete Structure Mathematics lecture 1
PDF
CHAPTER 2 LESSON 3.pdfhhhhhhhhhhhhhhhhhh
PPTX
sanskriti tiwari 2 ppt.pptx
SET AND ITS OPERATIONS
Sets functions-sequences-exercises
sets and their introduction and their exercises.pptx
6.1_set.pptx
4898850.ppt
mathematical sets.pdf
Set
 
Introduction to Sets
General Mathematis with the Topic of SETs Story
Set theory
Sets (Mathematics class XI)
Sets theories and applications that can used to imporve knowledge
Lesson 1 &2 -Set Theory and Functions.ppt
BASIC CONCEPT OF SET THEORY - DISCRETE MATHEMATICS.pptx
Pre-Calculus Unit 2.pdf By Dr.Mamoona Anam
Pre-Calculus Unit 2.pdf By Dr.Mamoona Anam
Discrete Structure Mathematics lecture 1
CHAPTER 2 LESSON 3.pdfhhhhhhhhhhhhhhhhhh
sanskriti tiwari 2 ppt.pptx
Ad

More from RatipornChomrit (16)

PPTX
chapter3 SA_IM SAFE.pptx
PPTX
metric.pptx
PPTX
TEM.pptx
PPTX
Chap1_Number and Number Sydtem.pptx
PDF
Human Factors.pdf
PPTX
Metric in Hospitality Industry.pptx
PPTX
metric.pptx
PDF
SEO Strategy.pdf
PPTX
media.pptx
PPTX
cooking terminology.pptx
PPTX
session5 chapter4 Menu Planning.pptx
PPTX
English Score .pptx
PPTX
session8 chapter6 quality system.pptx
PDF
session5 chapter4 Menu Planning_PDF.pdf
PDF
session3 chapter2 Flight catering system.pdf
PDF
Flight catering system.pdf
chapter3 SA_IM SAFE.pptx
metric.pptx
TEM.pptx
Chap1_Number and Number Sydtem.pptx
Human Factors.pdf
Metric in Hospitality Industry.pptx
metric.pptx
SEO Strategy.pdf
media.pptx
cooking terminology.pptx
session5 chapter4 Menu Planning.pptx
English Score .pptx
session8 chapter6 quality system.pptx
session5 chapter4 Menu Planning_PDF.pdf
session3 chapter2 Flight catering system.pdf
Flight catering system.pdf
Ad

Recently uploaded (20)

PPTX
Transportation in Logistics management.pptx
PDF
1911 Gold Corporate Presentation Aug 2025.pdf
PPTX
33ABJFA6556B1ZP researhchzfrsdfasdfsadzd
PDF
Robin Fischer: A Visionary Leader Making a Difference in Healthcare, One Day ...
PDF
Satish NS: Fostering Innovation and Sustainability: Haier India’s Customer-Ce...
PPTX
2 - Self & Personality 587689213yiuedhwejbmansbeakjrk
PDF
#1 Safe and Secure Verified Cash App Accounts for Purchase.pdf
PDF
Cross-Cultural Leadership Practices in Education (www.kiu.ac.ug)
DOCX
80 DE ÔN VÀO 10 NĂM 2023vhkkkjjhhhhjjjj
PPTX
TRAINNING, DEVELOPMENT AND APPRAISAL.pptx
PDF
Middle East's Most Impactful Business Leaders to Follow in 2025
PDF
HQ #118 / 'Building Resilience While Climbing the Event Mountain
PDF
Tortilla Mexican Grill 发射点犯得上发射点发生发射点犯得上发生
PPT
Retail Management and Retail Markets and Concepts
PDF
Susan Semmelmann: Enriching the Lives of others through her Talents and Bless...
PPTX
Understanding Procurement Strategies.pptx Your score increases as you pick a ...
PPTX
interschool scomp.pptxzdkjhdjvdjvdjdhjhieij
DOCX
Center Enamel A Strategic Partner for the Modernization of Georgia's Chemical...
PDF
MBA2024 CGE 1.pdf file presentation 2025
PPTX
IMM marketing mix of four ps give fjcb jjb
Transportation in Logistics management.pptx
1911 Gold Corporate Presentation Aug 2025.pdf
33ABJFA6556B1ZP researhchzfrsdfasdfsadzd
Robin Fischer: A Visionary Leader Making a Difference in Healthcare, One Day ...
Satish NS: Fostering Innovation and Sustainability: Haier India’s Customer-Ce...
2 - Self & Personality 587689213yiuedhwejbmansbeakjrk
#1 Safe and Secure Verified Cash App Accounts for Purchase.pdf
Cross-Cultural Leadership Practices in Education (www.kiu.ac.ug)
80 DE ÔN VÀO 10 NĂM 2023vhkkkjjhhhhjjjj
TRAINNING, DEVELOPMENT AND APPRAISAL.pptx
Middle East's Most Impactful Business Leaders to Follow in 2025
HQ #118 / 'Building Resilience While Climbing the Event Mountain
Tortilla Mexican Grill 发射点犯得上发射点发生发射点犯得上发生
Retail Management and Retail Markets and Concepts
Susan Semmelmann: Enriching the Lives of others through her Talents and Bless...
Understanding Procurement Strategies.pptx Your score increases as you pick a ...
interschool scomp.pptxzdkjhdjvdjvdjdhjhieij
Center Enamel A Strategic Partner for the Modernization of Georgia's Chemical...
MBA2024 CGE 1.pdf file presentation 2025
IMM marketing mix of four ps give fjcb jjb

Chap2_SETS_PDF.pdf

  • 2. ➢A set is a collection of well defined distinct objects. ➢ Objects in the collection are called elements of the set. Introduction to Sets
  • 3. Examples - set •The collection of all books in our library is a set. Each book is an element of the set. • The collection of all students is a set. Each student is an element of the set.
  • 4. Examples - set The collection of counting numbers is a set. Each counting number is an element of the set. The collection of pens in your briefcase is a set. Each pen in your briefcase is an element of the set.
  • 5. Sets Notation The simplest set notation used to represent the elements of a set is the curly brackets { }. An example of a set is A = {a, b, c, d}. Here the set is represented with a capital letter, and its elements are denoted by small letters.
  • 6. Example – roster method A variation of the simple roster method uses the ellipsis ( … ) when the pattern is obvious and the set is large. {1, 3, 5, 7, … , 9017} is the set of odd counting numbers less than or equal to 9017. We call a finite set {1, 2, 3, 4,… } is the set of all counting numbers. We call an infinite set.
  • 7. Example – set builder notation • {x | x < 6 and x is a counting number} is the set of all counting numbers less than 6. • Note this is the same set as {1,2,3,4,5}
  • 8. Notation – if an element of If x is an element of the set A, we write this as x  A. x  A means x is not an element of A. If A = {3, 17, 2 } then 3  A, 17  A, 2  A and 5  A. If A = { x | x is a prime number } then 5  A, and 6  A.
  • 9. Definition The set with no elements is called the empty set or void or the null set and is designated with the symbol .
  • 10. Examples – empty set ⚫ The set of even prime numbers greater than 2 is the empty set. ⚫ The set {x | x < 3 and x > 5} is the empty set.
  • 11. Definition - subset The set A is a subset of the set B if every element of A is an element of B. • If A is a subset of B we write A  B to designate that relationship. • If A is not a subset of B we write A  B to designate that relationship.
  • 12. Example - subset The set A = {3, 5, 7} is not a subset of set B = {1, 4, 5, 7, 9} because 3 is an element of A but is not an element of B. The empty set is a subset of every set, because every element of the empty set is an element of every other set.
  • 13. Example - subset The set A = {1, 2, 3, 4, 5, 6} is a subset of the set B = {x | x < 7 and x is a counting number} Notice also that B is a subset of A because every element of B is an element of A.
  • 14. Proper Subset  A is a proper subset of B, written as A  B, when A is a subset of B and x  B and x  A (every element A is in B but there is at least one element B not in A)  When A is a proper subset of B, A  B  Eg: The set of all men is a proper subset of the set of all people. {1, 3}  {1, 2, 3, 4} {1, 2, 3, 4}  {1, 2, 3, 4}
  • 15. Example - equality The sets A = {3, 4, 6} and B = {6, 3, 4} are equal because A  B and B  A. The definition of equality of sets shows that the order in which elements are written does not affect the set.
  • 16. Example - equality The sets A = {2, 5} and B = {2, 5, 7} are not equal We would write A ≠ B. Note that A  B.
  • 17. Definition - intersection The intersection of two sets A and B is the set containing those elements which are elements of A and elements of B. We write A  B
  • 18. If A = {3, 4, 6} and B = { 1, 2, 3, 4, 5, 6} then A  B = {3, 4, 6}. Example - Intersection
  • 19. Definition - union The union of two sets A and B is the set containing those elements which are elements of A or elements of B without duplication We write A  B
  • 20. Example - Union If A = {3, 4, 6} and B = { 1, 2, 3, 5, 6} then A  B = {1, 2, 3, 4, 5, 6}.
  • 21. Algebraic Properties Union and intersection are commutative operations. A  B = B  A A ∩ B = B ∩ A
  • 22. Algebraic Properties Union and intersection are associative operations. (A  B)  C = A  (B  C) (A ∩ B) ∩ C = B ∩ (A ∩ C)
  • 23. Algebraic Properties Two distributive laws are true. A ∩ ( B  C )= (A ∩ B)  (A ∩ C) A  ( B ∩ C )= (A  B) ∩ (A  C)
  • 24. Algebraic Properties A few other elementary properties of intersection and union. A   =A A ∩  =  A  A = A A ∩ A = A
  • 25. Universal Sets  The universal set is the set of all things pertinent to a given discussion and is designated by the symbol U Example: U = {all students at SPUIC} Some Subsets: A = {all IAB students} B = {freshmen students} C = {sophomore students}
  • 26. The Complement of a Set A The shaded region represents the complement of the set A Ac
  • 27. Set Complement ~A or A′  “A complement,” or “not A” is the set of all elements not in A. *What the others have that you don’t*
  • 28. Complements o If A is a subset of the universal set U, then the complement of A is the set o Note: ;  =  c A A   c A x U x A =   U A A c = 
  • 29. Cardinality of Sets  If A is a finite set, then cardinality of A, denoted by n(A) or |A|, the number of elements A contains  Eg: A = {x, y, z}. n(A) = 3  We see that A  B  |A|  |B|, and A  B  |A|  |B|.
  • 30. Example  For U = {1, 2, 3, 4, 5}, A = {1, 2}, and B = {1, 2}, we see that A is a subset of B (that is, A  B), but it is not a proper subset of B (or, A  B).  A  B  |A|  |B|, 2  2 so it is true that A  B  A  B  |A|  |B|, 2  2 false so it is false that A  B.
  • 31. Disjoint Set  Two sets are disjoint, if they have no elements in common  A and B are disjoint, A  B =   Eg: Are A = {1, 3, 5} and B = {2, 4, 6} disjoint? Yes. {1, 3, 5}  {2, 4, 6} =   Sets A1, A2, …, An are mutually disjoint, if no two sets Ai and Aj with distinct subscripts have any elements in common  Ai  Aj =  whenever i  j  Eg: Are B1 = {2, 4, 6}, B2 = {3, 7}, B3 = {4, 5} mutually disjoint? No. B1 and B3 both contain 4.
  • 32. Power Set  Power set of A, denoted by P(A), is the set of all subsets of A  Theorem: If A  B, then P(A)  P(B)  Theorem: If set X has n elements, then P(X) has 2n elements  Eg: P({x, y}) = {, {x}, {y}, {x, y}}
  • 33. Power Set  Eg: Let C = {1, 2, 3, 4}. What is the power set of C? P(C) = {, {1}, {2}, {3}, {4}, {1, 2}, {1, 3}, {1, 4}, {2, 3}, {2, 4}, {3, 4}, {1, 2, 3}, {1, 2, 4}, {1, 3, 4},{2, 3, 4}, C}
  • 34. Example  In a class of 50 college freshmen, 30 are studying C++, 25 are studying Java, and 10 are studying both languages. How many freshmen are studying either computer language? We let U be the class of 50 freshmen, A is the subset of those students studying C++, and B is the subset of those studying Java. n(A) = 30, n(B) = 25, n(A  B) = 10 n(A  B) = n(A) + n(B) - n(A  B) = 30 + 25 – 10 = 45
  • 35. Example  Let U = {1, 2, 3, 4, 5, 6, x, y, {1, 2}, {1, 2, 3}, {1, 2, 3, 4}} Then |U| = 11. (a) If A = {1, 2, 3, 4} then |A| = 4 and A  U A  U A  U {A}  U {A}  U {A}  U (b) Let B = {5, 6, x, y, A} = {5, 6, x, y, {1, 2, 3, 4}}. Then |B| = 5, not 8. And A  B {A}  B {A}  B {A}  B A  B (that is, A is not a subset of B) A  B (that is, A is not a proper subset of B).
  • 36. Based on the diagram, what is the total number of students who did participate in volleyball? 15 9 11 6 5 4 12 Volleyball Example
  • 37. Examples {1,2,3} A = {3,4,5,6} B = {3} A B  = {1,2,3,4,5,6} A B  =