SETS-AND-SUBSETS.pptx

FOUR
BASIC
CONCEPTS
GE 103
JUAN MIGUEL I. TANGKEKO
Four Basic
Concepts
SETS AND ITS BASIC
OPERATIONS
RELATIONS
FUNCTIONS
BINARY OPERATIONS
Sets and its
basic
operations
Four Basic Concepts
LESSON 1
DEFINITION
In Math, sets are a collection of well-
defined objects or elements. A set is
represented by a capital letter symbol and
the number of elements in the finite set is
represented as the cardinal number of a
set in a curly bracket {…}.
EXAMPLES
1. A set of counting numbers from 1 to
10.
2. A set of English alphabet from a to c.
3. A set of integers.
1. A = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}
2. B = {a, b, c}
3. C = {.... -3, -2, -1, 0, 1, 2, 3, ...}
x S
x S
"x is an element of S"
"x is not an element of S"
What is an element
of a set?
The language of Sets
The notation means that
an item belongs to a set.
1 A 3 A 6 A
Pertains to each member of
the set.
Illustration
Say A = {1, 2, 3, 4, 5}
5 A
ELEMENT
OF A SET
Terminologies of Sets
Unit set is a set that contains
only one element.
UNIT SET
Illustration
A = {1} B= {c} C= {banana}
Terminologies of Sets
Empty or null set is a set that
has no element.
EMPTY SET or NULL SET;
Illustration
A = {}
A set of seven yellow
carabaos.
Terminologies of Sets
Finite set is a set which
elements are countable.
FINITE SET
Illustration
A = {1, 2, 3, 4, 5}
B = {a, b, c, d}
Terminologies of Sets
Infinite set is a set which
elements are not countable or
has no end.
INFINITE SET
Illustration
Set of counting numbers
A = {.... -3, -2, -1, 0, 1, 2, 3, ...}
Terminologies of Sets
Total number of the elements
in a set.
CARDINAL NUMBER; n
Illustration
A = {2, 4, 6, 8}
B = {a, c, e}
n = 4
n = 3
Two sets are said to be equal iff the
have equal number of cardinality and
the elements are identical.
EQUAL SET
Illustration
A = {1, 2, 3, 4, 5}
B = {3, 5, 2, 1, 4}
A and B are
equal sets
Terminologies of Sets
Two sets are said to be equivalent if the
Sets have the exact number of elements.
There is a 1-1 correspondence.
EQUIVALENT SET
Illustration
A = {1, 2, 3, 4, 5}
B = {a, b, c, d, e}
A and B are
equivalent
sets
Terminologies of Sets
Universal set is the set of all
elements under discussion
UNIVERSAL SET; U
Illustration
A set of an English alphabet
U = {a, b, c, d, ...z}
Terminologies of Sets
Two sets, say A and B, are said to
be joint iff they have common
element/s.
JOINT SETS
Illustration
A = {1, 2, 3}
B = {2, 4, 6}
A and B are joint sets since
they have a common element,
2.
Terminologies of Sets
Two sets, say A and B, are said to be
disjoint iff they are mutually exclusive
or they don't have common element/s.
DISJOINT SETS
Illustration
A = {1, 2, 3}
B = {4, 6, 8}
A and B are disjoint sets since
they don't have a common
element.
Terminologies of Sets
TWO WAYS OF DESCRIBING A SET
It is done by listing or tabulating the
elements of the set.
ROSTER or TABULAR
METHOD
Illustration
A = {2, 4, 6}
B = {a, b, d, e, h, i}
C = {blue, red, yellow}
It is done by stating or describing the
common characteristics of the elements of
the set. We use the notation A = {x l x ...}
RULE or SET-BUILDER
METHOD
Illustration
A = {x l x is a counting number from 1 to 5}
B = {x l x English alphabet}
TWO WAYS OF DESCRIBING A SET
EXAMPLES
A subset, A B, means
that every element of A is
also an element of B.
If x A then, x B
SUBSETS
In particular, every set is a
subset of itself. A A
SUBSETS A subset is called a proper subset,
A is a proper subset of B, if there is
at least one element of B that is
not in A.
A B
A = {1, 3, 5, 7}
Illustration
B = {1, 3, 5, 7, 9, 11}
every element of A is an element of B
there is at least 1 element in B that is
not an element of A
The empty or null set, {} or , is a
subset of every set.
How many subsets are there in the set
Illustration
A = {1, 2, 3}
The number of subsets of a given
set is given by , n is the number
of elements of the given set.
2
n
List down all the subsets of A.
SUBSETS
Solution:
{1}
2
n
List of subsets:
Number of elements = 3
= 2
3
= 8
A has 8 subsets.
With one element
{2} {3}
With two elements
{1, 2} {1, 3} {2, 3}
With three elements
{1, 2, 3}
With no
element
{} or
SUBSETS
ORDERED PAIR
"b"
Given elements a and b, the symbol (a, b) denotes the
ordered pair consisting of a and b together.
"a" first element second element
two ordered pairs (a, b) and (c, d) are equal iff
a = c and b = d
ORDERED PAIR
(a, b) = (c, d)
Symbolically,
means that a = c and b = d
Illustration
If (a, b) = (3, 2)
then a = 3 and b = 2
Find x and y if (4x + 3, y) = (3x + 5, -2)
4x + 3 = 3x + 5 y = -2
4x - 3x = 5 - 3
x = 2
OPERATION ON SETS
A B
UNION OF SETS
The union of sets A and B, denoted by
is defined as
A B = {x l x A or x B}
Illustration
If A = {1, 2, 3} and B = {4, 5}, then
A B = {1, 2, 3, 4, 5}
If A = {1, 2, 3} and B = {1, 2, 4, 5}, then
A B = {1, 2, 3, 4, 5}
A B
UNION OF SETS
Illustration
OPERATION ON SETS
The intersection of sets A and B,
denoted by
A B = {x l x A and x B}
A B = {1, 2} A B = {} or
A B
INTERSECTION OF SETS
is defined as
Illustration
If A = {1, 2, 3} and B = {4, 5}, then
If A = {1, 2, 3} and B = {1, 2, 4, 5}, then
OPERATION ON SETS
A B
INTERSECTION OF SETS
Illustration
OPERATION ON SETS
The difference of sets A and B,
denoted by
A - B = {x l x A and x B}
A - B = {3} A - B = {1, 2, 3}
A - B
DIFFERENCE OF SETS
is defined as
Illustration
If A = {1, 2, 3} and B = {4, 5}, then
If A = {1, 2, 3} and B = {1, 2, 4, 5}, then
OPERATION ON SETS
A - B
DIFFERENCE OF SETS
Illustration
OPERATION ON SETS
For set A, the difference U - A, where U is the
universal set is called the complement of A,
denoted by . Thus it is the set of
everything that is not in A.
A
COMPLEMENT OF SETS
Illustration
Let U = {a, e, i, o u} and A = {a, e}, then
c
or A'
Ac
= {i, o, u}
OPERATION ON SETS
COMPLEMENT OF SETS
Illustration
A
c
OPERATION ON SETS
Given sets A and B, the cartesian product of A
and B, denoted by and read as "A cross
B", is the set of all ordered pair (a, b), where a
is in A and b is in B.
A x B
CARTESIAN PRODUCT
= {(a,b) l a A and b B}
A x B
Note that A x B is not equal to B x A
OPERATION ON SETS
CARTESIAN PRODUCT, cont'd
A x B = {(1, a), (1, b), (2, a), (2, b)}
Illustration
If A = {1, 2, } and B = {a, b}, what is A x B?
what is B x A?
B x A = {(a, 1), (a, 2), (b, 1), (b, 2)}
OPERATION ON SETS
Thank
you!
GE 103
JASMINE T. BELEN
1 de 37

