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
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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 · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement · cited by 8,698
Cited by741
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.map_invproof · cited by 38
- AlgebraicGeometry.Scheme.Hom.appLE_mapproof · cited by 27
- CategoryTheory.Functor.map_comp_applyproof · cited by 26
- CategoryTheory.Functor.whiskerRight_compproof · cited by 25
- AlgebraicGeometry.Scheme.Hom.map_appLEproof · cited by 24
- CategoryTheory.Limits.preservesLimit_of_iso_diagramproof · cited by 19
- AlgebraicGeometry.Scheme.Hom.appLE_comp_appLEproof · cited by 15
- CategoryTheory.Limits.preservesColimit_of_iso_diagramproof · cited by 15
- CategoryTheory.Adjunction.homEquiv_naturality_rightproof · cited by 10
- CategoryTheory.Limits.Types.FilteredColimit.isColimit_eq_iff'proof · cited by 10
- CategoryTheory.Abelian.Ext.mk₀_comp_mk₀proof · cited by 10
- CategoryTheory.IsVanKampenColimit.of_isoproof · cited by 9
Showing the 200 most cited of 741.