Homotopies in model categories #
In this file, we relate left and right homotopies between
morphisms X ⟶ Y
in model categories. In particular, if X
is cofibrant
and Y
is fibrant, these notions coincide (for arbitrary choices of good
cylinders or good path objects).
Using the factorization lemma by K. S. Brown, we deduce versions of the Whitehead
theorem (LeftHomotopyClass.whitehead
and RightHomotopyClass.whitehead
)
which assert that when both X
and Y
are fibrant and cofibrant,
then any weak equivalence X ⟶ Y
is a homotopy equivalence.
References #
When two morphisms X ⟶ Y
with X
cofibrant are related by a left homotopy,
this is a choice of a right homotopy relative to any good path object for Y
.
Equations
- h.rightHomotopy Q = { h := CategoryTheory.CategoryStruct.comp ⋯.choose.i₁ ⋯.lift, h₀ := ⋯, h₁ := ⋯ }
Instances For
When two morphisms X ⟶ Y
with Y
fibrant are related by a right homotopy,
this is a choice of a left homotopy relative to any good cylinder object for X
.
Equations
- h.leftHomotopy Q = { h := CategoryTheory.CategoryStruct.comp ⋯.lift ⋯.choose.p₁, h₀ := ⋯, h₁ := ⋯ }
Instances For
Left homotopy classes of maps X ⟶ Y
identify to right homotopy classes
when X
is cofibrant and Y
is fibrant.
Equations
- One or more equations did not get rendered due to their size.