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
Equations
- Sequential.instInhabited = { default := Sequential.mk (TopCat.of (ULift.{?u.3, 0} (Fin 37))) }
Equations
- Sequential.instCoeSortType = { coe := fun (X : Sequential) => ↑X.toTop }
@[reducible, inline]
Constructor for objects of the category Sequential
.
Equations
- Sequential.of X = Sequential.mk (TopCat.of X)
Instances For
The fully faithful embedding of Sequential
in TopCat
.
Instances For
@[simp]
theorem
Sequential.sequentialToTop_map
{X✝ Y✝ : CategoryTheory.InducedCategory TopCat toTop}
(f : X✝ ⟶ Y✝)
:
@[simp]
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 := ⋯ }
Instances For
@[simp]
@[simp]
Construct a homeomorphism from an isomorphism.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[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 := ⋯ }
Instances For
@[simp]
@[simp]