Theorems · Definition · category theory
CategoryTheory.Arrow.RightHomotopy.compRight
{V : Type u_1} →
[inst : CategoryTheory.Category.{v_1, u_1} V] →
[inst_1 : CategoryTheory.Preadditive V] →
{u v w : CategoryTheory.Arrow V} →
{e f : u ⟶ v} →
CategoryTheory.Arrow.RightHomotopy e f →
(g : v ⟶ w) →
CategoryTheory.Arrow.RightHomotopy (CategoryTheory.CategoryStruct.comp e g)
(CategoryTheory.CategoryStruct.comp f g)Right homotopy is closed under composition (on the right).
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Preadditivestatement and proof · cited by 3,309
- CategoryTheory.Arrowstatement and proof · cited by 713
- CategoryTheory.Arrow.Hom.leftproof · cited by 160
- CategoryTheory.Arrow.RightHomotopystatement and proof · cited by 22
- CategoryTheory.Arrow.RightHomotopy.homproof · cited by 15
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.Arrow.RightHomotopy.compproof · cited by 1
- CategoryTheory.Arrow.RightHomotopy.compRightIdproof · cited by 1
- CategoryTheory.Arrow.RightHomotopy.compRight_homstatement and proof · cited by 0