SlideShare uma empresa Scribd logo
1 de 23
Baixar para ler offline
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.

Mais conteúdo relacionado

Mais procurados

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 complementJan Plaza
 
2.9 Cartesian products
2.9 Cartesian products2.9 Cartesian products
2.9 Cartesian productsJan Plaza
 
Calculus of One Variable
Calculus of One VariableCalculus of One Variable
Calculus of One Variabledilip ghule
 
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 setsJan Plaza
 
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 simulationsKeigo Nitadori
 
Linear approximations and_differentials
Linear approximations and_differentialsLinear approximations and_differentials
Linear approximations and_differentialsTarun Gehlot
 
Introduction to polynomials
Introduction to polynomialsIntroduction to polynomials
Introduction to polynomialsnarayana 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 analysisChristian 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 inequalitiesRyotaroTsukada
 

Mais procurados (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
 

Destaque

Destaque (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
 

Semelhante a 3.6 Families ordered by inclusion

6.1 Partitions
6.1 Partitions6.1 Partitions
6.1 PartitionsJan Plaza
 
Axiom of Choice (2).pptx
Axiom of Choice (2).pptxAxiom of Choice (2).pptx
Axiom of Choice (2).pptxJay Garalde
 
6.3 Equivalences versus partitions
6.3 Equivalences versus partitions6.3 Equivalences versus partitions
6.3 Equivalences versus partitionsJan 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.pptxMerrykrisIgnacio
 
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 InterchangeabilityYosuke YASUDA
 
Bivariate Discrete Distribution
Bivariate Discrete DistributionBivariate Discrete Distribution
Bivariate Discrete DistributionArijitDhali
 
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.pdfnomovi6416
 
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 DistributionApril 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.pdfGaleJean
 
Alaina's POTW solution
Alaina's POTW solutionAlaina's POTW solution
Alaina's POTW solutionalainarose4
 
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.docxsmile790243
 

Semelhante a 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
 

Mais de 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 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
 
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 membershipJan Plaza
 

Mais de 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
 

Último

Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 

Último (20)

Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 

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.