SlideShare a Scribd company logo
Introduction to set theory and to methodology and philosophy of
mathematics and computer programming
Families ordered by inclusion
An overview
by Jan Plaza
c 2017 Jan Plaza
Use under the Creative Commons Attribution 4.0 International License
Version of March 10, 2017
A Hasse diagram of P({1, 2, 3}) = {∅, {1}, {2}, {3}, {1, 2}, {1, 3}, {2, 3}, {1, 2, 3}}
{1, 2, 3}




Z
Z
Z
Z
{1, 2} {1, 3} {2, 3}




Z
Z
Z
Z




Z
Z
Z
Z
{1} {2} {3}
Z
Z
Z
Z




∅
A Hasse diagram of a finite family of sets. Nodes - the members of the family.
Edges correspond to the ⊂ relation, with the smaller set below the bigger set,
provided that there is no set between the two.
Definition
Let X be a family of sets.
x is smallest/least in X (with respect to ⊆) if x ∈ X and ∀y∈X x ⊆ y
– x ∈ X, and every set in X is “greater than or equal to” x.
x is greatest/largest/biggest in X (w.r.t. ⊆) if x ∈ X and ∀y∈X y ⊆ x
– x ∈ X, and every set in X is “smaller than or equal to” x.
x is minimal in X (with respect to ⊆) if x ∈ X and ∀y∈X y ⊂ x
– x ∈ X, and no set in X is strictly “smaller” than x.
x is maximal in X (with respect to ⊆) if x ∈ X and ∀y∈X x ⊂ y
– x ∈ X, and no set in X is strictly “greater” than x.
Example
P({1, 2, 3}) − {∅}.
{1, 2, 3}




Z
Z
Z
Z
{1, 2} {1, 3} {2, 3}




Z
Z
Z
Z




