SlideShare a Scribd company logo
1 of 12
Download to read offline
Introduction to set theory and to methodology and philosophy of
mathematics and computer programming
Properties of inclusion
An overview
by Jan Plaza
c 2017 Jan Plaza
Use under the Creative Commons Attribution 4.0 International License
Version of February 14, 2017
Fact (on monotonicity of set operations)
1. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∪ Y1 ⊆ X2 ∪ Y2.
2. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∩ Y1 ⊆ X2 ∩ Y2.
3. If X1 ⊆ X2 and Y1 ⊇ Y2 then X1 − Y1 ⊆ X2 − Y2.
Fact (on monotonicity of set operations)
1. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∪ Y1 ⊆ X2 ∪ Y2.
2. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∩ Y1 ⊆ X2 ∩ Y2.
3. If X1 ⊆ X2 and Y1 ⊇ Y2 then X1 − Y1 ⊆ X2 − Y2.
Recall:
X ⊆ Y iff ∀u (u ∈ X → u ∈ Y ).
u ∈ X ∪ Y iff u ∈ X or u ∈ Y .
1. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∪ Y1 ⊆ X2 ∪ Y2.
Proof
1. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∪ Y1 ⊆ X2 ∪ Y2.
Proof
Assume X1 ⊆ X2 and Y1 ⊆ Y2.
Goal: X1 ∪ Y1 ⊆ X2 ∪ Y2.
1. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∪ Y1 ⊆ X2 ∪ Y2.
Proof
Assume X1 ⊆ X2 and Y1 ⊆ Y2.
Goal: X1 ∪ Y1 ⊆ X2 ∪ Y2.
Take any u.
Assume u ∈ X1 ∪ Y1.
New goal: u ∈ X2 ∪ Y2.
1. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∪ Y1 ⊆ X2 ∪ Y2.
Proof
Assume X1 ⊆ X2 and Y1 ⊆ Y2.
Goal: X1 ∪ Y1 ⊆ X2 ∪ Y2.
Take any u.
Assume u ∈ X1 ∪ Y1.
New goal: u ∈ X2 ∪ Y2.
Case 1: u ∈ X1.
Case 2: u ∈ Y1.
1. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∪ Y1 ⊆ X2 ∪ Y2.
Proof
Assume X1 ⊆ X2 and Y1 ⊆ Y2. (*)
Goal: X1 ∪ Y1 ⊆ X2 ∪ Y2.
Take any u.
Assume u ∈ X1 ∪ Y1.
New goal: u ∈ X2 ∪ Y2.
Case 1: u ∈ X1.
u ∈ X2, by (*).
Case 2: u ∈ Y1.
1. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∪ Y1 ⊆ X2 ∪ Y2.
Proof
Assume X1 ⊆ X2 and Y1 ⊆ Y2. (*)
Goal: X1 ∪ Y1 ⊆ X2 ∪ Y2.
Take any u.
Assume u ∈ X1 ∪ Y1.
New goal: u ∈ X2 ∪ Y2.
Case 1: u ∈ X1.
u ∈ X2, by (*).
So, u ∈ X2 ∪ Y2, and we reached the goal.
Case 2: u ∈ Y1.
1. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∪ Y1 ⊆ X2 ∪ Y2.
Proof
Assume X1 ⊆ X2 and Y1 ⊆ Y2. (*)
Goal: X1 ∪ Y1 ⊆ X2 ∪ Y2.
Take any u.
Assume u ∈ X1 ∪ Y1.
New goal: u ∈ X2 ∪ Y2.
Case 1: u ∈ X1.
u ∈ X2, by (*).
So, u ∈ X2 ∪ Y2, and we reached the goal.
Case 2: u ∈ Y1.
Similar.
Exercise
1. Repeat the proof above on your own. Write case 2 in full.
2. Prove: If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∩ Y1 ⊆ X2 ∩ Y2.
3. Disprove: If X1 ⊂ X2 and Y1 ⊂ Y2 then X1 ∪ Y1 ⊂ X2 ∪ Y2.
Exercise
True or false?
1. X ⊆ Y iff X ∪ Y =Y .
2. X ⊇ Y iff X ∩ Y =Y .
3. X ⊆ X ∪ Y and Y ⊆ X ∪ Y .
4. X ⊇ X ∩ Y and Y ⊇ X ∩ Y .
5. X ⊆ Z and Y ⊆ Z iff X ∪ Y ⊆ Z.
6. X ⊇ Z and Y ⊇ Z iff X ∩ Y ⊇ Z.

