Theorems · Theorem · category theory
CategoryTheory.NatTrans.comp_app_apply
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
{F G H : CategoryTheory.Functor C D} (α : F ⟶ G) (β : G ⟶ H) (X : C) {F_1 : D → D → Type uF} {carrier : D → Type w}
{instFunLike : (X Y : D) → FunLike (F_1 X Y) (carrier X) (carrier Y)} [inst_2 : CategoryTheory.ConcreteCategory D F_1]
(x : carrier (F.obj X)),
(CategoryTheory.ConcreteCategory.hom ((CategoryTheory.CategoryStruct.comp α β).app X)) x =
(CategoryTheory.ConcreteCategory.hom (β.app X)) ((CategoryTheory.ConcreteCategory.hom (α.app X)) x)- Defined in
- Mathlib.CategoryTheory.Types.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.ConcreteCategory.homstatement and proof · cited by 4,022
- FunLikestatement and proof · cited by 2,560
- CategoryTheory.ConcreteCategorystatement and proof · cited by 421
- CategoryTheory.comp_applyproof · cited by 387
- CategoryTheory.NatTrans.comp_appproof · cited by 27
Cited by4
Results whose statement or proof uses this declaration.
- SSet.Subcomplex.Pairing.RankFunction.isPullbackproof · cited by 1
- SSet.Subcomplex.Pairing.RankFunction.exists_or_of_range_m_Nproof · cited by 0
- CategoryTheory.FunctorToTypes.compproof · cited by 0