Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.NatTrans.comp_app

∀ {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),
  (CategoryTheory.CategoryStruct.comp α β).app X = CategoryTheory.CategoryStruct.comp (α.app X) (β.app X)
Defined in
Mathlib.CategoryTheory.Functor.Category
Cited by
27 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.NatTrans.mono_of_mono_app · cited by 6NatTrans.mono_of_mono_appCategoryTheory.NatTrans.comp_app_assoc · cited by 5NatTrans.comp_app_assocCategoryTheory.NatTrans.comp_app_apply · cited by 4NatTrans.comp_app_applyCategoryTheory.GradedObject.ι_mapBifunctorAssociator_inv · cited by 2GradedObject.ι_mapBifunct…CategoryTheory.Adjunction.unit_leftAdjointUniq_hom · cited by 2Adjunction.unit_leftAdjoi…CategoryTheory.Presheaf.isLocallySurjective_of_isLocallySurjective_of_isLocallyInjective · cited by 2Presheaf.isLocallySurject…CategoryTheory.Abelian.Preradical.toColon_hom_left_app_colon_ι_app · cited by 2Preradical.toColon_hom_le…CategoryTheory.NatTrans.epi_of_epi_app · cited by 2NatTrans.epi_of_epi_appCategoryTheory.SingleFunctors.hom_inv_id_hom_app · cited by 1SingleFunctors.hom_inv_id…CategoryTheory.Idempotents.DoldKan.hε · cited by 1DoldKan.hεCategoryTheory.SingleFunctors.inv_hom_id_hom_app · cited by 1SingleFunctors.inv_hom_id…SSet.quasicategory_of_filler · cited by 1SSet.quasicategory_of_fil…AlgebraicGeometry.Spec.sheafedSpaceMap_comp · cited by 1Spec.sheafedSpaceMap_compCategoryTheory.IsGrothendieckAbelian.IsPresentable.surjectivity · cited by 1IsPresentable.surjectivityCategoryTheory.Iso.map_hom_inv_id_eval_app · cited by 1Iso.map_hom_inv_id_eval_a…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.NatTrans.app · cited by 7406NatTrans.appNatTrans.comp_appCITED BYCITES

Cites6

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

Cited by27

Results whose statement or proof uses this declaration.