Documentation

LeanPool.DirectedTopologyLean4.DTop

LeanPool.DirectedTopologyLean4.DTop #

structure dTopCat :
Type (u + 1)

The category of directed topological spaces.

  • carrier : Type u

    The underlying type of a directed topological space.

  • str : DirectedSpace self
Instances For

    Construct a bundled dTopCat from the underlying type and the typeclass.

    Equations
    Instances For
      @[simp]
      theorem dTopCat.coe_of (X : Type u) [DirectedSpace X] :
      (of X) = X
      structure dTopCat.Hom (X Y : dTopCat) :

      The type of morphisms in dTopCat.

      Instances For
        theorem dTopCat.Hom.ext_iff {X Y : dTopCat} {x y : X.Hom Y} :
        x = y x.hom' = y.hom'
        theorem dTopCat.Hom.ext {X Y : dTopCat} {x y : X.Hom Y} (hom' : x.hom' = y.hom') :
        x = y
        @[implicit_reducible]
        Equations
        • One or more equations did not get rendered due to their size.
        @[implicit_reducible]
        Equations
        • One or more equations did not get rendered due to their size.
        @[reducible, inline]
        abbrev dTopCat.Hom.hom {X Y : dTopCat} (f : X.Hom Y) :
        D(X,Y)

        Turn a morphism in dTopCat back into a DirectedMap.

        Equations
        Instances For
          @[reducible, inline]
          abbrev dTopCat.ofHom {X Y : Type u} [DirectedSpace X] [DirectedSpace Y] (f : D(X,Y)) :
          of X of Y

          Typecheck a DirectedMap as a morphism in dTopCat.

          Equations
          Instances For
            @[simp]
            theorem dTopCat.hom_comp {X Y Z : dTopCat} (f : X Y) (g : Y Z) :
            theorem dTopCat.hom_ext {X Y : dTopCat} {f g : X Y} (hf : Hom.hom f = Hom.hom g) :
            f = g
            theorem dTopCat.hom_ext_iff {X Y : dTopCat} {f g : X Y} :
            theorem dTopCat.ext {X Y : dTopCat} {f g : X Y} (w : ∀ (x : X), (CategoryTheory.ConcreteCategory.hom f) x = (CategoryTheory.ConcreteCategory.hom g) x) :
            f = g
            @[simp]
            theorem dTopCat.hom_ofHom {X Y : Type u} [DirectedSpace X] [DirectedSpace Y] (f : D(X,Y)) :
            @[simp]
            theorem dTopCat.ofHom_hom {X Y : dTopCat} (f : X Y) :
            @[implicit_reducible]
            Equations
            def dTopCat.DirectedSubtypeHom {X : dTopCat} (Y : Set X) :
            of Y X

            The inclusion of a directed subspace into its ambient space.

            Equations
            Instances For
              def dTopCat.DirectedSubsetHom {X : dTopCat} {Y₀ Y₁ : Set X} (h : Y₀ Y₁) :
              of Y₀ of Y₁

              The inclusion between two directed subspaces, given a subset relation.

              Equations
              Instances For