Documentation

Mathlib.Topology.Category.Sequential

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.

structure Sequential :
Type (u + 1)

The type sequential topological spaces.

Instances For
    @[implicit_reducible]
    @[implicit_reducible]
    @[reducible, inline]

    Constructor for objects of the category Sequential.

    Instances For

      The functor to TopCat is indeed fully faithful.

      Instances For
        def Sequential.isoOfHomeo {X Y : Sequential} (f : X.toTop ≃ₜ Y.toTop) :
        X Y

        Construct an isomorphism from a homeomorphism.

        Instances For
          @[simp]
          theorem Sequential.isoOfHomeo_inv {X Y : Sequential} (f : X.toTop ≃ₜ Y.toTop) :
          (isoOfHomeo f).inv = CategoryTheory.InducedCategory.homMk (TopCat.ofHom { toFun := f.symm, continuous_toFun := })
          @[simp]
          theorem Sequential.isoOfHomeo_hom {X Y : Sequential} (f : X.toTop ≃ₜ Y.toTop) :
          (isoOfHomeo f).hom = CategoryTheory.InducedCategory.homMk (TopCat.ofHom { toFun := f, continuous_toFun := })
          def Sequential.homeoOfIso {X Y : Sequential} (f : X Y) :
          X.toTop ≃ₜ Y.toTop

          Construct a homeomorphism from an isomorphism.

          Instances For

            The equivalence between isomorphisms in Sequential and homeomorphisms of topological spaces.

            Instances For