Closed sets #
We define a few types of closed sets in a topological space.
Main Definitions #
For a topological space α,
TopologicalSpace.Closeds α: The type of closed sets.TopologicalSpace.Clopens α: The type of clopen sets.
Closed sets #
The type of closed subsets of a topological space.
- carrier : Set α
the carrier set, i.e. the points in this set
Instances For
See Note [custom simps projection].
Instances For
The closure of a set, as an element of TopologicalSpace.Closeds.
Instances For
The Galois insertion between sets and closeds.
Instances For
The type of closed sets is inhabited, with default element the empty set.
Closed sets in a topological space form a coframe.
Instances For
The term of TopologicalSpace.Closeds α corresponding to a singleton.
Instances For
The preimage of a closed set under a continuous map.
Instances For
The complement of a closed set as an open set.
Instances For
The complement of an open set as a closed set.
Instances For
TopologicalSpace.Closeds.compl as an OrderIso to the order dual of
TopologicalSpace.Opens α.
Instances For
TopologicalSpace.Opens.compl as an OrderIso to the order dual of
TopologicalSpace.Closeds α.
Instances For
in a T1Space, atoms of TopologicalSpace.Closeds α are precisely the singletons.
in a T1Space, coatoms of TopologicalSpace.Opens α are precisely complements of singletons:
({x} : Closeds α).compl.
Clopen sets #
The type of clopen sets of a topological space.
- carrier : Set α
the carrier set, i.e. the points in this set
Instances For
See Note [custom simps projection].
Instances For
Reinterpret a clopen as an open.
Instances For
Reinterpret a clopen as a closed.
Instances For
Irreducible closed sets #
The type of irreducible closed subsets of a topological space.
- carrier : Set α
the carrier set, i.e. the points in this set
- isIrreducible' : IsIrreducible self.carrier
Instances For
See Note [custom simps projection].
Instances For
The term of TopologicalSpace.IrreducibleCloseds α corresponding to a singleton.
Instances For
The equivalence between IrreducibleCloseds α and {x : Set α // IsIrreducible x ∧ IsClosed x }.
Instances For
The equivalence between IrreducibleCloseds α and {x : Set α // IsClosed x ∧ IsIrreducible x }.
Instances For
The equivalence IrreducibleCloseds α ≃ { x : Set α // IsIrreducible x ∧ IsClosed x } is an
order isomorphism.
Instances For
The equivalence IrreducibleCloseds α ≃ { x : Set α // IsClosed x ∧ IsIrreducible x } is an
order isomorphism.
Instances For
Partial order structure on irreducible closed sets and maps thereof. #
The map on irreducible closed sets induced by a continuous map f.
Instances For
The map IrreducibleCloseds.map is injective when f is inducing.
This relies on the property of embeddings that a closed set in the domain is the preimage
of the closure of its image.
The map IrreducibleCloseds.map is strictly monotone when f is inducing.