Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.comp_apply

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {FC : C → C → Type u_1} {CC : C → Type w}
  [inst_1 : (X Y : C) → FunLike (FC X Y) (CC X) (CC Y)] [inst_2 : CategoryTheory.ConcreteCategory C FC] {X Y Z : C}
  (f : X ⟶ Y) (g : Y ⟶ Z) (x : CategoryTheory.ToType 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
387 results in Mathlib
Foundations
Depth 6 from the axioms, rests on 18 definitions · uses propext
Assumes
CategoryTheory.CategoryFunLikeCategoryTheory.ConcreteCategory

Around this declaration

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

CategoryTheory.Iso.inv_hom_id_apply · cited by 53Iso.inv_hom_id_applyCategoryTheory.Iso.hom_inv_id_apply · cited by 50Iso.hom_inv_id_applyCategoryTheory.isSheaf_iff_isSheaf_of_type · cited by 30CategoryTheory.isSheaf_if…CategoryTheory.Limits.Types.jointly_surjective_of_isColimit · cited by 27Types.jointly_surjective_…CategoryTheory.Functor.map_comp_apply · cited by 26Functor.map_comp_applyCategoryTheory.Limits.Types.FilteredColimit.isColimit_eq_iff' · cited by 10FilteredColimit.isColimit…CategoryTheory.eqToHom_map_comp_apply · cited by 7CategoryTheory.eqToHom_ma…CategoryTheory.yonedaEquiv_naturality · cited by 6CategoryTheory.yonedaEqui…CategoryTheory.ofHom_epi_iff_surjective · cited by 5CategoryTheory.ofHom_epi_…CategoryTheory.OverPresheafAux.YonedaCollection.map₂_snd · cited by 5YonedaCollection.map₂_sndAlgebraicGeometry.PresheafedSpace.stalkMap_germ_apply · cited by 4PresheafedSpace.stalkMap_…CategoryTheory.IsIso.inv_hom_id_apply · cited by 4IsIso.inv_hom_id_applyCategoryTheory.NatTrans.comp_app_apply · cited by 4NatTrans.comp_app_applyCategoryTheory.Presieve.isAmalgamation_sieveExtend · cited by 4Presieve.isAmalgamation_s…CategoryTheory.Functor.isContinuous_of_coverPreserving · cited by 4Functor.isContinuous_of_c…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…CategoryTheory.ToType · cited by 219CategoryTheory.ToTypeCategoryTheory.ConcreteCategory.comp_apply · cited by 60ConcreteCategory.comp_app…CategoryTheory.comp_applyCITED BYCITES

Cites9

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

Cited by387

Results whose statement or proof uses this declaration.