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.
Equations
- Sequential.instInhabited = { default := { toTop := TopCat.of (ULift.{?u.2, 0} (Fin 37)), is_sequential := Sequential.instInhabited._proof_1 } }
Equations
- Sequential.instCoeSortType = { coe := fun (X : Sequential) => ↑X.toTop }
@[reducible, inline]
Constructor for objects of the category Sequential.
Equations
- Sequential.of X = { toTop := TopCat.of X, is_sequential := inst✝ }
The fully faithful embedding of Sequential in TopCat.
@[simp]
theorem
Sequential.sequentialToTop_map
{X✝ Y✝ : CategoryTheory.InducedCategory TopCat toTop}
(f : X✝ ⟶ Y✝)
:
@[simp]
The functor to TopCat is indeed fully faithful.
Construct an isomorphism from a homeomorphism.
Equations
- Sequential.isoOfHomeo f = { hom := TopCat.ofHom { toFun := ⇑f, continuous_toFun := ⋯ }, inv := TopCat.ofHom { toFun := ⇑f.symm, continuous_toFun := ⋯ }, hom_inv_id := ⋯, inv_hom_id := ⋯ }
@[simp]
@[simp]
Construct a homeomorphism from an isomorphism.
Equations
- One or more equations did not get rendered due to their size.
@[simp]
@[simp]
The equivalence between isomorphisms in Sequential and homeomorphisms
of topological spaces.
Equations
- Sequential.isoEquivHomeo = { toFun := Sequential.homeoOfIso, invFun := Sequential.isoOfHomeo, left_inv := ⋯, right_inv := ⋯ }
@[simp]
@[simp]