More Related Content

What's hot

3.2 Power sets
3.2 Power sets3.2 Power sets
3.2 Power setsJan Plaza
 
3.6 Families ordered by inclusion
3.6 Families ordered by inclusion3.6 Families ordered by inclusion
3.6 Families ordered by inclusionJan Plaza
 
2.8 Ordered tuples
2.8 Ordered tuples2.8 Ordered tuples
2.8 Ordered tuplesJan Plaza
 
Newtons Divided Difference Formulation
Newtons Divided Difference FormulationNewtons Divided Difference Formulation
Newtons Divided Difference FormulationSohaib H. Khan
 
Introduction to Treewidth
Introduction to TreewidthIntroduction to Treewidth
Introduction to TreewidthASPAK2014
 
Additional notes EC220
Additional notes EC220Additional notes EC220
Additional notes EC220Guo Xu
 
Algebra digital textbook gopika
Algebra digital textbook gopikaAlgebra digital textbook gopika
Algebra digital textbook gopikagopikarchandran
 
On The Generalized Topological Set Extension Results Using The Cluster Point ...
On The Generalized Topological Set Extension Results Using The Cluster Point ...On The Generalized Topological Set Extension Results Using The Cluster Point ...
On The Generalized Topological Set Extension Results Using The Cluster Point ...BRNSS Publication Hub
 
BBMP1103 - Sept 2011 exam workshop - part 8
BBMP1103 - Sept 2011 exam workshop - part 8BBMP1103 - Sept 2011 exam workshop - part 8
BBMP1103 - Sept 2011 exam workshop - part 8Richard Ng
 
Resumen de Integrales (Cálculo Diferencial e Integral UNAB)
Resumen de Integrales (Cálculo Diferencial e Integral UNAB)Resumen de Integrales (Cálculo Diferencial e Integral UNAB)
Resumen de Integrales (Cálculo Diferencial e Integral UNAB)Mauricio Vargas 帕夏
 
26 triple integrals
26 triple integrals26 triple integrals
26 triple integralsmath267
 
Aggressive Sampling for Multi-class to Binary Reduction with Applications to ...
Aggressive Sampling for Multi-class to Binary Reduction with Applications to ...Aggressive Sampling for Multi-class to Binary Reduction with Applications to ...
Aggressive Sampling for Multi-class to Binary Reduction with Applications to ...Ioannis Partalas
 
Adv math[unit 1]
Adv math[unit 1]Adv math[unit 1]
Adv math[unit 1]Nald Torres
 
Lesson 4: Calculating Limits
Lesson 4: Calculating LimitsLesson 4: Calculating Limits
Lesson 4: Calculating LimitsMatthew Leingang
 
Algebra 2 Section 5-1
Algebra 2 Section 5-1Algebra 2 Section 5-1
Algebra 2 Section 5-1Jimbo Lamb
 

What's hot (20)

3.2 Power sets
3.2 Power sets3.2 Power sets
3.2 Power sets
 
3.6 Families ordered by inclusion
3.6 Families ordered by inclusion3.6 Families ordered by inclusion
3.6 Families ordered by inclusion
 
2.8 Ordered tuples
2.8 Ordered tuples2.8 Ordered tuples
2.8 Ordered tuples
 
