Homotopies between morphisms in TopCat #
In this file, we define the type TopCat.Homotopy of homotopies
between two morphisms in the category TopCat.
@[reducible, inline]
An homotopy between morphisms in TopCat is a homotopy between
the corresponding continous maps.
Equations
- TopCat.Homotopy f g = (TopCat.Hom.hom f).Homotopy (TopCat.Hom.hom g)
Instances For
The morphism X ⊗ I ⟶ Y that is part of a homotopy between two morphisms in TopCat.
Equations
- H.h = CategoryTheory.CategoryStruct.comp (β_ X TopCat.I).hom (TopCat.ofHom (H.comp ((↑TopCat.I.homeomorph).prodMap (ContinuousMap.id ↑X))))
Instances For
@[simp]
@[simp]