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
Equations
Alias of TopologicalSpace.Closeds.isClosed
.
See Note [custom simps projection].
Equations
Instances For
The galois insertion between sets and closeds.
Equations
Instances For
Equations
The type of closed sets is inhabited, with default element the empty set.
Equations
Closed sets in a topological space form a coframe.
Equations
Instances For
Equations
The term of TopologicalSpace.Closeds α
corresponding to a singleton.
Equations
Instances For
The preimage of a closed set under a continuous map.
Equations
Instances For
The complement of a closed set as an open set.
Equations
Instances For
The complement of an open set as a closed set.
Equations
Instances For
TopologicalSpace.Closeds.compl
as an OrderIso
to the order dual of
TopologicalSpace.Opens α
.
Equations
Instances For
TopologicalSpace.Opens.compl
as an OrderIso
to the order dual of
TopologicalSpace.Closeds α
.
Equations
Instances For
in a T1Space
, atoms of TopologicalSpace.Closeds α
are precisely the
TopologicalSpace.Closeds.singleton
s.
in a T1Space
, coatoms of TopologicalSpace.Opens α
are precisely complements of singletons:
(TopologicalSpace.Closeds.singleton x).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
Equations
See Note [custom simps projection].
Equations
Instances For
Reinterpret a clopen as an open.
Equations
Instances For
Reinterpret a clopen as a closed.
Equations
Instances For
Equations
Equations
Equations
Equations
Equations
Equations
Equations
Equations
Equations
Equations
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
- is_irreducible' : IsIrreducible self.carrier
Instances For
Equations
See Note [custom simps projection].
Equations
Instances For
The term of TopologicalSpace.IrreducibleCloseds α
corresponding to a singleton.
Equations
Instances For
The equivalence between IrreducibleCloseds α
and {x : Set α // IsIrreducible x ∧ IsClosed x }
.
Equations
Instances For
The equivalence between IrreducibleCloseds α
and {x : Set α // IsClosed x ∧ IsIrreducible x }
.
Equations
Instances For
The equivalence IrreducibleCloseds α ≃ { x : Set α // IsIrreducible x ∧ IsClosed x }
is an
order isomorphism.
Equations
Instances For
The equivalence IrreducibleCloseds α ≃ { x : Set α // IsClosed x ∧ IsIrreducible x }
is an
order isomorphism.