Z
Z
Z
Z
{1} {2} {3}
No smallest set;
Exactly three minimal sets: {1}, {2}, {3};
Exactly one greatest set: {1, 2, 3};
Exactly one maximal set: {1, 2, 3}.
Example
Family {{1}, {2}, {3}}.
The Hasse diagram of this family has three nodes and no edges:
{1} {2} {3}
No smallest set;
Exactly three minimal sets: {1}, {2}, {3};
No greatest set;
Exactly three maximal sets: {1}, {2}, {3}.
Example
The family of all the non-empty sets of natural numbers.
No smallest set;
The minimal sets are {0}, {1}, {2}, ...;
Exactly one greatest set: N;
Exactly one maximal set: N.
Exercise
Produce examples of families of sets with properties as in this chart.
0/2 stands for: exactly 0 smallest sets and exactly 2 minimal sets, etc.
Family size Number of smallest sets and minimal sets
0 0/0
1 1/1
2 1/1 or 0/2
3 1/1 or 0/2 or 0/3
...
...
n 1/1 or 0/2 or 0/3 or ... or 0/n
...
...
infinity 0/0 or 0/1 or 1/1 or 0/2 or 0/3 or ... or 0/infinity
Definition
Sets x and y are comparable (with respect to ⊆) if x ⊆ y or y ⊆ x.
Sets x and y are incomparable (with respect to ⊆) if they are not comparable.
Example
Sets {1, 2} and {1, 2} are comparable.
Sets {1} and {2} are incomparable.
Sets {1, 2} and {1, 3} are incomparable.
Exercise
Give an example of four sets s.t. every two different sets are incomparable.
Two minimal sets
Proposition
1. ...
2. If in a family there are two or more different minimal sets,
then there is no smallest set.
Family size Number of smallest sets and minimal sets
0 0/0
1 1/1
2 1/1 or 0/2
3 1/1 or 0/2 or 0/3
...
...
n 1/1 or 0/2 or 0/3 or ... or 0/n
...
...
infinity 0/0 or 0/1 or 1/1 or 0/2 or 0/3 or ... or 0/infinity
Two minimal sets, proof
Proposition
1. Any two different minimal sets in a family are incomparable.
2. If in a family there are two or more different minimal sets,
then there is no smallest set.
Proof
1. Assume that x1 and x2 are two different minimal sets and they are comparable.
Our goal is to obtain contradiction.
As x1 and x2 are comparable, x1 ⊆ x2 or x2 ⊆ x1.
We will consider two cases.
Case: x1 ⊆ x2. As x2 is minimal, we must have x1 = x2 – contradiction.
Case: x2 ⊆ x1. As x1 is minimal, we must have x1 = x2 – contradiction.
2. Assume that x1 and x2 are two different minimal sets.
Assume s is a smallest set. Goal: contradiction.
As s is smallest, s ⊆ x1 and s ⊆ x2.
As x1, x2 are minimal, s ⊂ x1 and s ⊂ x2.
So, s = x1 and s = x2. So, x1 = x2 – a contradiction.
Uniqueness of a smallest set
Proposition
No family of sets has two different smallest sets.
(There can be only 1 or 0 smallest sets in a family.)
Family size Number of smallest sets and minimal sets
0 0/0
1 1/1
2 1/1 or 0/2
3 1/1 or 0/2 or 0/3
...
...
n 1/1 or 0/2 or 0/3 or ... or 0/n
...
...
infinity 0/0 or 0/1 or 1/1 or 0/2 or 0/3 or ... or 0/infinity
Uniqueness of a smallest set, proof
Proposition
No family of sets has two different smallest sets.
(There can be only 1 or 0 smallest sets in a family.)
Proof
Assume that a family of sets has two different smallest sets x1 and x2.
Our goal is to obtain a contradiction.
As x1 is smallest, x1 ⊆ x2.
As x2 is smallest, x2 ⊆ x1.
As x1 ⊆ x2 and x2 ⊆ x1, we have x1 = x2 – contradiction.
Smallest vs. minimal
Proposition
If there exists a smallest set in a family,
it is also a minimal set,
and it is the only minimal set.
Family size Number of smallest sets and minimal sets
0 0/0
1 1/1
2 1/1 or 0/2
3 1/1 or 0/2 or 0/3
...
...
n 1/1 or 0/2 or 0/3 or ... or 0/n
...
...
infinity 0/0 or 0/1 or 1/1 or 0/2 or 0/3 or ... or 0/infinity
Smallest vs. minimal, proof
Proposition
If there exists a smallest set in a family,
it is also a minimal set,
and it is the only minimal set.
Proof
First we will prove that if x is smallest then x is minimal. (Later we will still need to
prove that there are no minimal sets other than x.)
Assume that x is smallest.
To prove that x is minimal, take any y and assume that y ⊂ x.
The goal is to obtain contradiction.
As y ⊂ x, we obtain that y ⊆ x and y =x.
As x is smallest, x ⊆ y.
As x ⊆ y and y ⊆ x we obtain that x = y – contradiction.
Smallest vs. minimal, proof, continued
Now, we will prove that if x is smallest and z is minimal then x = z.
Assume that x is smallest and z is minimal.
The goal is to show that x = z.
We proved above that x is minimal.
As x and z are minimal, by point 2, they are incomparable.
So, x z – this contradicts the assumption that x is smallest.
Definition
Let X be a family of sets and Y ⊆ X.
Y is downward closed in X if for every y ∈ Y , if x ∈ X and x ⊆ y then x ∈ Y .
A Hasse diagram. Family X – all the dots. If Y is downward closed in X and
if the two black dots belong to Y , then all the gray dots must belong to Y .
Minimal set in a downward closed subfamily
Fact
Let m ∈ Y ⊆ X, and let Y be downward closed in X.
If m is minimal in Y then m is minimal in X.
Lemma
Let X be a finite family of sets.
Then every member of X has a subset minimal in X.
Proof
Consider the following condition:
(*) every member of the family has a subset minimal in the family.
Assume that there exists a finite family of sets that violates (*).
The goal is to obtain a contradiction.
As there exists a finite family that violates (*); among all such families
there is a family X that has the smallest number of elements.
X =∅, because the empty family satisfies (*).
As X =∅, take a set x ∈ X that has no subset minimal in X.
As x is its own subset, x is not minimal in X.
As x is not minimal in X, there exists in X a proper subset y0 of x:
y0 ∈ X and y0 ⊂ x.
Let Y = {y ∈ X : y ⊆ y0}.
Proof, continued
Notice that:
Y ⊆ X;
Y ⊂ X, because x ∈ X − Y0;
Y satisfies (*), because it has fewer elements than X;
y0 ∈ Y ;
y0 has a subset m minimal in Y ;
Y is downward closed in X;
m is minimal in X, by the fact above;
m ⊆ y0 ⊆ x, so x has a subset minimal in X – a contradiction!
Properties of finite families
Theorem
Let X be a finite family of sets. Then:
1. If X is non-empty then it has at least one minimal set.
2. If there is exactly one minimal set in X then it is the smallest set.
Family size Number of smallest sets and minimal sets
0 0/0
1 1/1
2 1/1 or 0/2
3 1/1 or 0/2 or 0/3
...
...
n 1/1 or 0/2 or 0/3 or ... or 0/n
...
...
infinity 0/0 or 0/1 or 1/1 or 0/2 or 0/3 or ... or 0/infinity
Properties of finite families, proof
Theorem
Let X be a finite family of sets. Then:
1. If X is non-empty then it has at least one minimal set.
2. If there is exactly one minimal set in X then it is the smallest set.
Proof
1. By the lemma above.
2. Take any finite family X of sets with a single minimal set x.
We will show that x is smallest in X.
Take any y ∈ X.
We need to show x ⊆ y.
By the previous lemma, y has a subset that is minimal in X.
As x is the only minimal set in X, we must have x ⊆ y.
Exercise: Show that the assumption of finiteness is essential for the theorem above.
Smallest sets vs. intersections
Proposition
Let X be a family of sets. Then:
1. x is smallest in X with respect to ⊆ iff x ∈ X and x = X.
2. x is greatest in X with respect to ⊆ iff x ∈ X and x = X.
Proof of 1.
→)
Assume that x is smallest in X.
Then, x ∈ X, and it remains to prove: x = X.
As x ∈ X, we have X ⊆ x, so it remains to prove: x ⊆ X.
Take any u ∈ x. Goal: u ∈ X.
Take any v ∈ X. Goal: u ∈ v.
As v ∈ X and x is smallest in X, we have x ⊆ v.
As u ∈ x and x ⊆ v, we have u ∈ v.
Proof, continued
We are proving:
x is smallest in X with respect to ⊆ iff x ∈ X and x = X.
←)
Assume that x ∈ X and x = X.
Goal: x is smallest in X.
Take any v ∈ X. Goal: x ⊆ v.
As v ∈ X, we have X ⊆ v.
As x = X and X ⊆ v, we have x ⊆ v.
Exercise
Disprove: Let X be a non-empty family of sets; x is smallest in X w.r.t. ⊆ iff x = X.
Disprove: Let X be a family of sets; x is greatest in X with respect to ⊆ iff x = X.