Recomendados

POWERPOINT (SETS & FUNCTIONS).pdf por
POWERPOINT (SETS & FUNCTIONS).pdfPOWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdfMaryAnnBatac1
106 vistas52 diapositivas
Set theory-ppt por
Set theory-pptSet theory-ppt
Set theory-pptvipulAtri
274 vistas41 diapositivas
2.1 Sets por
2.1 Sets2.1 Sets
2.1 Setsshowslidedump
10.4K vistas27 diapositivas
Sets in discrete mathematics por
Sets in discrete mathematicsSets in discrete mathematics
Sets in discrete mathematicsUniversity of Potsdam
1.2K vistas14 diapositivas
Sets por
SetsSets
SetsAwais Bakshy
426 vistas22 diapositivas
Module week 1 Q1 por
Module week 1 Q1Module week 1 Q1
Module week 1 Q1Rommel Limbauan
113 vistas47 diapositivas

Más contenido relacionado

Similar a SETS-AND-SUBSETS.pptx

Sets functions-sequences-exercises por
Sets functions-sequences-exercisesSets functions-sequences-exercises
Sets functions-sequences-exercisesRoshayu Mohamad
163 vistas23 diapositivas
Set theory and Venn Diagram.docx por
Set theory and Venn Diagram.docxSet theory and Venn Diagram.docx
Set theory and Venn Diagram.docxRenierXanderUy
20 vistas13 diapositivas
SET THEORY por
SET THEORYSET THEORY
SET THEORYLena
60.1K vistas58 diapositivas
Sets por
SetsSets
SetsJohn Carl Carcero
2.3K vistas41 diapositivas
Unit 01 Sets, relations and functions Eng.doc por
Unit 01 Sets, relations and functions Eng.docUnit 01 Sets, relations and functions Eng.doc
Unit 01 Sets, relations and functions Eng.docSTUDY INNOVATIONS
32 vistas36 diapositivas
Sets class 11 por
Sets class 11Sets class 11
Sets class 11Nitishkumar0105999
5.1K vistas19 diapositivas

