Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Functor.map_comp

∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
  (self : CategoryTheory.Functor C D) {X Y Z : C} (f : X ⟶ Y) (g : Y ⟶ Z),
  self.map (CategoryTheory.CategoryStruct.comp f g) = CategoryTheory.CategoryStruct.comp (self.map f) (self.map g)

A functor preserves composition.

Defined in
Mathlib.CategoryTheory.Functor.Basic
Cited by
734 results in Mathlib
Foundations
Depth 4 from the axioms, rests on 11 definitions · uses no axioms
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Functor.map_inv · cited by 38Functor.map_invAlgebraicGeometry.Scheme.Hom.appLE_map · cited by 27Hom.appLE_mapCategoryTheory.Functor.map_comp_apply · cited by 26Functor.map_comp_applyCategoryTheory.Functor.whiskerRight_comp · cited by 25Functor.whiskerRight_compAlgebraicGeometry.Scheme.Hom.map_appLE · cited by 24Hom.map_appLECategoryTheory.Limits.preservesLimit_of_iso_diagram · cited by 19Limits.preservesLimit_of_…AlgebraicGeometry.Scheme.Hom.appLE_comp_appLE · cited by 15Hom.appLE_comp_appLECategoryTheory.Limits.preservesColimit_of_iso_diagram · cited by 15Limits.preservesColimit_o…CategoryTheory.Adjunction.homEquiv_naturality_right · cited by 10Adjunction.homEquiv_natur…CategoryTheory.Limits.Types.FilteredColimit.isColimit_eq_iff' · cited by 10FilteredColimit.isColimit…CategoryTheory.Abelian.Ext.mk₀_comp_mk₀ · cited by 10Ext.mk₀_comp_mk₀CategoryTheory.IsVanKampenColimit.of_iso · cited by 9IsVanKampenColimit.of_isoCategoryTheory.Localization.SmallShiftedHom.equiv_comp · cited by 9SmallShiftedHom.equiv_compCategoryTheory.Adjunction.homEquiv_naturality_left_symm · cited by 7Adjunction.homEquiv_natur…CategoryTheory.isIso_of_fully_faithful · cited by 7CategoryTheory.isIso_of_f…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_compCITED BYCITES

Cites6

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

Cited by741

Results whose statement or proof uses this declaration.