Newtons Divided Difference Formulation
Newtons Divided Difference FormulationNewtons Divided Difference Formulation
Newtons Divided Difference Formulation
 
Imc2017 day1-solutions
Imc2017 day1-solutionsImc2017 day1-solutions
Imc2017 day1-solutions
 
Introduction to Treewidth
Introduction to TreewidthIntroduction to Treewidth
Introduction to Treewidth
 
Additional notes EC220
Additional notes EC220Additional notes EC220
Additional notes EC220
 
Algebra digital textbook gopika
Algebra digital textbook gopikaAlgebra digital textbook gopika
Algebra digital textbook gopika
 
On The Generalized Topological Set Extension Results Using The Cluster Point ...
On The Generalized Topological Set Extension Results Using The Cluster Point ...On The Generalized Topological Set Extension Results Using The Cluster Point ...
On The Generalized Topological Set Extension Results Using The Cluster Point ...
 
Matching
MatchingMatching
Matching
 
BBMP1103 - Sept 2011 exam workshop - part 8
BBMP1103 - Sept 2011 exam workshop - part 8BBMP1103 - Sept 2011 exam workshop - part 8
BBMP1103 - Sept 2011 exam workshop - part 8
 
Algebra
AlgebraAlgebra
Algebra
 
Resumen de Integrales (Cálculo Diferencial e Integral UNAB)
Resumen de Integrales (Cálculo Diferencial e Integral UNAB)Resumen de Integrales (Cálculo Diferencial e Integral UNAB)
Resumen de Integrales (Cálculo Diferencial e Integral UNAB)
 
metric spaces
metric spacesmetric spaces
metric spaces
 
26 triple integrals
26 triple integrals26 triple integrals
26 triple integrals
 
Aggressive Sampling for Multi-class to Binary Reduction with Applications to ...
Aggressive Sampling for Multi-class to Binary Reduction with Applications to ...Aggressive Sampling for Multi-class to Binary Reduction with Applications to ...
Aggressive Sampling for Multi-class to Binary Reduction with Applications to ...
 
Adv math[unit 1]
Adv math[unit 1]Adv math[unit 1]
Adv math[unit 1]
 
Lesson 4: Calculating Limits
Lesson 4: Calculating LimitsLesson 4: Calculating Limits
Lesson 4: Calculating Limits
 
Interpolation
InterpolationInterpolation
Interpolation
 
Algebra 2 Section 5-1
Algebra 2 Section 5-1Algebra 2 Section 5-1
Algebra 2 Section 5-1
 

Similar to 2.6 Properties of inclusion

Transformation of random variables
Transformation of random variablesTransformation of random variables
Transformation of random variablesTarun Gehlot
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Solution3
Solution3Solution3
Solution3H K
 
3009 implicitdefere
3009 implicitdefere3009 implicitdefere
3009 implicitdeferejbianco9910
 
3009 implicitdefere
3009 implicitdefere3009 implicitdefere
3009 implicitdeferejbianco9910
 

Similar to 2.6 Properties of inclusion (9)

Transformation of random variables
Transformation of random variablesTransformation of random variables
Transformation of random variables
 
04_AJMS_335_21.pdf
04_AJMS_335_21.pdf04_AJMS_335_21.pdf
04_AJMS_335_21.pdf
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Imc2016 day2-solutions
Imc2016 day2-solutionsImc2016 day2-solutions
Imc2016 day2-solutions
 
第二次作業
第二次作業第二次作業
第二次作業
 
Solution3
Solution3Solution3
Solution3
 
3009 implicitdefere
3009 implicitdefere3009 implicitdefere
3009 implicitdefere
 
Ch[1].2
Ch[1].2Ch[1].2
Ch[1].2
 
3009 implicitdefere
3009 implicitdefere3009 implicitdefere
3009 implicitdefere
 

More from Jan Plaza

6.3 Equivalences versus partitions
6.3 Equivalences versus partitions6.3 Equivalences versus partitions
6.3 Equivalences versus partitionsJan Plaza
 