Similar a SETS-AND-SUBSETS.pptx(20)

Sets functions-sequences-exercises por Roshayu Mohamad
Sets functions-sequences-exercisesSets functions-sequences-exercises
Sets functions-sequences-exercises
Roshayu Mohamad163 vistas
Set theory and Venn Diagram.docx por RenierXanderUy
Set theory and Venn Diagram.docxSet theory and Venn Diagram.docx
Set theory and Venn Diagram.docx
RenierXanderUy20 vistas
SET THEORY por Lena
SET THEORYSET THEORY
SET THEORY
Lena60.1K vistas
Unit 01 Sets, relations and functions Eng.doc por STUDY INNOVATIONS
Unit 01 Sets, relations and functions Eng.docUnit 01 Sets, relations and functions Eng.doc
Unit 01 Sets, relations and functions Eng.doc
STUDY INNOVATIONS32 vistas
pdf_20221016_194015_0000.pdf por SenaJover
pdf_20221016_194015_0000.pdfpdf_20221016_194015_0000.pdf
pdf_20221016_194015_0000.pdf
SenaJover6 vistas
CMSC 56 | Lecture 6: Sets & Set Operations por allyn joy calcaben
CMSC 56 | Lecture 6: Sets & Set OperationsCMSC 56 | Lecture 6: Sets & Set Operations
CMSC 56 | Lecture 6: Sets & Set Operations
allyn joy calcaben1.1K vistas
Discrete mathematics OR Structure por Abdullah Jan
Discrete mathematics OR Structure Discrete mathematics OR Structure
Discrete mathematics OR Structure
Abdullah Jan447 vistas
Sets and there different types. por Ashufb2323
Sets and there different types.Sets and there different types.
Sets and there different types.
Ashufb232311.9K vistas
Set Concepts por shbest
Set ConceptsSet Concepts
Set Concepts
shbest6.8K vistas
Final maths presentation on sets por Rahul Avicii
Final maths presentation on setsFinal maths presentation on sets
Final maths presentation on sets
Rahul Avicii6K vistas
Basic concepts on set.pdf por Smita828451
Basic concepts on set.pdfBasic concepts on set.pdf
Basic concepts on set.pdf
Smita82845155 vistas

Último

