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
    @[reducible, inline]

    Constructor for objects of the category Sequential.

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

      Construct an isomorphism from a homeomorphism.

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

        Construct a homeomorphism from an isomorphism.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

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

          Equations
          Instances For