6.1 Partitions
6.1 Partitions6.1 Partitions
6.1 PartitionsJan Plaza
 
6.2 Reflexivity, symmetry and transitivity (dynamic slides)
6.2 Reflexivity, symmetry and transitivity (dynamic slides)6.2 Reflexivity, symmetry and transitivity (dynamic slides)
6.2 Reflexivity, symmetry and transitivity (dynamic slides)Jan Plaza
 
6.2 Reflexivity, symmetry and transitivity (handout)
6.2 Reflexivity, symmetry and transitivity (handout)6.2 Reflexivity, symmetry and transitivity (handout)
6.2 Reflexivity, symmetry and transitivity (handout)Jan Plaza
 
5.8 Permutations (handout)
5.8 Permutations (handout)5.8 Permutations (handout)
5.8 Permutations (handout)Jan Plaza
 
5.8 Permutations (dynamic slides)
5.8 Permutations (dynamic slides)5.8 Permutations (dynamic slides)
5.8 Permutations (dynamic slides)Jan Plaza
 
5.7 Function powers
5.7 Function powers5.7 Function powers
5.7 Function powersJan Plaza
 
5.6 Function inverse. A handout.
5.6 Function inverse. A handout.5.6 Function inverse. A handout.
5.6 Function inverse. A handout.Jan Plaza
 
5.6 Function inverse. Dynamic slides.
5.6 Function inverse. Dynamic slides.5.6 Function inverse. Dynamic slides.
5.6 Function inverse. Dynamic slides.Jan Plaza
 
5.5 Injective and surjective functions. A handout.
5.5 Injective and surjective functions. A handout.5.5 Injective and surjective functions. A handout.
5.5 Injective and surjective functions. A handout.Jan Plaza
 
5.5 Injective and surjective functions. Dynamic slides.
5.5 Injective and surjective functions. Dynamic slides.5.5 Injective and surjective functions. Dynamic slides.
5.5 Injective and surjective functions. Dynamic slides.Jan Plaza
 
5.3 Basic functions. A handout.
5.3 Basic functions. A handout.5.3 Basic functions. A handout.
5.3 Basic functions. A handout.Jan Plaza
 
5.3 Basic functions. Dynamic slides.
5.3 Basic functions. Dynamic slides.5.3 Basic functions. Dynamic slides.
5.3 Basic functions. Dynamic slides.Jan Plaza
 
5.1 Defining and visualizing functions. A handout.
5.1 Defining and visualizing functions. A handout.5.1 Defining and visualizing functions. A handout.
5.1 Defining and visualizing functions. A handout.Jan Plaza
 
5.1 Defining and visualizing functions. Dynamic slides.
5.1 Defining and visualizing functions. Dynamic slides.5.1 Defining and visualizing functions. Dynamic slides.
5.1 Defining and visualizing functions. Dynamic slides.Jan Plaza
 
1.8 Separation schema
1.8 Separation schema1.8 Separation schema
1.8 Separation schemaJan Plaza
 
1.4 Abstract objects and expressions
1.4 Abstract objects and expressions1.4 Abstract objects and expressions
1.4 Abstract objects and expressionsJan Plaza
 
1.2 Axiom of pair
1.2 Axiom of pair1.2 Axiom of pair
1.2 Axiom of pairJan Plaza
 
1.11 Mathematical induction
1.11 Mathematical induction1.11 Mathematical induction
1.11 Mathematical inductionJan Plaza
 
1.7 The sets of numbers
1.7 The sets of numbers1.7 The sets of numbers
1.7 The sets of numbersJan Plaza
 

More from Jan Plaza (20)

6.3 Equivalences versus partitions
6.3 Equivalences versus partitions6.3 Equivalences versus partitions
6.3 Equivalences versus partitions
 
6.1 Partitions
6.1 Partitions6.1 Partitions
6.1 Partitions
 
