Gδ
sets #
In this file we define Gδ
sets and prove their basic properties.
Main definitions #
IsGδ
: a sets
is aGδ
set if it can be represented as an intersection of countably many open sets;residual
: the σ-filter of residual sets. A sets
is called residual if it includes a countable intersection of dense open sets.IsNowhereDense
: a set is called nowhere dense iff its closure has empty interiorIsMeagre
: a sets
is called meagre iff its complement is residual
Main results #
We prove that finite or countable intersections of Gδ sets are Gδ sets. We also prove that the continuity set of a function from a topological space to an (e)metric space is a Gδ set.
isClosed_isNowhereDense_iff_compl
: a closed set is nowhere dense iff its complement is open and denseisMeagre_iff_countable_union_isNowhereDense
: a set is meagre iff it is contained in a countable union of nowhere dense sets- subsets of meagre sets are meagre; countable unions of meagre sets are meagre
Tags #
Gδ set, residual set, nowhere dense set, meagre set
An open set is a Gδ set.
Alias of IsGδ.empty
.
Alias of IsGδ.biInter_of_isOpen
.
Alias of IsGδ.iInter_of_isOpen
.
Alias of the forward direction of isGδ_iff_eq_iInter_nat
.
The intersection of an encodable family of Gδ sets is a Gδ set.
Alias of IsGδ.iInter
.
The intersection of an encodable family of Gδ sets is a Gδ set.
Alias of IsGδ.biInter
.
A countable intersection of Gδ sets is a Gδ set.
Alias of IsGδ.sInter
.
A countable intersection of Gδ sets is a Gδ set.
The union of two Gδ sets is a Gδ set.
The union of finitely many Gδ sets is a Gδ set, Set.sUnion
version.
The union of finitely many Gδ sets is a Gδ set, bounded indexed union version.
Alias of IsGδ.biUnion
.
The union of finitely many Gδ sets is a Gδ set, bounded indexed union version.
The union of finitely many Gδ sets is a Gδ set, bounded indexed union version.
The set of points where a function is continuous is a Gδ set.
Alias of IsGδ.setOf_continuousAt
.
The set of points where a function is continuous is a Gδ set.
Equations
- ⋯ = ⋯
Dense open sets are residual.
Dense Gδ sets are residual.
A set is called nowhere dense iff its closure has empty interior.
Instances For
The empty set is nowhere dense.
A closed set is nowhere dense iff its interior is empty.
If a set s
is nowhere dense, so is its closure.
A nowhere dense set s
is contained in a closed nowhere dense set (namely, its closure).
A set s
is closed and nowhere dense iff its complement sᶜ
is open and dense.
Subsets of meagre sets are meagre.
An intersection with a meagre set is meagre.
A countable union of meagre sets is meagre.
A set is meagre iff it is contained in a countable union of nowhere dense sets.