Theorems · Theorem · category theory
CategoryTheory.FunctorToTypes.comp
Deprecated since 2026-03-09Use CategoryTheory.NatTrans.comp_app_apply instead.
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] (F G H : CategoryTheory.Functor C (Type w)) {X : C} (σ : F ⟶ G)
(τ : G ⟶ H) (x : 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
- 0 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · 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 · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.NatTrans.appstatement · cited by 7,406
- CategoryTheory.ConcreteCategory.homstatement · cited by 4,022
- TypeCat.Funstatement · cited by 1,307
- CategoryTheory.NatTrans.comp_app_applyproof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.