6.2 Reflexivity, symmetry and transitivity (dynamic slides)
6.2 Reflexivity, symmetry and transitivity (dynamic slides)6.2 Reflexivity, symmetry and transitivity (dynamic slides)
6.2 Reflexivity, symmetry and transitivity (dynamic slides)
 
6.2 Reflexivity, symmetry and transitivity (handout)
6.2 Reflexivity, symmetry and transitivity (handout)6.2 Reflexivity, symmetry and transitivity (handout)
6.2 Reflexivity, symmetry and transitivity (handout)
 
5.8 Permutations (handout)
5.8 Permutations (handout)5.8 Permutations (handout)
5.8 Permutations (handout)
 
5.8 Permutations (dynamic slides)
5.8 Permutations (dynamic slides)5.8 Permutations (dynamic slides)
5.8 Permutations (dynamic slides)
 
5.7 Function powers
5.7 Function powers5.7 Function powers
5.7 Function powers
 
5.6 Function inverse. A handout.
5.6 Function inverse. A handout.5.6 Function inverse. A handout.
5.6 Function inverse. A handout.
 
5.6 Function inverse. Dynamic slides.
5.6 Function inverse. Dynamic slides.5.6 Function inverse. Dynamic slides.
5.6 Function inverse. Dynamic slides.
 
5.5 Injective and surjective functions. A handout.
5.5 Injective and surjective functions. A handout.5.5 Injective and surjective functions. A handout.
5.5 Injective and surjective functions. A handout.
 
5.5 Injective and surjective functions. Dynamic slides.
5.5 Injective and surjective functions. Dynamic slides.5.5 Injective and surjective functions. Dynamic slides.
5.5 Injective and surjective functions. Dynamic slides.
 
5.3 Basic functions. A handout.
5.3 Basic functions. A handout.5.3 Basic functions. A handout.
5.3 Basic functions. A handout.
 
5.3 Basic functions. Dynamic slides.
5.3 Basic functions. Dynamic slides.5.3 Basic functions. Dynamic slides.
5.3 Basic functions. Dynamic slides.
 
5.1 Defining and visualizing functions. A handout.
5.1 Defining and visualizing functions. A handout.5.1 Defining and visualizing functions. A handout.
5.1 Defining and visualizing functions. A handout.
 
5.1 Defining and visualizing functions. Dynamic slides.
5.1 Defining and visualizing functions. Dynamic slides.5.1 Defining and visualizing functions. Dynamic slides.
5.1 Defining and visualizing functions. Dynamic slides.
 
1.8 Separation schema
1.8 Separation schema1.8 Separation schema
1.8 Separation schema
 
1.4 Abstract objects and expressions
1.4 Abstract objects and expressions1.4 Abstract objects and expressions
1.4 Abstract objects and expressions
 
1.2 Axiom of pair
1.2 Axiom of pair1.2 Axiom of pair
1.2 Axiom of pair
 
1.11 Mathematical induction
1.11 Mathematical induction1.11 Mathematical induction
1.11 Mathematical induction
 
1.7 The sets of numbers
1.7 The sets of numbers1.7 The sets of numbers
1.7 The sets of numbers
 

Recently uploaded

Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 

Recently uploaded (20)

Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 