ANGULARJS.pdf por
ANGULARJS.pdfANGULARJS.pdf
ANGULARJS.pdfArthyR3
51 vistas10 diapositivas
ICS3211_lecture 09_2023.pdf por
ICS3211_lecture 09_2023.pdfICS3211_lecture 09_2023.pdf
ICS3211_lecture 09_2023.pdfVanessa Camilleri
141 vistas10 diapositivas
12.5.23 Poverty and Precarity.pptx por
12.5.23 Poverty and Precarity.pptx12.5.23 Poverty and Precarity.pptx
12.5.23 Poverty and Precarity.pptxmary850239
381 vistas30 diapositivas
Payment Integration using Braintree Connector | MuleSoft Mysore Meetup #37 por
Payment Integration using Braintree Connector | MuleSoft Mysore Meetup #37Payment Integration using Braintree Connector | MuleSoft Mysore Meetup #37
Payment Integration using Braintree Connector | MuleSoft Mysore Meetup #37MysoreMuleSoftMeetup
50 vistas17 diapositivas
Monthly Information Session for MV Asterix (November) por
Monthly Information Session for MV Asterix (November)Monthly Information Session for MV Asterix (November)
Monthly Information Session for MV Asterix (November)Esquimalt MFRC
107 vistas26 diapositivas
Creative Restart 2023: Atila Martins - Craft: A Necessity, Not a Choice por
Creative Restart 2023: Atila Martins - Craft: A Necessity, Not a ChoiceCreative Restart 2023: Atila Martins - Craft: A Necessity, Not a Choice
Creative Restart 2023: Atila Martins - Craft: A Necessity, Not a ChoiceTaste
45 vistas50 diapositivas

Último(20)

ANGULARJS.pdf por ArthyR3
ANGULARJS.pdfANGULARJS.pdf
ANGULARJS.pdf
ArthyR351 vistas
12.5.23 Poverty and Precarity.pptx por mary850239
12.5.23 Poverty and Precarity.pptx12.5.23 Poverty and Precarity.pptx
12.5.23 Poverty and Precarity.pptx
mary850239381 vistas
Payment Integration using Braintree Connector | MuleSoft Mysore Meetup #37 por MysoreMuleSoftMeetup
Payment Integration using Braintree Connector | MuleSoft Mysore Meetup #37Payment Integration using Braintree Connector | MuleSoft Mysore Meetup #37
Payment Integration using Braintree Connector | MuleSoft Mysore Meetup #37
Monthly Information Session for MV Asterix (November) por Esquimalt MFRC
Monthly Information Session for MV Asterix (November)Monthly Information Session for MV Asterix (November)
Monthly Information Session for MV Asterix (November)
Esquimalt MFRC107 vistas
Creative Restart 2023: Atila Martins - Craft: A Necessity, Not a Choice por Taste
Creative Restart 2023: Atila Martins - Craft: A Necessity, Not a ChoiceCreative Restart 2023: Atila Martins - Craft: A Necessity, Not a Choice
Creative Restart 2023: Atila Martins - Craft: A Necessity, Not a Choice
Taste45 vistas
INT-244 Topic 6b Confucianism por S Meyer
INT-244 Topic 6b ConfucianismINT-244 Topic 6b Confucianism
INT-244 Topic 6b Confucianism
S Meyer45 vistas
The Future of Micro-credentials: Is Small Really Beautiful? por Mark Brown
The Future of Micro-credentials:  Is Small Really Beautiful?The Future of Micro-credentials:  Is Small Really Beautiful?
The Future of Micro-credentials: Is Small Really Beautiful?
Mark Brown75 vistas
Pharmaceutical Analysis PPT (BP 102T) por yakshpharmacy009
Pharmaceutical Analysis PPT (BP 102T) Pharmaceutical Analysis PPT (BP 102T)
Pharmaceutical Analysis PPT (BP 102T)
yakshpharmacy009108 vistas
JRN 362 - Lecture Twenty-Three (Epilogue) por Rich Hanley
JRN 362 - Lecture Twenty-Three (Epilogue)JRN 362 - Lecture Twenty-Three (Epilogue)
JRN 362 - Lecture Twenty-Three (Epilogue)
Rich Hanley41 vistas
Guess Papers ADC 1, Karachi University por Khalid Aziz
Guess Papers ADC 1, Karachi UniversityGuess Papers ADC 1, Karachi University
Guess Papers ADC 1, Karachi University
Khalid Aziz99 vistas
Create a Structure in VBNet.pptx por Breach_P
Create a Structure in VBNet.pptxCreate a Structure in VBNet.pptx
Create a Structure in VBNet.pptx
Breach_P86 vistas
Class 9 lesson plans por TARIQ KHAN
Class 9 lesson plansClass 9 lesson plans
Class 9 lesson plans
TARIQ KHAN82 vistas
Retail Store Scavenger Hunt.pptx por jmurphy154
Retail Store Scavenger Hunt.pptxRetail Store Scavenger Hunt.pptx
Retail Store Scavenger Hunt.pptx
jmurphy15452 vistas