More Related Content

What's hot

2.2 Properties of union, intersection and complement
2.2 Properties of union, intersection and complement2.2 Properties of union, intersection and complement
2.2 Properties of union, intersection and complement
Jan Plaza
 
2.9 Cartesian products
2.9 Cartesian products2.9 Cartesian products
2.9 Cartesian products
Jan Plaza
 
Calculus of One Variable
Calculus of One VariableCalculus of One Variable
Calculus of One Variable
dilip ghule
 
Imc2016 day2-solutions
Imc2016 day2-solutionsImc2016 day2-solutions
Imc2016 day2-solutions
Christos Loizos
 
2.5 Disjoint, covering and complementary sets
2.5 Disjoint, covering and complementary sets2.5 Disjoint, covering and complementary sets
2.5 Disjoint, covering and complementary sets
Jan Plaza
 
Imc2017 day1-solutions
Imc2017 day1-solutionsImc2017 day1-solutions
Imc2017 day1-solutions
Christos Loizos
 
Imc2017 day2-solutions
Imc2017 day2-solutionsImc2017 day2-solutions
Imc2017 day2-solutions
Christos Loizos
 
2.6 more computations of derivatives
2.6 more computations of derivatives2.6 more computations of derivatives
2.6 more computations of derivativesmath265
 
Lesson 11: Implicit Differentiation (slides)
Lesson 11: Implicit Differentiation (slides)Lesson 11: Implicit Differentiation (slides)
Lesson 11: Implicit Differentiation (slides)
Matthew Leingang
 
Higher order derivatives for N -body simulations
Higher order derivatives for N -body simulationsHigher order derivatives for N -body simulations
Higher order derivatives for N -body simulations
Keigo Nitadori
 
L3 some other properties
L3 some other propertiesL3 some other properties
L3 some other properties
Mohammad Umar Rehman
 
Linear approximations and_differentials
Linear approximations and_differentialsLinear approximations and_differentials
Linear approximations and_differentials
Tarun Gehlot
 
Introduction to polynomials
Introduction to polynomialsIntroduction to polynomials
Introduction to polynomials
narayana dash
 
5.4 Saddle-point interpretation, 5.5 Optimality conditions, 5.6 Perturbation ...
5.4 Saddle-point interpretation, 5.5 Optimality conditions, 5.6 Perturbation ...5.4 Saddle-point interpretation, 5.5 Optimality conditions, 5.6 Perturbation ...
5.4 Saddle-point interpretation, 5.5 Optimality conditions, 5.6 Perturbation ...
RyotaroTsukada
 
Lesson 27: Integration by Substitution (Section 041 slides)
Lesson 27: Integration by Substitution (Section 041 slides)Lesson 27: Integration by Substitution (Section 041 slides)
Lesson 27: Integration by Substitution (Section 041 slides)
Matthew Leingang
 
Chapter 4: Decision theory and Bayesian analysis
Chapter 4: Decision theory and Bayesian analysisChapter 4: Decision theory and Bayesian analysis
Chapter 4: Decision theory and Bayesian analysis
Christian Robert
 
2.3 Operations that preserve convexity & 2.4 Generalized inequalities
2.3 Operations that preserve convexity & 2.4 Generalized inequalities2.3 Operations that preserve convexity & 2.4 Generalized inequalities
2.3 Operations that preserve convexity & 2.4 Generalized inequalities
RyotaroTsukada
 

What's hot (20)

2.2 Properties of union, intersection and complement
2.2 Properties of union, intersection and complement2.2 Properties of union, intersection and complement
2.2 Properties of union, intersection and complement
 
2.9 Cartesian products
2.9 Cartesian products2.9 Cartesian products
2.9 Cartesian products
 
Calculus of One Variable
Calculus of One VariableCalculus of One Variable
Calculus of One Variable
 
Imc2016 day2-solutions
Imc2016 day2-solutionsImc2016 day2-solutions
Imc2016 day2-solutions
 
