Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Functor.map_comp_apply

∀ {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) {F : D → D → Type uF} {carrier : D → Type w}
  {instFunLike : (X Y : D) → FunLike (F X Y) (carrier X) (carrier Y)} [inst_2 : CategoryTheory.ConcreteCategory D F]
  (x : carrier (self.obj X)),
  (CategoryTheory.ConcreteCategory.hom (self.map (CategoryTheory.CategoryStruct.comp f g))) x =
    (CategoryTheory.ConcreteCategory.hom (self.map g)) ((CategoryTheory.ConcreteCategory.hom (self.map f)) x)
Defined in
Mathlib.CategoryTheory.Types.Basic
Cited by
26 results in Mathlib
Foundations
Depth 7 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.ConcreteCategory

Around this declaration

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

CompHausLike.LocallyConstant.sigmaComparison_comp_sigmaIso · cited by 2LocallyConstant.sigmaComp…SSet.Truncated.spine_map_subinterval · cited by 2Truncated.spine_map_subin…SSet.Truncated.StrictSegal.spineToSimplex_edge · cited by 1StrictSegal.spineToSimple…SSet.StrictSegal.spineToSimplex_edge · cited by 1StrictSegal.spineToSimple…SSet.Truncated.liftOfStrictSegal.hσ'₀ · cited by 1liftOfStrictSegal.hσ'₀SSet.Truncated.liftOfStrictSegal.hσ'₁ · cited by 1liftOfStrictSegal.hσ'₁SSet.StrictSegal.spine_δ_arrow_eq · cited by 1StrictSegal.spine_δ_arrow…SSet.StrictSegal.spine_δ_arrow_gt · cited by 1StrictSegal.spine_δ_arrow…SSet.StrictSegal.spine_δ_arrow_lt · cited by 1StrictSegal.spine_δ_arrow…SSet.StrictSegal.isPointwiseRightKanExtensionAt.fac_aux₂ · cited by 1isPointwiseRightKanExtens…SSet.Truncated.Edge.CompStruct.exists_of_simplex · cited by 1CompStruct.exists_of_simp…SSet.Truncated.spine_map_vertex · cited by 1Truncated.spine_map_vertexTopCat.Sheaf.IsFlasque.structured_arrows_elements_sheaf_chains_bounded · cited by 1IsFlasque.structured_arro…SSet.spine_δ₀ · cited by 1SSet.spine_δ₀CategoryTheory.regularTopology.isLocallySurjective_sheaf_of_types · cited by 1regularTopology.isLocally…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.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.ConcreteCategory.hom · cited by 4022ConcreteCategory.homFunLike · cited by 2560FunLikeCategoryTheory.Functor.map_comp · cited by 734Functor.map_compCategoryTheory.ConcreteCategory · cited by 421CategoryTheory.ConcreteCa…CategoryTheory.comp_apply · cited by 387CategoryTheory.comp_applyFunctor.map_comp_applyCITED BYCITES

Cites12

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

Cited by26

Results whose statement or proof uses this declaration.