2.6 Properties of inclusion

  • 1. Introduction to set theory and to methodology and philosophy of mathematics and computer programming Properties of inclusion An overview by Jan Plaza c 2017 Jan Plaza Use under the Creative Commons Attribution 4.0 International License Version of February 14, 2017
  • 2. Fact (on monotonicity of set operations) 1. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∪ Y1 ⊆ X2 ∪ Y2. 2. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∩ Y1 ⊆ X2 ∩ Y2. 3. If X1 ⊆ X2 and Y1 ⊇ Y2 then X1 − Y1 ⊆ X2 − Y2.
  • 3. Fact (on monotonicity of set operations) 1. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∪ Y1 ⊆ X2 ∪ Y2. 2. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∩ Y1 ⊆ X2 ∩ Y2. 3. If X1 ⊆ X2 and Y1 ⊇ Y2 then X1 − Y1 ⊆ X2 − Y2. Recall: X ⊆ Y iff ∀u (u ∈ X → u ∈ Y ). u ∈ X ∪ Y iff u ∈ X or u ∈ Y .
  • 4. 1. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∪ Y1 ⊆ X2 ∪ Y2. Proof
  • 5. 1. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∪ Y1 ⊆ X2 ∪ Y2. Proof Assume X1 ⊆ X2 and Y1 ⊆ Y2. Goal: X1 ∪ Y1 ⊆ X2 ∪ Y2.
  • 6. 1. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∪ Y1 ⊆ X2 ∪ Y2. Proof Assume X1 ⊆ X2 and Y1 ⊆ Y2. Goal: X1 ∪ Y1 ⊆ X2 ∪ Y2. Take any u. Assume u ∈ X1 ∪ Y1. New goal: u ∈ X2 ∪ Y2.
  • 7. 1. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∪ Y1 ⊆ X2 ∪ Y2. Proof Assume X1 ⊆ X2 and Y1 ⊆ Y2. Goal: X1 ∪ Y1 ⊆ X2 ∪ Y2. Take any u. Assume u ∈ X1 ∪ Y1. New goal: u ∈ X2 ∪ Y2. Case 1: u ∈ X1. Case 2: u ∈ Y1.
  • 8. 1. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∪ Y1 ⊆ X2 ∪ Y2. Proof Assume X1 ⊆ X2 and Y1 ⊆ Y2. (*) Goal: X1 ∪ Y1 ⊆ X2 ∪ Y2. Take any u. Assume u ∈ X1 ∪ Y1. New goal: u ∈ X2 ∪ Y2. Case 1: u ∈ X1. u ∈ X2, by (*). Case 2: u ∈ Y1.
  • 9. 1. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∪ Y1 ⊆ X2 ∪ Y2. Proof Assume X1 ⊆ X2 and Y1 ⊆ Y2. (*) Goal: X1 ∪ Y1 ⊆ X2 ∪ Y2. Take any u. Assume u ∈ X1 ∪ Y1. New goal: u ∈ X2 ∪ Y2. Case 1: u ∈ X1. u ∈ X2, by (*). So, u ∈ X2 ∪ Y2, and we reached the goal. Case 2: u ∈ Y1.
  • 10. 1. If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∪ Y1 ⊆ X2 ∪ Y2. Proof Assume X1 ⊆ X2 and Y1 ⊆ Y2. (*) Goal: X1 ∪ Y1 ⊆ X2 ∪ Y2. Take any u. Assume u ∈ X1 ∪ Y1. New goal: u ∈ X2 ∪ Y2. Case 1: u ∈ X1. u ∈ X2, by (*). So, u ∈ X2 ∪ Y2, and we reached the goal. Case 2: u ∈ Y1. Similar.
  • 11. Exercise 1. Repeat the proof above on your own. Write case 2 in full. 2. Prove: If X1 ⊆ X2 and Y1 ⊆ Y2 then X1 ∩ Y1 ⊆ X2 ∩ Y2. 3. Disprove: If X1 ⊂ X2 and Y1 ⊂ Y2 then X1 ∪ Y1 ⊂ X2 ∪ Y2.
  • 12. Exercise True or false? 1. X ⊆ Y iff X ∪ Y =Y . 2. X ⊇ Y iff X ∩ Y =Y . 3. X ⊆ X ∪ Y and Y ⊆ X ∪ Y . 4. X ⊇ X ∩ Y and Y ⊇ X ∩ Y . 5. X ⊆ Z and Y ⊆ Z iff X ∪ Y ⊆ Z. 6. X ⊇ Z and Y ⊇ Z iff X ∩ Y ⊇ Z.