Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.ConcreteCategory.comp_apply

∀ {C : Type u} {inst : CategoryTheory.Category.{v, u} C} {FC : outParam (C → C → Type u_1)} {CC : outParam (C → Type w)}
  {inst_1 : outParam ((X Y : C) → FunLike (FC X Y) (CC X) (CC Y))} [self : CategoryTheory.ConcreteCategory C FC]
  {X Y Z : C} (f : X ⟶ Y) (g : Y ⟶ Z) (x : CC X),
  (CategoryTheory.ConcreteCategory.hom (CategoryTheory.CategoryStruct.comp f g)) x =
    (CategoryTheory.ConcreteCategory.hom g) ((CategoryTheory.ConcreteCategory.hom f) x)
Defined in
Mathlib.CategoryTheory.ConcreteCategory.Basic
Cited by
60 results in Mathlib
Foundations
Depth 5 from the axioms · uses no axioms
Assumes
CategoryTheory.ConcreteCategory

Around this declaration

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

CategoryTheory.comp_apply · cited by 387CategoryTheory.comp_applyTopCat.Presheaf.germ_res_apply · cited by 14Presheaf.germ_res_applyTopCat.Presheaf.stalkFunctor_map_germ_apply · cited by 7Presheaf.stalkFunctor_map…TopCat.Sheaf.eq_of_locally_eq' · cited by 6Sheaf.eq_of_locally_eq'SimplexCategory.σ₀Iter_succ · cited by 5SimplexCategory.σ₀Iter_su…TopCat.GlueData.ι_eq_iff_rel · cited by 4GlueData.ι_eq_iff_relAddMonCat.FilteredColimits.colimit_add_mk_eq · cited by 3FilteredColimits.colimit_…CategoryTheory.Limits.Concrete.multiequalizer_ext · cited by 3Concrete.multiequalizer_e…SimplexCategory.δ₀Iter_succ' · cited by 3SimplexCategory.δ₀Iter_su…AlgebraicGeometry.PresheafedSpace.GlueData.snd_invApp_t_app' · cited by 2GlueData.snd_invApp_t_app'CategoryTheory.CardinalDirectedPoset.isCardinalPresentable_of_hasCardinalLT_of_le · cited by 2CardinalDirectedPoset.isC…CategoryTheory.Presheaf.isLocallyInjective_of_isLocallyInjective_of_isLocallySurjective · cited by 2Presheaf.isLocallyInjecti…TopCat.Presheaf.germ_ext · cited by 2Presheaf.germ_extTopCat.Presheaf.germ_res_apply' · cited by 2Presheaf.germ_res_apply'CategoryTheory.Presheaf.isLocallySurjective_of_isLocallySurjective_of_isLocallyInjective · cited by 2Presheaf.isLocallySurject…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.ConcreteCategory.hom · cited by 4022ConcreteCategory.homFunLike · cited by 2560FunLikeCategoryTheory.ConcreteCategory · cited by 421CategoryTheory.ConcreteCa…ConcreteCategory.comp_applyCITED BYCITES

Cites7

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

Cited by60

Results whose statement or proof uses this declaration.