SlideShare a Scribd company logo
Part 1 Module 1
Sets, elements, subsets
In this course we cover a variety of topics, some of which
may seem to be completely unrelated to others.
Set mathematics
Combinatorics
Symbolic logic
Statistics
Probability
Geometry
Logic and reasoning in mathematics
The unifying theme in this course is the role of logic and
reasoning in mathematics.
For every fact or procedure in math, there is a “simple”
logical explanation for why that fact must be true, or why
that procedure must produce the desired results.
The content of this course is such that a novice student
should be able understand the logical underpinnings for
every fact or procedure that we introduce.
Set mathematics
We begin the semester with an introduction to set
mathematics (Part 1 Modules 1, 2, and 3).
There are several reasons for this, including:
Set math is a user-friendly topic.
Set math presents good examples of the role of logic and
reasoning in mathematics.
Many of the facts and procedures in set math carry over
directly to other topics in the course.
Any collection of objects is a set.
The objects contained in a set are called its elements
or members.
The roster method defines a particular set by listing
its elements, separated by commas, within curly
brackets.
Sets, elements
Here are examples of sets defined by the roster
method.
{a, b, c}
{1, 2, 3, 4, 5}
{Moe, Larry, Curly}
{cat, dog}
Roster method
Names for sets
It is conventional to use capital letters for names of sets.
S = {a, b, c}
A = {1, 2, 3, 4, 5}
T = {Moe, Larry, Curly}
B = {cat, dog}
Sets, elements
Referring to the sets
S = {a, b, c} and
T = {Moe, Larry, Curly},
we observe, for example, that
“a is an element of S”
and
“Larry is an element of T.”
These statements are denoted symbolically, as follows:
a ∈ S
Larry ∈ T
Sets, elements
Referring to the sets
S = {a, b, c}
and
T = {Moe, Larry, Curly},
we observe, for example, that
“d is not an element of S”
and
“Shemp is not an element of T.”
These statements are denoted symbolically, as follows:
d ∉ S
Shemp ∉ T
Cardinality
The cardinality of a set is the number of elements contained in that
set.
For example, let S = {a, b, c} and B ={dog, cat}.
Then, the cardinality of S is 3, and the cardinality of B is 2.
These facts are denoted symbolically, as follows:
n(S) = 3
n(B) = 2
Cardinality
In general, if V is any set, then
n(V)
represents the number of elements in set V.
Set Equality
Two sets are equal if they contain exactly the same
elements.
For example
{1, 2, 3, 4, 5} = {5, 3, 1, 4, 2}
{Moe, Larry} = {Moe, Larry}
{b, c, a} = S (referring to the set S defined earlier).
However,
{1, 2, 3, 4, 5} ≠ {a, b, c, d, e}
Set Equality
More formally, if V and W are any sets, then
V = W
means that every element of V is also an element of W
and
every element of W is also an element of V.
Note that the order in which the elements are listed is not important.
Subsets (informal definition)
Suppose V is a set,
and
W is a set that is formed using only
the elements of V
(that is, W can be formed entirely by including/excluding elements of V).
We say that W is a subset of V.
This is conveyed symbolically as follows:
W ⊆ V
Subsets
Example
Let T = {Moe, Larry, Curly}
List all the subsets of T.
{Moe}
{Larry}
{Curly}
{Moe, Larry}
{Moe, Curly}
{Larry, Curly}
{Moe, Larry, Curly}
{ } ←This set is known as the empty set.
Subsets
Observe the following, from the previous example.
1. {Moe, Larry, Curly} ⊆ {Moe, Larry, Curly}
General fact: Every set is a subset of itself.
2. { } ⊆ {Moe, Larry, Curly}
General fact: The empty set is a subset of every set.
Subsets (formal definition)
Here is a more formal definition of the term subset:
Suppose V and W are sets, and that every element of W is
also an element of V. Then W ⊆ V.
This is equivalent to saying that W is a subset of V,
if there is no element of W that isn’t also an element of V.
Examples (True or false)
1. {b, h, r, q} ⊆ {h, r} A. True B. False
2. {3, 12, 5, 19} ⊆ {19, 3, 5, 12, 18} A. True B. False
3. {a, 13, d, 2} ⊆ {13, 2, d, a} A. True B. False
Proper Subsets
Suppose W is a subset of V, but W is not equal to V.
Then W is a proper subset of V.
This is denoted
W ⊂ V
Proper Subsets
A proper subset is a subset that is not equal to the set it is a subset of.
A proper subset is a subset that is “smaller than” the set it is a subset
of.
A moment ago, we listed all the subsets of the set {Moe, Larry, Curly}.
Here they are:
1. { } 2. {Moe} 3. {Larry}
4. {Curly} 5. {Moe, Larry} 6. {Moe, Curly}
7. {Larry, Curly}8. {Moe, Larry, Curly}
Which of these are also proper subsets of {Moe, Larry, Curly}?
Answer: They are all proper subsets, except #8.
Complements and Universal Sets
Let T = {Moe, Larry, Curly}.
List all elements that aren’t in T.
Without a frame of reference, we can’t go anywhere with this
exercise.
Universal Sets
For a particular discussion or sequence of exercises in set
mathematics, a Universal Set (U) is “larger” set that
contains, at least, all the elements of all the other sets in the
discussion.
A universal set serves as a frame of reference for the discussion.
Example
Let U = {Moe, Larry, Curly, Shemp, Curly Joe}.
Let T = {Moe, Larry, Curly}.
List all the elements that aren’t in T.
{Shemp, Curly Joe}
We call this set the complement of T, denoted T′
Set-builder notation
So far, we have been using the roster method for defining
sets. The roster method defines a set by listing its
elements.
An alternative approach is to define a set by describing its
elements, rather than literally listing them.
Set-builder notation is a way of defining a set by
describing its elements, rather than listing them.
Set-builder notation
Let U = {a, b, c, d, e, f}.
The universe for this discussion consists of six letters, four of
which are consonants, two of which are vowels.
Within this universe, let C be the set containing all the
consonants, and let V be the set containing all the
vowels.
Set-builder notation
Let U = {a, b, c, d, e, f}.
C = {x|x is a consonant}
C is “the set of all x, such that x is a consonant.”
C = {x|x is a consonant} = {b, c, d, f}
V = {x|x is a vowel}
V is “the set of all x, such that x is a vowel.”
V = {x|x is a vowel} = {a, e}
Exercises
Let U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}
A = {3, 5}
E = {2, 4, 6, 8, 10}
F = {x|x is an odd number}
True or false:
1. E′ = F A. True B. False
2. F ⊆ A A. True B. False
3. {1, 2, 3} ⊆ {2, 3, 5, 6} A. True B. False
4. {4, 7} ⊆ {4, 7} A. True B. False
Exercises
Let U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}
A = {3, 5}
E = {2, 4, 6, 8, 10}
F = {x|x is an odd number}
True or false:
5. {4, 7} ⊂ {4, 7} A. True B. False
6. {4} ⊂ {4, 7} A. True B. False
Exercise
Let U = {Moe, Larry, Curly, Shemp, Curly
Joe}
T = {Moe, Larry, Curly}
True or False:
{ } ⊆ { }
A. True B. False
The number of subsets in a finite set
Common sense suggests that the more elements a
set has, the more subsets it will have.
As we shall see, there is a precise relationship
between the cardinality of a set an the number
of subsets it has.
The number of subsets in a finite set.
S n(S) subsets of S number of
subsets
{ }
{a}
{a, b}
{a, b, c}
{a, b, c, d}
The number of subsets in a finite set.
For a set V, suppose n(V) = k.
Then V has 2k
subsets and 2k
– 1
proper subsets.