2.5 Disjoint, covering and complementary sets
2.5 Disjoint, covering and complementary sets2.5 Disjoint, covering and complementary sets
2.5 Disjoint, covering and complementary sets
 
Imc2017 day1-solutions
Imc2017 day1-solutionsImc2017 day1-solutions
Imc2017 day1-solutions
 
Imc2017 day2-solutions
Imc2017 day2-solutionsImc2017 day2-solutions
Imc2017 day2-solutions
 
Analysis Solutions CIV
Analysis Solutions CIVAnalysis Solutions CIV
Analysis Solutions CIV
 
2.6 more computations of derivatives
2.6 more computations of derivatives2.6 more computations of derivatives
2.6 more computations of derivatives
 
Lesson 11: Implicit Differentiation (slides)
Lesson 11: Implicit Differentiation (slides)Lesson 11: Implicit Differentiation (slides)
Lesson 11: Implicit Differentiation (slides)
 
Higher order derivatives for N -body simulations
Higher order derivatives for N -body simulationsHigher order derivatives for N -body simulations
Higher order derivatives for N -body simulations
 
L3 some other properties
L3 some other propertiesL3 some other properties
L3 some other properties
 
Sample2
Sample2Sample2
Sample2
 
Analysis Solutions CVI
Analysis Solutions CVIAnalysis Solutions CVI
Analysis Solutions CVI
 
Linear approximations and_differentials
Linear approximations and_differentialsLinear approximations and_differentials
Linear approximations and_differentials
 
Introduction to polynomials
Introduction to polynomialsIntroduction to polynomials
Introduction to polynomials
 
5.4 Saddle-point interpretation, 5.5 Optimality conditions, 5.6 Perturbation ...
5.4 Saddle-point interpretation, 5.5 Optimality conditions, 5.6 Perturbation ...5.4 Saddle-point interpretation, 5.5 Optimality conditions, 5.6 Perturbation ...
5.4 Saddle-point interpretation, 5.5 Optimality conditions, 5.6 Perturbation ...
 
Lesson 27: Integration by Substitution (Section 041 slides)
Lesson 27: Integration by Substitution (Section 041 slides)Lesson 27: Integration by Substitution (Section 041 slides)
Lesson 27: Integration by Substitution (Section 041 slides)
 
Chapter 4: Decision theory and Bayesian analysis
Chapter 4: Decision theory and Bayesian analysisChapter 4: Decision theory and Bayesian analysis
Chapter 4: Decision theory and Bayesian analysis
 
2.3 Operations that preserve convexity & 2.4 Generalized inequalities
2.3 Operations that preserve convexity & 2.4 Generalized inequalities2.3 Operations that preserve convexity & 2.4 Generalized inequalities
2.3 Operations that preserve convexity & 2.4 Generalized inequalities
 

Viewers also liked

4.1 Defining and visualizing binary relations
4.1 Defining and visualizing binary relations4.1 Defining and visualizing binary relations
4.1 Defining and visualizing binary relations
Jan Plaza
 
4.4 Set operations on relations
4.4 Set operations on relations4.4 Set operations on relations
4.4 Set operations on relations
Jan Plaza
 
Balance hidromineral
Balance   hidromineralBalance   hidromineral
Balance hidromineral
rene lima cabañas
 
Balance hidromineral
Balance hidromineralBalance hidromineral
Balance hidromineral
IRENE CHIRINOS
 
Balance hidrico
Balance hidricoBalance hidrico
Balance hidrico
Jorge Cotrina
 
Abstract data types
Abstract data typesAbstract data types
Abstract data types
Poojith Chowdhary
 
Haptics- Non verbal communication
Haptics- Non verbal communicationHaptics- Non verbal communication
Haptics- Non verbal communication
Ajitesh Srivastava
 
Examples of Kinesics
Examples of KinesicsExamples of Kinesics
Examples of KinesicsAmit Giri
 
Cuidados De Enfermeria Accesos Venosos
Cuidados De Enfermeria Accesos VenososCuidados De Enfermeria Accesos Venosos
Cuidados De Enfermeria Accesos Venososguest66244cf
 
Cuidados del catéter venoso central
Cuidados del catéter venoso centralCuidados del catéter venoso central
Cuidados del catéter venoso central
Johana Pile
 
2016 1102 EnOcean Alliance Japan Event
2016 1102 EnOcean Alliance Japan Event2016 1102 EnOcean Alliance Japan Event
2016 1102 EnOcean Alliance Japan Event
Atomu Hidaka
 

Viewers also liked (17)

4.1 Defining and visualizing binary relations
4.1 Defining and visualizing binary relations4.1 Defining and visualizing binary relations
4.1 Defining and visualizing binary relations
 
4.4 Set operations on relations
4.4 Set operations on relations4.4 Set operations on relations
4.4 Set operations on relations
 
Balance hidromineral
Balance   hidromineralBalance   hidromineral
Balance hidromineral
 
Balance
BalanceBalance
Balance
 
Balance hidromineral
Balance hidromineralBalance hidromineral
Balance hidromineral
 
