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)- Cited by
- 387 results in Mathlib
- Foundations
- Depth 6 from the axioms, rests on 18 definitions · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.ConcreteCategory.homstatement and proof · cited by 4,022
- FunLikestatement and proof · cited by 2,560
- CategoryTheory.ConcreteCategorystatement and proof · cited by 421
- CategoryTheory.ToTypestatement and proof · cited by 219
- CategoryTheory.ConcreteCategory.comp_applyproof · cited by 60
Cited by387
Results whose statement or proof uses this declaration.
- CategoryTheory.Iso.inv_hom_id_applyproof · cited by 53
- CategoryTheory.Iso.hom_inv_id_applyproof · cited by 50
- CategoryTheory.isSheaf_iff_isSheaf_of_typeproof · cited by 30
- CategoryTheory.Limits.Types.jointly_surjective_of_isColimitproof · cited by 27
- CategoryTheory.Functor.map_comp_applyproof · cited by 26
- CategoryTheory.Limits.Types.FilteredColimit.isColimit_eq_iff'proof · cited by 10
- CategoryTheory.eqToHom_map_comp_applyproof · cited by 7
- CategoryTheory.yonedaEquiv_naturalityproof · cited by 6
- CategoryTheory.ofHom_epi_iff_surjectiveproof · cited by 5
- CategoryTheory.OverPresheafAux.YonedaCollection.map₂_sndproof · cited by 5
- AlgebraicGeometry.PresheafedSpace.stalkMap_germ_applyproof · cited by 4
- CategoryTheory.IsIso.inv_hom_id_applyproof · cited by 4
Showing the 200 most cited of 387.