Documentation

LeanPool.WhiteheadTheorem.Shapes.Maps

LeanPool.WhiteheadTheorem.Shapes.Maps #

Imported Lean Pool material for LeanPool.WhiteheadTheorem.Shapes.Maps.

@[reducible, inline]
abbrev TopCat.Cyl.i₀ (A : TopCat) :
A of (A × unitInterval)

The inclusion map a ↦ ⟨a, 0⟩ from A to the cylinder whose base is A

Equations
Instances For
    @[reducible, inline]
    abbrev TopCat.Cyl.i₁ (A : TopCat) :
    A of (A × unitInterval)

    The inclusion map a ↦ ⟨a, 1⟩ from A to the cylinder whose base is A

    Equations
    Instances For
      @[reducible, inline]
      abbrev TopCat.Cyl.r₀ (A : TopCat) :
      of (A × unitInterval) A

      The retraction from a cylinder to its base

      Equations
      Instances For
        @[implicit_reducible]

        used in isEmbedding_domIncl

        Equations
        @[reducible, inline]

        Given a path, return its source point (value at 0). The continuity of this function, through typeclass resolution, implicitly relies on the fact that I is locally compact.

        Equations
        Instances For
          @[reducible, inline]

          Given a path, return its target point (value at 1). The continuity of this function, through typeclass resolution, implicitly relies on the fact that I is locally compact.

          Equations
          Instances For
            @[reducible, inline]

            evalAt

            Equations
            Instances For
              @[reducible, inline]

              Given a morphism f : X ⟶ Y, return a morphism XTopCat.of C(I, Y) that sends each point x : X to the constant path at f x : Y.

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