Theorems · Theorem · category theory
TopCat.Homotopy.h_comp
∀ {X Y Z : TopCat} {f₀ f₁ : X ⟶ Y} {g₀ g₁ : Y ⟶ Z} (G : TopCat.Homotopy g₀ g₁) (F : TopCat.Homotopy f₀ f₁),
(G.comp F).h =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.MonoidalCategoryStruct.whiskerLeft X
(CategoryTheory.CartesianMonoidalCategory.lift (CategoryTheory.CategoryStruct.id TopCat.I)
(CategoryTheory.CategoryStruct.id TopCat.I)))
(CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.associator X TopCat.I TopCat.I).inv
(CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerRight F.h TopCat.I) G.h))- Defined in
- Mathlib.Topology.Homotopy.TopCat.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 124 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Iso.invstatement · cited by 6,514
- CategoryTheory.CategoryStruct.idstatement · cited by 6,235
- TopCat.carrierproof · cited by 3,184
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement and proof · cited by 3,106
- TopCatstatement and proof · cited by 1,889
- CategoryTheory.MonoidalCategoryStruct.whiskerLeftstatement · cited by 915
- CategoryTheory.MonoidalCategoryStruct.whiskerRightstatement and proof · cited by 903
- CategoryTheory.MonoidalCategoryStruct.associatorstatement · cited by 667
- TopCat.Hom.homproof · cited by 169
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.