More Related Content

What's hot

Universal Set and Subset using Venn Diagram
Universal Set and Subset using Venn DiagramUniversal Set and Subset using Venn Diagram
Universal Set and Subset using Venn Diagram
Free Math Powerpoints
 
Sets and Subsets
Sets and SubsetsSets and Subsets
Sets and Subsets
Bernadeth Mesterio
 
lesson plan on Addition & subtraction of integers
lesson plan on Addition & subtraction of integerslesson plan on Addition & subtraction of integers
lesson plan on Addition & subtraction of integers
Cheryl Asia
 
Number theory
Number theoryNumber theory
Number theory
AbdulsemedEngida
 
Evaluating algebraic expressions
Evaluating algebraic expressionsEvaluating algebraic expressions
Evaluating algebraic expressions
Rommel Gabieta
 
Tos g10 (1 st quarter)
Tos g10 (1 st quarter)Tos g10 (1 st quarter)
Tos g10 (1 st quarter)
Hazel Charise Gonzales
 
Math 7 | lesson 1 Sets
Math 7 | lesson 1 SetsMath 7 | lesson 1 Sets
Math 7 | lesson 1 Sets
Ariel Gilbuena
 
MIT Math Syllabus 10-3 Lesson 1: Sets and the real number system
MIT Math Syllabus 10-3 Lesson 1: Sets and the real number systemMIT Math Syllabus 10-3 Lesson 1: Sets and the real number system
MIT Math Syllabus 10-3 Lesson 1: Sets and the real number system
Lawrence De Vera
 
