Theorems · Definition · category theory
HomotopicalAlgebra.PathObject.RightHomotopy.trans
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{X Y : C} →
[inst_1 : HomotopicalAlgebra.ModelCategory C] →
{P : HomotopicalAlgebra.PathObject Y} →
[inst_2 : HomotopicalAlgebra.IsFibrant Y] →
{f₀ f₁ f₂ : X ⟶ Y} →
P.RightHomotopy f₀ f₁ →
{P' : HomotopicalAlgebra.PathObject Y} →
[inst_3 : P'.IsGood] →
P'.RightHomotopy f₁ f₂ →
[CategoryTheory.Limits.HasPullback P.p₁ P'.p₀] → (P.trans P').RightHomotopy f₀ f₂If f₀ : X ⟶ Y is homotopic to f₁ relative to a path object P,
and f₁ is homotopic to f₂ relative to a good path object P',
then f₀ is homotopic to f₂ relative to the path object P.trans P'
when Y is fibrant.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Discretestatement · cited by 2,447
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Limits.pairstatement · cited by 536
- CategoryTheory.Limits.HasPullbackstatement and proof · cited by 434
- HomotopicalAlgebra.ModelCategorystatement and proof · cited by 141
- HomotopicalAlgebra.PrepathObject.Pstatement · cited by 76
- HomotopicalAlgebra.IsFibrantstatement and proof · cited by 56
- HomotopicalAlgebra.PrepathObject.p₀statement and proof · cited by 40
- HomotopicalAlgebra.PrepathObject.p₁statement and proof · cited by 40
- HomotopicalAlgebra.PathObjectstatement and proof · cited by 32
Cited by1
Results whose statement or proof uses this declaration.
- HomotopicalAlgebra.RightHomotopyRel.transproof · cited by 1