Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Functor.map_comp_assoc

∀ {C : Type u₁} [inst : CategoryTheory.Category.{v_1, u₁} C] {D : Type u₂}
  [inst_1 : CategoryTheory.Category.{v_2, u₂} D] (F : CategoryTheory.Functor C D) {X Y Z : C} (f : X ⟶ Y) (g : Y ⟶ Z)
  {W : D} (h : F.obj Z ⟶ W),
  CategoryTheory.CategoryStruct.comp (F.map (CategoryTheory.CategoryStruct.comp f g)) h =
    CategoryTheory.CategoryStruct.comp (F.map f) (CategoryTheory.CategoryStruct.comp (F.map g) h)
Defined in
Mathlib.CategoryTheory.Functor.Basic
Cited by
72 results in Mathlib
Foundations
Depth 14 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.Functor.map_shiftFunctorCompIsoId_hom_app · cited by 4Functor.map_shiftFunctorC…CategoryTheory.Functor.IsDenseSubsite.mapPreimage_map_of_fac · cited by 4IsDenseSubsite.mapPreimag…CategoryTheory.LocalizerMorphism.equiv_smallShiftedHomMap · cited by 3LocalizerMorphism.equiv_s…CategoryTheory.ProjectiveResolution.isoLeftDerivedObj_hom_naturality · cited by 3ProjectiveResolution.isoL…CategoryTheory.ObjectProperty.SerreClassLocalization.preservesCokernel · cited by 3SerreClassLocalization.pr…CategoryTheory.LocalizerMorphism.isRightDerivabilityStructure_iff · cited by 3LocalizerMorphism.isRight…CategoryTheory.Functor.ShiftSequence.induced_shiftMap · cited by 3ShiftSequence.induced_shi…CategoryTheory.Adjunction.isTriangulated_rightAdjoint · cited by 3Adjunction.isTriangulated…CategoryTheory.InjectiveResolution.isoRightDerivedObj_hom_naturality · cited by 3InjectiveResolution.isoRi…CategoryTheory.Functor.map_opShiftFunctorEquivalence_unitIso_hom_app_unop · cited by 2Functor.map_opShiftFuncto…CategoryTheory.Adjunction.shift_counit_app · cited by 2Adjunction.shift_counit_a…CategoryTheory.Pretriangulated.shiftFunctorAdd'_op_inv_app · cited by 2Pretriangulated.shiftFunc…AlgebraicGeometry.IsAffineOpen.fromSpec_app_of_le · cited by 2IsAffineOpen.fromSpec_app…CategoryTheory.Functor.OneHypercoverDenseData.essSurj.presheafObjObjIso.inv_restriction · cited by 2presheafObjObjIso.inv_res…AlgebraicGeometry.Scheme.exists_hom_comp_eq_comp_of_locallyOfFiniteType · cited by 2Scheme.exists_hom_comp_eq…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.mapFunctor.map_comp_assocCITED BYCITES

Cites6

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

Cited by72

Results whose statement or proof uses this declaration.