SETS-AND-SUBSETS.pptx

  • 2. Four Basic Concepts SETS AND ITS BASIC OPERATIONS RELATIONS FUNCTIONS BINARY OPERATIONS
  • 3. Sets and its basic operations Four Basic Concepts LESSON 1
  • 4. DEFINITION In Math, sets are a collection of well- defined objects or elements. A set is represented by a capital letter symbol and the number of elements in the finite set is represented as the cardinal number of a set in a curly bracket {…}.
  • 5. EXAMPLES 1. A set of counting numbers from 1 to 10. 2. A set of English alphabet from a to c. 3. A set of integers. 1. A = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10} 2. B = {a, b, c} 3. C = {.... -3, -2, -1, 0, 1, 2, 3, ...}
  • 6. x S x S "x is an element of S" "x is not an element of S" What is an element of a set?
  • 7. The language of Sets The notation means that an item belongs to a set. 1 A 3 A 6 A Pertains to each member of the set. Illustration Say A = {1, 2, 3, 4, 5} 5 A ELEMENT OF A SET
  • 8. Terminologies of Sets Unit set is a set that contains only one element. UNIT SET Illustration A = {1} B= {c} C= {banana}
  • 9. Terminologies of Sets Empty or null set is a set that has no element. EMPTY SET or NULL SET; Illustration A = {} A set of seven yellow carabaos.
  • 10. Terminologies of Sets Finite set is a set which elements are countable. FINITE SET Illustration A = {1, 2, 3, 4, 5} B = {a, b, c, d}
  • 11. Terminologies of Sets Infinite set is a set which elements are not countable or has no end. INFINITE SET Illustration Set of counting numbers A = {.... -3, -2, -1, 0, 1, 2, 3, ...}
  • 12. Terminologies of Sets Total number of the elements in a set. CARDINAL NUMBER; n Illustration A = {2, 4, 6, 8} B = {a, c, e} n = 4 n = 3
  • 13. Two sets are said to be equal iff the have equal number of cardinality and the elements are identical. EQUAL SET Illustration A = {1, 2, 3, 4, 5} B = {3, 5, 2, 1, 4} A and B are equal sets Terminologies of Sets
  • 14. Two sets are said to be equivalent if the Sets have the exact number of elements. There is a 1-1 correspondence. EQUIVALENT SET Illustration A = {1, 2, 3, 4, 5} B = {a, b, c, d, e} A and B are equivalent sets Terminologies of Sets
  • 15. Universal set is the set of all elements under discussion UNIVERSAL SET; U Illustration A set of an English alphabet U = {a, b, c, d, ...z} Terminologies of Sets
  • 16. Two sets, say A and B, are said to be joint iff they have common element/s. JOINT SETS Illustration A = {1, 2, 3} B = {2, 4, 6} A and B are joint sets since they have a common element, 2. Terminologies of Sets
  • 17. Two sets, say A and B, are said to be disjoint iff they are mutually exclusive or they don't have common element/s. DISJOINT SETS Illustration A = {1, 2, 3} B = {4, 6, 8} A and B are disjoint sets since they don't have a common element. Terminologies of Sets
  • 18. TWO WAYS OF DESCRIBING A SET It is done by listing or tabulating the elements of the set. ROSTER or TABULAR METHOD Illustration A = {2, 4, 6} B = {a, b, d, e, h, i} C = {blue, red, yellow}
  • 19. It is done by stating or describing the common characteristics of the elements of the set. We use the notation A = {x l x ...} RULE or SET-BUILDER METHOD Illustration A = {x l x is a counting number from 1 to 5} B = {x l x English alphabet} TWO WAYS OF DESCRIBING A SET
  • 21. A subset, A B, means that every element of A is also an element of B. If x A then, x B SUBSETS In particular, every set is a subset of itself. A A
  • 22. SUBSETS A subset is called a proper subset, A is a proper subset of B, if there is at least one element of B that is not in A. A B A = {1, 3, 5, 7} Illustration B = {1, 3, 5, 7, 9, 11} every element of A is an element of B there is at least 1 element in B that is not an element of A
  • 23. The empty or null set, {} or , is a subset of every set. How many subsets are there in the set Illustration A = {1, 2, 3} The number of subsets of a given set is given by , n is the number of elements of the given set. 2 n List down all the subsets of A. SUBSETS
  • 24. Solution: {1} 2 n List of subsets: Number of elements = 3 = 2 3 = 8 A has 8 subsets. With one element {2} {3} With two elements {1, 2} {1, 3} {2, 3} With three elements {1, 2, 3} With no element {} or SUBSETS
  • 25. ORDERED PAIR "b" Given elements a and b, the symbol (a, b) denotes the ordered pair consisting of a and b together. "a" first element second element two ordered pairs (a, b) and (c, d) are equal iff a = c and b = d
  • 26. ORDERED PAIR (a, b) = (c, d) Symbolically, means that a = c and b = d Illustration If (a, b) = (3, 2) then a = 3 and b = 2 Find x and y if (4x + 3, y) = (3x + 5, -2) 4x + 3 = 3x + 5 y = -2 4x - 3x = 5 - 3 x = 2
  • 27. OPERATION ON SETS A B UNION OF SETS The union of sets A and B, denoted by is defined as A B = {x l x A or x B} Illustration If A = {1, 2, 3} and B = {4, 5}, then A B = {1, 2, 3, 4, 5} If A = {1, 2, 3} and B = {1, 2, 4, 5}, then A B = {1, 2, 3, 4, 5}
  • 28. A B UNION OF SETS Illustration OPERATION ON SETS
  • 29. The intersection of sets A and B, denoted by A B = {x l x A and x B} A B = {1, 2} A B = {} or A B INTERSECTION OF SETS is defined as Illustration If A = {1, 2, 3} and B = {4, 5}, then If A = {1, 2, 3} and B = {1, 2, 4, 5}, then OPERATION ON SETS
  • 30. A B INTERSECTION OF SETS Illustration OPERATION ON SETS
  • 31. The difference of sets A and B, denoted by A - B = {x l x A and x B} A - B = {3} A - B = {1, 2, 3} A - B DIFFERENCE OF SETS is defined as Illustration If A = {1, 2, 3} and B = {4, 5}, then If A = {1, 2, 3} and B = {1, 2, 4, 5}, then OPERATION ON SETS
  • 32. A - B DIFFERENCE OF SETS Illustration OPERATION ON SETS
  • 33. For set A, the difference U - A, where U is the universal set is called the complement of A, denoted by . Thus it is the set of everything that is not in A. A COMPLEMENT OF SETS Illustration Let U = {a, e, i, o u} and A = {a, e}, then c or A' Ac = {i, o, u} OPERATION ON SETS
  • 35. Given sets A and B, the cartesian product of A and B, denoted by and read as "A cross B", is the set of all ordered pair (a, b), where a is in A and b is in B. A x B CARTESIAN PRODUCT = {(a,b) l a A and b B} A x B Note that A x B is not equal to B x A OPERATION ON SETS
  • 36. CARTESIAN PRODUCT, cont'd A x B = {(1, a), (1, b), (2, a), (2, b)} Illustration If A = {1, 2, } and B = {a, b}, what is A x B? what is B x A? B x A = {(a, 1), (a, 2), (b, 1), (b, 2)} OPERATION ON SETS