The category of sequential topological spaces #
We define the category Sequential
of sequential topological spaces. We follow the usual template
for defining categories of topological spaces, by giving it the induced category structure from
TopCat
.
The type sequential topological spaces.
- toTop : TopCat
The underlying topological space of an object of
Sequential
. - is_sequential : SequentialSpace ↑self.toTop
The underlying topological space is sequential.
Instances For
instance
Sequential.instConcreteCategoryContinuousMapCarrierToTop :
CategoryTheory.ConcreteCategory Sequential fun (x1 x2 : Sequential) => C(↑x1.toTop, ↑x2.toTop)
Equations
@[simp]
theorem
Sequential.sequentialToTop_map
{X✝ Y✝ : CategoryTheory.InducedCategory TopCat toTop}
(f : X✝ ⟶ Y✝)
:
@[simp]
Construct an isomorphism from a homeomorphism.
Equations
Instances For
@[simp]
@[simp]
Construct a homeomorphism from an isomorphism.
Equations
Instances For
@[simp]
@[simp]
The equivalence between isomorphisms in Sequential
and homeomorphisms
of topological spaces.
Equations
Instances For
@[simp]
@[simp]