Mathematical investigation
Mathematical investigationMathematical investigation
Mathematical investigation
giselle_just
 
Gr. 7 math lm (q1 to 4)
Gr. 7 math lm (q1 to 4)Gr. 7 math lm (q1 to 4)
Gr. 7 math lm (q1 to 4)
rodsanton
 
Absolute value
Absolute valueAbsolute value
Absolute value
tvierra
 
Lesson 1.9 the set of rational numbers
Lesson 1.9   the set of rational numbersLesson 1.9   the set of rational numbers
Lesson 1.9 the set of rational numbers
JohnnyBallecer
 
2.2 Set Operations
2.2 Set Operations2.2 Set Operations
2.2 Set Operations
showslidedump
 
Writing Instructional Objectives in the Affective Domain
Writing Instructional Objectives in the Affective DomainWriting Instructional Objectives in the Affective Domain
Writing Instructional Objectives in the Affective Domain
Mr. Ronald Quileste, PhD
 
Math grade 7 learner's module
Math grade 7 learner's moduleMath grade 7 learner's module
Math grade 7 learner's module
Maria Carmela Maligaya
 
Powerpoint on K-12 Mathematics Grade 7 Q1 (Fundamental Operations of Integer...
Powerpoint  on K-12 Mathematics Grade 7 Q1 (Fundamental Operations of Integer...Powerpoint  on K-12 Mathematics Grade 7 Q1 (Fundamental Operations of Integer...
Powerpoint on K-12 Mathematics Grade 7 Q1 (Fundamental Operations of Integer...
Franz Jeremiah Ü Ibay
 
Math Lesson 1 for National Learning Camp.pptx
Math Lesson 1 for National Learning Camp.pptxMath Lesson 1 for National Learning Camp.pptx
Math Lesson 1 for National Learning Camp.pptx
MarminJudaya1
 
Properties of real numbers
Properties of real numbersProperties of real numbers
Properties of real numbers
jennytuazon01630
 
DLL_ENGLISH 6_Q1_W9.docx
DLL_ENGLISH 6_Q1_W9.docxDLL_ENGLISH 6_Q1_W9.docx
DLL_ENGLISH 6_Q1_W9.docx
VALERIEYDIZON
 
Math 7 | Lesson 2 Set Operations and the Venn Diagram
Math 7 |  Lesson 2 Set Operations and the Venn DiagramMath 7 |  Lesson 2 Set Operations and the Venn Diagram
Math 7 | Lesson 2 Set Operations and the Venn Diagram
Ariel Gilbuena
 

What's hot (20)

Universal Set and Subset using Venn Diagram
Universal Set and Subset using Venn DiagramUniversal Set and Subset using Venn Diagram
Universal Set and Subset using Venn Diagram
 
Sets and Subsets
Sets and SubsetsSets and Subsets
Sets and Subsets
 
lesson plan on Addition & subtraction of integers
lesson plan on Addition & subtraction of integerslesson plan on Addition & subtraction of integers
lesson plan on Addition & subtraction of integers
 
Number theory
Number theoryNumber theory
Number theory
 
Evaluating algebraic expressions
Evaluating algebraic expressionsEvaluating algebraic expressions
Evaluating algebraic expressions
 
Tos g10 (1 st quarter)
Tos g10 (1 st quarter)Tos g10 (1 st quarter)
Tos g10 (1 st quarter)
 
Math 7 | lesson 1 Sets
Math 7 | lesson 1 SetsMath 7 | lesson 1 Sets
Math 7 | lesson 1 Sets
 
MIT Math Syllabus 10-3 Lesson 1: Sets and the real number system
MIT Math Syllabus 10-3 Lesson 1: Sets and the real number systemMIT Math Syllabus 10-3 Lesson 1: Sets and the real number system
MIT Math Syllabus 10-3 Lesson 1: Sets and the real number system
 
Mathematical investigation
Mathematical investigationMathematical investigation
Mathematical investigation
 
Gr. 7 math lm (q1 to 4)
Gr. 7 math lm (q1 to 4)Gr. 7 math lm (q1 to 4)
Gr. 7 math lm (q1 to 4)
 
Absolute value
Absolute valueAbsolute value
Absolute value
 
Lesson 1.9 the set of rational numbers
Lesson 1.9   the set of rational numbersLesson 1.9   the set of rational numbers
Lesson 1.9 the set of rational numbers
 
2.2 Set Operations
2.2 Set Operations2.2 Set Operations
2.2 Set Operations
 
Writing Instructional Objectives in the Affective Domain
Writing Instructional Objectives in the Affective DomainWriting Instructional Objectives in the Affective Domain
Writing Instructional Objectives in the Affective Domain
 
Math grade 7 learner's module
Math grade 7 learner's moduleMath grade 7 learner's module
Math grade 7 learner's module
 
Powerpoint on K-12 Mathematics Grade 7 Q1 (Fundamental Operations of Integer...
Powerpoint  on K-12 Mathematics Grade 7 Q1 (Fundamental Operations of Integer...Powerpoint  on K-12 Mathematics Grade 7 Q1 (Fundamental Operations of Integer...
Powerpoint on K-12 Mathematics Grade 7 Q1 (Fundamental Operations of Integer...
 
Math Lesson 1 for National Learning Camp.pptx
Math Lesson 1 for National Learning Camp.pptxMath Lesson 1 for National Learning Camp.pptx
Math Lesson 1 for National Learning Camp.pptx
 
Properties of real numbers
Properties of real numbersProperties of real numbers
Properties of real numbers
 
DLL_ENGLISH 6_Q1_W9.docx
DLL_ENGLISH 6_Q1_W9.docxDLL_ENGLISH 6_Q1_W9.docx
DLL_ENGLISH 6_Q1_W9.docx
 
Math 7 | Lesson 2 Set Operations and the Venn Diagram
Math 7 |  Lesson 2 Set Operations and the Venn DiagramMath 7 |  Lesson 2 Set Operations and the Venn Diagram
Math 7 | Lesson 2 Set Operations and the Venn Diagram
 

Similar to Set

Sets-newest.pptx
Sets-newest.pptxSets-newest.pptx
Sets-newest.pptx
jessiemarietan1
 
BCA_Semester-I_Mathematics-I_Set theory and function
BCA_Semester-I_Mathematics-I_Set theory and functionBCA_Semester-I_Mathematics-I_Set theory and function
BCA_Semester-I_Mathematics-I_Set theory and function
Rai University
 
Set theory- Introduction, symbols with its meaning
Set theory- Introduction, symbols with its meaningSet theory- Introduction, symbols with its meaning
Set theory- Introduction, symbols with its meaning
DipakMahurkar1
 
Set, Relations and Functions
Set, Relations and FunctionsSet, Relations and Functions
Set, Relations and Functions
suthi
 
functions and sets.pdf
functions and sets.pdffunctions and sets.pdf
functions and sets.pdf
petermulei3
 
functions and sets.pdf
functions and sets.pdffunctions and sets.pdf
functions and sets.pdf
petermulei3
 
02 Representing Sets and Types of Sets.pptx
02 Representing Sets and Types of Sets.pptx02 Representing Sets and Types of Sets.pptx
02 Representing Sets and Types of Sets.pptx
MerrykrisIgnacio
 
Subsets Definition Types, Properties and Example Questions.pdf
Subsets Definition Types, Properties and Example Questions.pdfSubsets Definition Types, Properties and Example Questions.pdf
Subsets Definition Types, Properties and Example Questions.pdf
Chloe Cheney
 
Discrete mathematic
Discrete mathematicDiscrete mathematic
Discrete mathematic
Naralaswapna
 
Lesson 1.1 basic ideas of sets part 1
Lesson 1.1   basic ideas of sets part 1Lesson 1.1   basic ideas of sets part 1
Lesson 1.1 basic ideas of sets part 1
JohnnyBallecer
 
The basic concept of sets
The basic concept of setsThe basic concept of sets
The basic concept of sets
PRINTDESK by Dan
 
Explore the foundational concepts of sets in discrete mathematics
Explore the foundational concepts of sets in discrete mathematicsExplore the foundational concepts of sets in discrete mathematics
Explore the foundational concepts of sets in discrete mathematics
Dr Chetan Bawankar
 
Presentation on-set
Presentation on-setPresentation on-set
Presentation on-set
SabinDhakal13
 
The importance of math
The importance of mathThe importance of math
The importance of math
Tayyaba Syed
 
Q1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptx
Q1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptxQ1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptx
Q1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptx
NovyFacun1
 
Set _Number System
Set _Number SystemSet _Number System
Set _Number System
shahab abbasi
 
Module week 1 Q1
Module week 1 Q1Module week 1 Q1
Module week 1 Q1
Rommel Limbauan
 
Set concepts
Set conceptsSet concepts
Set concepts
Malti Aswal
 
G7 Math Q1- Week 1- Introduction of Set.pptx
G7 Math Q1- Week 1- Introduction of Set.pptxG7 Math Q1- Week 1- Introduction of Set.pptx
G7 Math Q1- Week 1- Introduction of Set.pptx
John Loue Bigno
 
Digital text sets pdf
Digital text sets  pdfDigital text sets  pdf
Digital text sets pdf
stephy1234
 

Similar to Set (20)

Sets-newest.pptx
Sets-newest.pptxSets-newest.pptx
Sets-newest.pptx
 
BCA_Semester-I_Mathematics-I_Set theory and function
BCA_Semester-I_Mathematics-I_Set theory and functionBCA_Semester-I_Mathematics-I_Set theory and function
BCA_Semester-I_Mathematics-I_Set theory and function
 
Set theory- Introduction, symbols with its meaning
Set theory- Introduction, symbols with its meaningSet theory- Introduction, symbols with its meaning
Set theory- Introduction, symbols with its meaning
 
Set, Relations and Functions
Set, Relations and FunctionsSet, Relations and Functions
Set, Relations and Functions
 
functions and sets.pdf
functions and sets.pdffunctions and sets.pdf
functions and sets.pdf
 
functions and sets.pdf
functions and sets.pdffunctions and sets.pdf
functions and sets.pdf
 
02 Representing Sets and Types of Sets.pptx
02 Representing Sets and Types of Sets.pptx02 Representing Sets and Types of Sets.pptx
02 Representing Sets and Types of Sets.pptx
 
Subsets Definition Types, Properties and Example Questions.pdf
Subsets Definition Types, Properties and Example Questions.pdfSubsets Definition Types, Properties and Example Questions.pdf
Subsets Definition Types, Properties and Example Questions.pdf
 
Discrete mathematic
Discrete mathematicDiscrete mathematic
Discrete mathematic
 
Lesson 1.1 basic ideas of sets part 1
Lesson 1.1   basic ideas of sets part 1Lesson 1.1   basic ideas of sets part 1
Lesson 1.1 basic ideas of sets part 1
 
The basic concept of sets
The basic concept of setsThe basic concept of sets
The basic concept of sets
 
Explore the foundational concepts of sets in discrete mathematics
Explore the foundational concepts of sets in discrete mathematicsExplore the foundational concepts of sets in discrete mathematics
Explore the foundational concepts of sets in discrete mathematics
 
Presentation on-set
Presentation on-setPresentation on-set
Presentation on-set
 
The importance of math
The importance of mathThe importance of math
The importance of math
 
Q1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptx
Q1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptxQ1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptx
Q1 Week 1 Lesson -Concepts of Sets and Operation on Sets.pptx
 
Set _Number System
Set _Number SystemSet _Number System
Set _Number System
 
Module week 1 Q1
Module week 1 Q1Module week 1 Q1
Module week 1 Q1
 
Set concepts
Set conceptsSet concepts
Set concepts
 
G7 Math Q1- Week 1- Introduction of Set.pptx
G7 Math Q1- Week 1- Introduction of Set.pptxG7 Math Q1- Week 1- Introduction of Set.pptx
G7 Math Q1- Week 1- Introduction of Set.pptx
 
Digital text sets pdf
Digital text sets  pdfDigital text sets  pdf
Digital text sets pdf
 

More from jomargersalia

Accessing your M365 accounts - Student view.pptx
Accessing your M365 accounts - Student view.pptxAccessing your M365 accounts - Student view.pptx
Accessing your M365 accounts - Student view.pptx
jomargersalia
 
Classroom management
Classroom managementClassroom management
Classroom management
jomargersalia
 
Tos 2nd qtr g10 math
Tos 2nd qtr g10 mathTos 2nd qtr g10 math
Tos 2nd qtr g10 math
jomargersalia
 
ehris-rollout-ppt-v2.6
ehris-rollout-ppt-v2.6ehris-rollout-ppt-v2.6
ehris-rollout-ppt-v2.6
jomargersalia
 
Rpms ppst
Rpms ppstRpms ppst
Rpms ppst
jomargersalia
 
Prof ed ready
Prof ed readyProf ed ready
Prof ed ready
jomargersalia
 

More from jomargersalia (6)

Accessing your M365 accounts - Student view.pptx
Accessing your M365 accounts - Student view.pptxAccessing your M365 accounts - Student view.pptx
Accessing your M365 accounts - Student view.pptx
 
Classroom management
Classroom managementClassroom management
Classroom management
 
Tos 2nd qtr g10 math
Tos 2nd qtr g10 mathTos 2nd qtr g10 math
Tos 2nd qtr g10 math
 
ehris-rollout-ppt-v2.6
ehris-rollout-ppt-v2.6ehris-rollout-ppt-v2.6
ehris-rollout-ppt-v2.6
 
Rpms ppst
Rpms ppstRpms ppst
Rpms ppst
 
Prof ed ready
Prof ed readyProf ed ready
Prof ed ready
 

Recently uploaded

Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
Nguyen Thanh Tu Collection
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
adhitya5119
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
Celine George
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
NgcHiNguyn25
 

Recently uploaded (20)

Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
 

Set

  • 1. Part 1 Module 1 Sets, elements, subsets In this course we cover a variety of topics, some of which may seem to be completely unrelated to others. Set mathematics Combinatorics Symbolic logic Statistics Probability Geometry
  • 2. Logic and reasoning in mathematics The unifying theme in this course is the role of logic and reasoning in mathematics. For every fact or procedure in math, there is a “simple” logical explanation for why that fact must be true, or why that procedure must produce the desired results. The content of this course is such that a novice student should be able understand the logical underpinnings for every fact or procedure that we introduce.
  • 3. Set mathematics We begin the semester with an introduction to set mathematics (Part 1 Modules 1, 2, and 3). There are several reasons for this, including: Set math is a user-friendly topic. Set math presents good examples of the role of logic and reasoning in mathematics. Many of the facts and procedures in set math carry over directly to other topics in the course.
  • 4. Any collection of objects is a set. The objects contained in a set are called its elements or members. The roster method defines a particular set by listing its elements, separated by commas, within curly brackets. Sets, elements
  • 5. Here are examples of sets defined by the roster method. {a, b, c} {1, 2, 3, 4, 5} {Moe, Larry, Curly} {cat, dog} Roster method
  • 6. Names for sets It is conventional to use capital letters for names of sets. S = {a, b, c} A = {1, 2, 3, 4, 5} T = {Moe, Larry, Curly} B = {cat, dog}
  • 7. Sets, elements Referring to the sets S = {a, b, c} and T = {Moe, Larry, Curly}, we observe, for example, that “a is an element of S” and “Larry is an element of T.” These statements are denoted symbolically, as follows: a ∈ S Larry ∈ T
  • 8. Sets, elements Referring to the sets S = {a, b, c} and T = {Moe, Larry, Curly}, we observe, for example, that “d is not an element of S” and “Shemp is not an element of T.” These statements are denoted symbolically, as follows: d ∉ S Shemp ∉ T
  • 9. Cardinality The cardinality of a set is the number of elements contained in that set. For example, let S = {a, b, c} and B ={dog, cat}. Then, the cardinality of S is 3, and the cardinality of B is 2. These facts are denoted symbolically, as follows: n(S) = 3 n(B) = 2
  • 10. Cardinality In general, if V is any set, then n(V) represents the number of elements in set V.
  • 11. Set Equality Two sets are equal if they contain exactly the same elements. For example {1, 2, 3, 4, 5} = {5, 3, 1, 4, 2} {Moe, Larry} = {Moe, Larry} {b, c, a} = S (referring to the set S defined earlier). However, {1, 2, 3, 4, 5} ≠ {a, b, c, d, e}
  • 12. Set Equality More formally, if V and W are any sets, then V = W means that every element of V is also an element of W and every element of W is also an element of V. Note that the order in which the elements are listed is not important.
  • 13. Subsets (informal definition) Suppose V is a set, and W is a set that is formed using only the elements of V (that is, W can be formed entirely by including/excluding elements of V). We say that W is a subset of V. This is conveyed symbolically as follows: W ⊆ V
  • 14. Subsets Example Let T = {Moe, Larry, Curly} List all the subsets of T. {Moe} {Larry} {Curly} {Moe, Larry} {Moe, Curly} {Larry, Curly} {Moe, Larry, Curly} { } ←This set is known as the empty set.
  • 15. Subsets Observe the following, from the previous example. 1. {Moe, Larry, Curly} ⊆ {Moe, Larry, Curly} General fact: Every set is a subset of itself. 2. { } ⊆ {Moe, Larry, Curly} General fact: The empty set is a subset of every set.
  • 16. Subsets (formal definition) Here is a more formal definition of the term subset: Suppose V and W are sets, and that every element of W is also an element of V. Then W ⊆ V. This is equivalent to saying that W is a subset of V, if there is no element of W that isn’t also an element of V. Examples (True or false) 1. {b, h, r, q} ⊆ {h, r} A. True B. False 2. {3, 12, 5, 19} ⊆ {19, 3, 5, 12, 18} A. True B. False 3. {a, 13, d, 2} ⊆ {13, 2, d, a} A. True B. False
  • 17. Proper Subsets Suppose W is a subset of V, but W is not equal to V. Then W is a proper subset of V. This is denoted W ⊂ V
  • 18. Proper Subsets A proper subset is a subset that is not equal to the set it is a subset of. A proper subset is a subset that is “smaller than” the set it is a subset of. A moment ago, we listed all the subsets of the set {Moe, Larry, Curly}. Here they are: 1. { } 2. {Moe} 3. {Larry} 4. {Curly} 5. {Moe, Larry} 6. {Moe, Curly} 7. {Larry, Curly}8. {Moe, Larry, Curly} Which of these are also proper subsets of {Moe, Larry, Curly}? Answer: They are all proper subsets, except #8.
  • 19. Complements and Universal Sets Let T = {Moe, Larry, Curly}. List all elements that aren’t in T. Without a frame of reference, we can’t go anywhere with this exercise.
  • 20. Universal Sets For a particular discussion or sequence of exercises in set mathematics, a Universal Set (U) is “larger” set that contains, at least, all the elements of all the other sets in the discussion. A universal set serves as a frame of reference for the discussion. Example Let U = {Moe, Larry, Curly, Shemp, Curly Joe}. Let T = {Moe, Larry, Curly}. List all the elements that aren’t in T. {Shemp, Curly Joe} We call this set the complement of T, denoted T′
  • 21. Set-builder notation So far, we have been using the roster method for defining sets. The roster method defines a set by listing its elements. An alternative approach is to define a set by describing its elements, rather than literally listing them. Set-builder notation is a way of defining a set by describing its elements, rather than listing them.
  • 22. Set-builder notation Let U = {a, b, c, d, e, f}. The universe for this discussion consists of six letters, four of which are consonants, two of which are vowels. Within this universe, let C be the set containing all the consonants, and let V be the set containing all the vowels.
  • 23. Set-builder notation Let U = {a, b, c, d, e, f}. C = {x|x is a consonant} C is “the set of all x, such that x is a consonant.” C = {x|x is a consonant} = {b, c, d, f} V = {x|x is a vowel} V is “the set of all x, such that x is a vowel.” V = {x|x is a vowel} = {a, e}
  • 24. Exercises Let U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10} A = {3, 5} E = {2, 4, 6, 8, 10} F = {x|x is an odd number} True or false: 1. E′ = F A. True B. False 2. F ⊆ A A. True B. False 3. {1, 2, 3} ⊆ {2, 3, 5, 6} A. True B. False 4. {4, 7} ⊆ {4, 7} A. True B. False
  • 25. Exercises Let U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10} A = {3, 5} E = {2, 4, 6, 8, 10} F = {x|x is an odd number} True or false: 5. {4, 7} ⊂ {4, 7} A. True B. False 6. {4} ⊂ {4, 7} A. True B. False
  • 26. Exercise Let U = {Moe, Larry, Curly, Shemp, Curly Joe} T = {Moe, Larry, Curly} True or False: { } ⊆ { } A. True B. False
  • 27. The number of subsets in a finite set Common sense suggests that the more elements a set has, the more subsets it will have. As we shall see, there is a precise relationship between the cardinality of a set an the number of subsets it has.
  • 28. The number of subsets in a finite set. S n(S) subsets of S number of subsets { } {a} {a, b} {a, b, c} {a, b, c, d}
  • 29. The number of subsets in a finite set. For a set V, suppose n(V) = k. Then V has 2k subsets and 2k – 1 proper subsets.