Balance hidrico
Balance hidricoBalance hidrico
Balance hidrico
 
Abstract data types
Abstract data typesAbstract data types
Abstract data types
 
Haptics- Non verbal communication
Haptics- Non verbal communicationHaptics- Non verbal communication
Haptics- Non verbal communication
 
Balance hidrico
Balance hidricoBalance hidrico
Balance hidrico
 
Examples of Kinesics
Examples of KinesicsExamples of Kinesics
Examples of Kinesics
 
Cuidados De Enfermeria Accesos Venosos
Cuidados De Enfermeria Accesos VenososCuidados De Enfermeria Accesos Venosos
Cuidados De Enfermeria Accesos Venosos
 
Balance Hidrico
Balance HidricoBalance Hidrico
Balance Hidrico
 
Balance HíDrico
Balance HíDricoBalance HíDrico
Balance HíDrico
 
Cuidados del catéter venoso central
Cuidados del catéter venoso centralCuidados del catéter venoso central
Cuidados del catéter venoso central
 
Cateter venoso central
Cateter venoso centralCateter venoso central
Cateter venoso central
 
2016 1102 EnOcean Alliance Japan Event
2016 1102 EnOcean Alliance Japan Event2016 1102 EnOcean Alliance Japan Event
2016 1102 EnOcean Alliance Japan Event
 
Catéter venoso central
Catéter venoso centralCatéter venoso central
Catéter venoso central
 

Similar to 3.6 Families ordered by inclusion

6.1 Partitions
6.1 Partitions6.1 Partitions
6.1 Partitions
Jan Plaza
 
Axiom of Choice (2).pptx
Axiom of Choice (2).pptxAxiom of Choice (2).pptx
Axiom of Choice (2).pptx
Jay Garalde
 
Alg grp
Alg grpAlg grp
6.3 Equivalences versus partitions
6.3 Equivalences versus partitions6.3 Equivalences versus partitions
6.3 Equivalences versus partitions
Jan Plaza
 
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
 
Reformulation of Nash Equilibrium with an Application to Interchangeability
Reformulation of Nash Equilibrium with an Application to InterchangeabilityReformulation of Nash Equilibrium with an Application to Interchangeability
Reformulation of Nash Equilibrium with an Application to Interchangeability
Yosuke YASUDA
 
Number theory
Number theoryNumber theory
Number theory
AbdulsemedEngida
 
Bivariate Discrete Distribution
Bivariate Discrete DistributionBivariate Discrete Distribution
Bivariate Discrete Distribution
ArijitDhali
 
Probability and Statistics : Binomial Distribution notes ppt.pdf
Probability and Statistics : Binomial Distribution notes ppt.pdfProbability and Statistics : Binomial Distribution notes ppt.pdf
Probability and Statistics : Binomial Distribution notes ppt.pdf
nomovi6416
 
Statistics and Probability-Random Variables and Probability Distribution
Statistics and Probability-Random Variables and Probability DistributionStatistics and Probability-Random Variables and Probability Distribution
Statistics and Probability-Random Variables and Probability Distribution
April Palmes
 
Rational Zeros and Decarte's Rule of Signs
Rational Zeros and Decarte's Rule of SignsRational Zeros and Decarte's Rule of Signs
Rational Zeros and Decarte's Rule of Signsswartzje
 
Module 1 (Part 1)-Sets and Number Systems.pdf
Module 1 (Part 1)-Sets and Number Systems.pdfModule 1 (Part 1)-Sets and Number Systems.pdf
Module 1 (Part 1)-Sets and Number Systems.pdf
GaleJean
 
Alaina's POTW solution
Alaina's POTW solutionAlaina's POTW solution
Alaina's POTW solutionalainarose4
 
Binomial distribution
Binomial distributionBinomial distribution
Binomial distribution
Sushmita R Gopinath
 
Discrete mathematics Ch1 sets Theory_Dr.Khaled.Bakro د. خالد بكرو
Discrete mathematics Ch1 sets Theory_Dr.Khaled.Bakro د. خالد بكروDiscrete mathematics Ch1 sets Theory_Dr.Khaled.Bakro د. خالد بكرو
Discrete mathematics Ch1 sets Theory_Dr.Khaled.Bakro د. خالد بكرو
Dr. Khaled Bakro
 
MA500-2 Topological Structures 2016Aisling McCluskey, Dar.docx
MA500-2 Topological Structures 2016Aisling McCluskey, Dar.docxMA500-2 Topological Structures 2016Aisling McCluskey, Dar.docx
MA500-2 Topological Structures 2016Aisling McCluskey, Dar.docx
smile790243
 

Similar to 3.6 Families ordered by inclusion (20)

6.1 Partitions
6.1 Partitions6.1 Partitions
6.1 Partitions
 
Axiom of Choice (2).pptx
Axiom of Choice (2).pptxAxiom of Choice (2).pptx
Axiom of Choice (2).pptx
 
Alg grp
Alg grpAlg grp
Alg grp
 
