Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.MorphismProperty.LeftFraction.map_comp_map_s_assoc

∀ {C : Type u_1} {D : Type u_2} [inst : CategoryTheory.Category.{v_1, u_1} C]
  [inst_1 : CategoryTheory.Category.{v_2, u_2} D] {W : CategoryTheory.MorphismProperty C} {X Y : C}
  (φ : W.LeftFraction X Y) (L : CategoryTheory.Functor C D) (hL : W.IsInvertedBy L) {Z : D} (h : L.obj φ.Y' ⟶ Z),
  CategoryTheory.CategoryStruct.comp (φ.map L hL) (CategoryTheory.CategoryStruct.comp (L.map φ.s) h) =
    CategoryTheory.CategoryStruct.comp (L.map φ.f) h
Defined in
Mathlib.CategoryTheory.Localization.CalculusOfFractions
Cited by
6 results in Mathlib
Foundations
Depth 11 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Localization.Preadditive.add'_eq · cited by 7Preadditive.add'_eqCategoryTheory.Localization.exists_leftFraction₂ · cited by 7Localization.exists_leftF…CategoryTheory.MorphismProperty.LeftFraction.map_comp_map_eq_map · cited by 2LeftFraction.map_comp_map…CategoryTheory.Localization.exists_leftFraction₃ · cited by 1Localization.exists_leftF…CategoryTheory.Localization.Preadditive.neg'_eq · cited by 1Preadditive.neg'_eqCategoryTheory.Triangulated.Localization.complete_distinguished_triangle_morphism · cited by 0Localization.complete_dis…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Category.assoc · cited by 6433Category.assocCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.MorphismProperty.IsInvertedBy · cited by 118MorphismProperty.IsInvert…CategoryTheory.MorphismProperty.LeftFraction · cited by 67MorphismProperty.LeftFrac…CategoryTheory.MorphismProperty.LeftFraction.Y' · cited by 57LeftFraction.Y'CategoryTheory.MorphismProperty.LeftFraction.f · cited by 52LeftFraction.fCategoryTheory.MorphismProperty.LeftFraction.s · cited by 51LeftFraction.sCategoryTheory.MorphismProperty.LeftFraction.map · cited by 43LeftFraction.mapCategoryTheory.MorphismProperty.LeftFraction.map_comp_map_s · cited by 16LeftFraction.map_comp_map…LeftFraction.map_comp_map_s_a…CITED BYCITES

Cites15

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by6

Results whose statement or proof uses this declaration.