Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.NatTrans.naturality_apply

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {D : Type u_1} [inst_1 : CategoryTheory.Category.{v_1, u_1} D]
  {FD : outParam (D → D → Type u_2)} {CD : outParam (D → Type w)}
  [inst_2 : outParam ((X Y : D) → FunLike (FD X Y) (CD X) (CD Y))] [inst_3 : CategoryTheory.ConcreteCategory D FD]
  {F G : CategoryTheory.Functor C D} (φ : F ⟶ G) {X Y : C} (f : X ⟶ Y) (x : CategoryTheory.ToType (F.obj X)),
  (CategoryTheory.ConcreteCategory.hom (φ.app Y)) ((CategoryTheory.ConcreteCategory.hom (F.map f)) x) =
    (CategoryTheory.ConcreteCategory.hom (G.map f)) ((CategoryTheory.ConcreteCategory.hom (φ.app X)) x)
Defined in
Mathlib.CategoryTheory.ConcreteCategory.Basic
Cited by
51 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryoutParamCategoryTheory.ConcreteCategory

Around this declaration

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

CategoryTheory.yonedaEquiv_naturality · cited by 6CategoryTheory.yonedaEqui…SSet.const_comp · cited by 4SSet.const_compCategoryTheory.uliftYonedaEquiv_naturality · cited by 3CategoryTheory.uliftYoned…SSet.degenerate_app_apply · cited by 3SSet.degenerate_app_applyCategoryTheory.Presheaf.isLocallyInjective_of_isLocallyInjective_of_isLocallySurjective · cited by 2Presheaf.isLocallyInjecti…CategoryTheory.Presheaf.isLocallySurjective_of_isLocallySurjective_of_isLocallyInjective · cited by 2Presheaf.isLocallySurject…CategoryTheory.Presieve.FamilyOfElements.Compatible.map · cited by 2Compatible.mapTopCat.Sheaf.eq_app_of_locally_eq · cited by 2Sheaf.eq_app_of_locally_eqCategoryTheory.shrinkYonedaEquiv_naturality · cited by 2CategoryTheory.shrinkYone…CategoryTheory.Presieve.FamilyOfElements.IsAmalgamation.of_mono · cited by 2IsAmalgamation.of_monoCategoryTheory.PreGaloisCategory.exists_set_ker_evaluation_subset_of_isOpen · cited by 2PreGaloisCategory.exists_…FunctorToFintypeCat.naturality · cited by 2FunctorToFintypeCat.natur…CategoryTheory.Presheaf.χ_unique · cited by 1Presheaf.χ_uniqueTopCat.Presheaf.stalkFunctor_map_injective_of_isBasis · cited by 1Presheaf.stalkFunctor_map…CategoryTheory.Presheaf.isLocallyInjective_iff_equalizerSieve_mem_imp · cited by 1Presheaf.isLocallyInjecti…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.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.Functor.map · cited by 8698Functor.mapCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.ConcreteCategory.hom · cited by 4022ConcreteCategory.homFunLike · cited by 2560FunLikeCategoryTheory.ConcreteCategory · cited by 421CategoryTheory.ConcreteCa…CategoryTheory.NatTrans.naturality · cited by 318NatTrans.naturalityCategoryTheory.ToType · cited by 219CategoryTheory.ToTypeNatTrans.naturality_applyCITED BYCITES

Cites13

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

Cited by51

Results whose statement or proof uses this declaration.