6.3 Equivalences versus partitions
6.3 Equivalences versus partitions6.3 Equivalences versus partitions
6.3 Equivalences versus partitions
 
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
 
Pmath 351 note
Pmath 351 notePmath 351 note
Pmath 351 note
 
50120140501010
5012014050101050120140501010
50120140501010
 
Reformulation of Nash Equilibrium with an Application to Interchangeability
Reformulation of Nash Equilibrium with an Application to InterchangeabilityReformulation of Nash Equilibrium with an Application to Interchangeability
Reformulation of Nash Equilibrium with an Application to Interchangeability
 
Number theory
Number theoryNumber theory
Number theory
 
Bivariate Discrete Distribution
Bivariate Discrete DistributionBivariate Discrete Distribution
Bivariate Discrete Distribution
 
4898850.ppt
4898850.ppt4898850.ppt
4898850.ppt
 
Probability and Statistics : Binomial Distribution notes ppt.pdf
Probability and Statistics : Binomial Distribution notes ppt.pdfProbability and Statistics : Binomial Distribution notes ppt.pdf
Probability and Statistics : Binomial Distribution notes ppt.pdf
 
Statistics and Probability-Random Variables and Probability Distribution
Statistics and Probability-Random Variables and Probability DistributionStatistics and Probability-Random Variables and Probability Distribution
Statistics and Probability-Random Variables and Probability Distribution
 
Rational Zeros and Decarte's Rule of Signs
Rational Zeros and Decarte's Rule of SignsRational Zeros and Decarte's Rule of Signs
Rational Zeros and Decarte's Rule of Signs
 
Module 1 (Part 1)-Sets and Number Systems.pdf
Module 1 (Part 1)-Sets and Number Systems.pdfModule 1 (Part 1)-Sets and Number Systems.pdf
Module 1 (Part 1)-Sets and Number Systems.pdf
 
Alaina's POTW solution
Alaina's POTW solutionAlaina's POTW solution
Alaina's POTW solution
 
Binomial distribution
Binomial distributionBinomial distribution
Binomial distribution
 
Iya p1
Iya p1Iya p1
Iya p1
 
Discrete mathematics Ch1 sets Theory_Dr.Khaled.Bakro د. خالد بكرو
Discrete mathematics Ch1 sets Theory_Dr.Khaled.Bakro د. خالد بكروDiscrete mathematics Ch1 sets Theory_Dr.Khaled.Bakro د. خالد بكرو
Discrete mathematics Ch1 sets Theory_Dr.Khaled.Bakro د. خالد بكرو
 
MA500-2 Topological Structures 2016Aisling McCluskey, Dar.docx
MA500-2 Topological Structures 2016Aisling McCluskey, Dar.docxMA500-2 Topological Structures 2016Aisling McCluskey, Dar.docx
MA500-2 Topological Structures 2016Aisling McCluskey, Dar.docx
 

More from Jan 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 powers
Jan 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 schema
Jan Plaza
 
1.4 Abstract objects and expressions
1.4 Abstract objects and expressions1.4 Abstract objects and expressions
1.4 Abstract objects and expressions
Jan Plaza
 
1.2 Axiom of pair
1.2 Axiom of pair1.2 Axiom of pair
1.2 Axiom of pair
Jan Plaza
 
1.11 Mathematical induction
1.11 Mathematical induction1.11 Mathematical induction
1.11 Mathematical induction
Jan Plaza
 
1.7 The sets of numbers
1.7 The sets of numbers1.7 The sets of numbers
1.7 The sets of numbers
Jan Plaza
 
1.6 Subsets
1.6 Subsets1.6 Subsets
1.6 Subsets
Jan Plaza
 
1.1 Notions of set and membership
1.1 Notions of set and membership1.1 Notions of set and membership
1.1 Notions of set and membership
Jan Plaza
 

More from Jan Plaza (20)

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
 
1.6 Subsets
1.6 Subsets1.6 Subsets
1.6 Subsets
 
1.1 Notions of set and membership
1.1 Notions of set and membership1.1 Notions of set and membership
1.1 Notions of set and membership
 

Recently uploaded

Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
CarlosHernanMontoyab2
 

Recently uploaded (20)

Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
 

3.6 Families ordered by inclusion

  • 1. Introduction to set theory and to methodology and philosophy of mathematics and computer programming Families ordered by inclusion An overview by Jan Plaza c 2017 Jan Plaza Use under the Creative Commons Attribution 4.0 International License Version of March 10, 2017
  • 2. A Hasse diagram of P({1, 2, 3}) = {∅, {1}, {2}, {3}, {1, 2}, {1, 3}, {2, 3}, {1, 2, 3}} {1, 2, 3} Z Z Z Z {1, 2} {1, 3} {2, 3} Z Z Z Z Z Z Z Z {1} {2} {3} Z Z Z Z ∅ A Hasse diagram of a finite family of sets. Nodes - the members of the family. Edges correspond to the ⊂ relation, with the smaller set below the bigger set, provided that there is no set between the two.
  • 3. Definition Let X be a family of sets. x is smallest/least in X (with respect to ⊆) if x ∈ X and ∀y∈X x ⊆ y – x ∈ X, and every set in X is “greater than or equal to” x. x is greatest/largest/biggest in X (w.r.t. ⊆) if x ∈ X and ∀y∈X y ⊆ x – x ∈ X, and every set in X is “smaller than or equal to” x. x is minimal in X (with respect to ⊆) if x ∈ X and ∀y∈X y ⊂ x – x ∈ X, and no set in X is strictly “smaller” than x. x is maximal in X (with respect to ⊆) if x ∈ X and ∀y∈X x ⊂ y – x ∈ X, and no set in X is strictly “greater” than x.
  • 4. Example P({1, 2, 3}) − {∅}. {1, 2, 3} Z Z Z Z {1, 2} {1, 3} {2, 3} Z Z Z Z Z Z Z Z {1} {2} {3} No smallest set; Exactly three minimal sets: {1}, {2}, {3}; Exactly one greatest set: {1, 2, 3}; Exactly one maximal set: {1, 2, 3}.
  • 5. Example Family {{1}, {2}, {3}}. The Hasse diagram of this family has three nodes and no edges: {1} {2} {3} No smallest set; Exactly three minimal sets: {1}, {2}, {3}; No greatest set; Exactly three maximal sets: {1}, {2}, {3}.
  • 6. Example The family of all the non-empty sets of natural numbers. No smallest set; The minimal sets are {0}, {1}, {2}, ...; Exactly one greatest set: N; Exactly one maximal set: N.
  • 7. Exercise Produce examples of families of sets with properties as in this chart. 0/2 stands for: exactly 0 smallest sets and exactly 2 minimal sets, etc. Family size Number of smallest sets and minimal sets 0 0/0 1 1/1 2 1/1 or 0/2 3 1/1 or 0/2 or 0/3 ... ... n 1/1 or 0/2 or 0/3 or ... or 0/n ... ... infinity 0/0 or 0/1 or 1/1 or 0/2 or 0/3 or ... or 0/infinity
  • 8. Definition Sets x and y are comparable (with respect to ⊆) if x ⊆ y or y ⊆ x. Sets x and y are incomparable (with respect to ⊆) if they are not comparable. Example Sets {1, 2} and {1, 2} are comparable. Sets {1} and {2} are incomparable. Sets {1, 2} and {1, 3} are incomparable. Exercise Give an example of four sets s.t. every two different sets are incomparable.
  • 9. Two minimal sets Proposition 1. ... 2. If in a family there are two or more different minimal sets, then there is no smallest set. Family size Number of smallest sets and minimal sets 0 0/0 1 1/1 2 1/1 or 0/2 3 1/1 or 0/2 or 0/3 ... ... n 1/1 or 0/2 or 0/3 or ... or 0/n ... ... infinity 0/0 or 0/1 or 1/1 or 0/2 or 0/3 or ... or 0/infinity
  • 10. Two minimal sets, proof Proposition 1. Any two different minimal sets in a family are incomparable. 2. If in a family there are two or more different minimal sets, then there is no smallest set. Proof 1. Assume that x1 and x2 are two different minimal sets and they are comparable. Our goal is to obtain contradiction. As x1 and x2 are comparable, x1 ⊆ x2 or x2 ⊆ x1. We will consider two cases. Case: x1 ⊆ x2. As x2 is minimal, we must have x1 = x2 – contradiction. Case: x2 ⊆ x1. As x1 is minimal, we must have x1 = x2 – contradiction. 2. Assume that x1 and x2 are two different minimal sets. Assume s is a smallest set. Goal: contradiction. As s is smallest, s ⊆ x1 and s ⊆ x2. As x1, x2 are minimal, s ⊂ x1 and s ⊂ x2. So, s = x1 and s = x2. So, x1 = x2 – a contradiction.
  • 11. Uniqueness of a smallest set Proposition No family of sets has two different smallest sets. (There can be only 1 or 0 smallest sets in a family.) Family size Number of smallest sets and minimal sets 0 0/0 1 1/1 2 1/1 or 0/2 3 1/1 or 0/2 or 0/3 ... ... n 1/1 or 0/2 or 0/3 or ... or 0/n ... ... infinity 0/0 or 0/1 or 1/1 or 0/2 or 0/3 or ... or 0/infinity
  • 12. Uniqueness of a smallest set, proof Proposition No family of sets has two different smallest sets. (There can be only 1 or 0 smallest sets in a family.) Proof Assume that a family of sets has two different smallest sets x1 and x2. Our goal is to obtain a contradiction. As x1 is smallest, x1 ⊆ x2. As x2 is smallest, x2 ⊆ x1. As x1 ⊆ x2 and x2 ⊆ x1, we have x1 = x2 – contradiction.
  • 13. Smallest vs. minimal Proposition If there exists a smallest set in a family, it is also a minimal set, and it is the only minimal set. Family size Number of smallest sets and minimal sets 0 0/0 1 1/1 2 1/1 or 0/2 3 1/1 or 0/2 or 0/3 ... ... n 1/1 or 0/2 or 0/3 or ... or 0/n ... ... infinity 0/0 or 0/1 or 1/1 or 0/2 or 0/3 or ... or 0/infinity
  • 14. Smallest vs. minimal, proof Proposition If there exists a smallest set in a family, it is also a minimal set, and it is the only minimal set. Proof First we will prove that if x is smallest then x is minimal. (Later we will still need to prove that there are no minimal sets other than x.) Assume that x is smallest. To prove that x is minimal, take any y and assume that y ⊂ x. The goal is to obtain contradiction. As y ⊂ x, we obtain that y ⊆ x and y =x. As x is smallest, x ⊆ y. As x ⊆ y and y ⊆ x we obtain that x = y – contradiction.
  • 15. Smallest vs. minimal, proof, continued Now, we will prove that if x is smallest and z is minimal then x = z. Assume that x is smallest and z is minimal. The goal is to show that x = z. We proved above that x is minimal. As x and z are minimal, by point 2, they are incomparable. So, x z – this contradicts the assumption that x is smallest.
  • 16. Definition Let X be a family of sets and Y ⊆ X. Y is downward closed in X if for every y ∈ Y , if x ∈ X and x ⊆ y then x ∈ Y . A Hasse diagram. Family X – all the dots. If Y is downward closed in X and if the two black dots belong to Y , then all the gray dots must belong to Y .
  • 17. Minimal set in a downward closed subfamily Fact Let m ∈ Y ⊆ X, and let Y be downward closed in X. If m is minimal in Y then m is minimal in X.
  • 18. Lemma Let X be a finite family of sets. Then every member of X has a subset minimal in X. Proof Consider the following condition: (*) every member of the family has a subset minimal in the family. Assume that there exists a finite family of sets that violates (*). The goal is to obtain a contradiction. As there exists a finite family that violates (*); among all such families there is a family X that has the smallest number of elements. X =∅, because the empty family satisfies (*). As X =∅, take a set x ∈ X that has no subset minimal in X. As x is its own subset, x is not minimal in X. As x is not minimal in X, there exists in X a proper subset y0 of x: y0 ∈ X and y0 ⊂ x. Let Y = {y ∈ X : y ⊆ y0}.
  • 19. Proof, continued Notice that: Y ⊆ X; Y ⊂ X, because x ∈ X − Y0; Y satisfies (*), because it has fewer elements than X; y0 ∈ Y ; y0 has a subset m minimal in Y ; Y is downward closed in X; m is minimal in X, by the fact above; m ⊆ y0 ⊆ x, so x has a subset minimal in X – a contradiction!
  • 20. Properties of finite families Theorem Let X be a finite family of sets. Then: 1. If X is non-empty then it has at least one minimal set. 2. If there is exactly one minimal set in X then it is the smallest set. Family size Number of smallest sets and minimal sets 0 0/0 1 1/1 2 1/1 or 0/2 3 1/1 or 0/2 or 0/3 ... ... n 1/1 or 0/2 or 0/3 or ... or 0/n ... ... infinity 0/0 or 0/1 or 1/1 or 0/2 or 0/3 or ... or 0/infinity
  • 21. Properties of finite families, proof Theorem Let X be a finite family of sets. Then: 1. If X is non-empty then it has at least one minimal set. 2. If there is exactly one minimal set in X then it is the smallest set. Proof 1. By the lemma above. 2. Take any finite family X of sets with a single minimal set x. We will show that x is smallest in X. Take any y ∈ X. We need to show x ⊆ y. By the previous lemma, y has a subset that is minimal in X. As x is the only minimal set in X, we must have x ⊆ y. Exercise: Show that the assumption of finiteness is essential for the theorem above.
  • 22. Smallest sets vs. intersections Proposition Let X be a family of sets. Then: 1. x is smallest in X with respect to ⊆ iff x ∈ X and x = X. 2. x is greatest in X with respect to ⊆ iff x ∈ X and x = X. Proof of 1. →) Assume that x is smallest in X. Then, x ∈ X, and it remains to prove: x = X. As x ∈ X, we have X ⊆ x, so it remains to prove: x ⊆ X. Take any u ∈ x. Goal: u ∈ X. Take any v ∈ X. Goal: u ∈ v. As v ∈ X and x is smallest in X, we have x ⊆ v. As u ∈ x and x ⊆ v, we have u ∈ v.
  • 23. Proof, continued We are proving: x is smallest in X with respect to ⊆ iff x ∈ X and x = X. ←) Assume that x ∈ X and x = X. Goal: x is smallest in X. Take any v ∈ X. Goal: x ⊆ v. As v ∈ X, we have X ⊆ v. As x = X and X ⊆ v, we have x ⊆ v. Exercise Disprove: Let X be a non-empty family of sets; x is smallest in X w.r.t. ⊆ iff x = X. Disprove: Let X be a family of sets; x is greatest in X with respect to ⊆ iff x = X.