Theorems · Theorem · category theory
CategoryTheory.NatTrans.tensor_naturality
∀ {J : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} J] {C : Type u_2}
[inst_1 : CategoryTheory.Category.{v_2, u_2} C] [inst_2 : CategoryTheory.MonoidalCategory C]
{F G F' G' : CategoryTheory.Functor J C} (α : F ⟶ F') (β : G ⟶ G') {X Y X' Y' : J} (f : X ⟶ Y) (g : X' ⟶ Y'),
CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.tensorHom (F.map f) (G.map g))
(CategoryTheory.MonoidalCategoryStruct.tensorHom (α.app Y) (β.app Y')) =
CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.tensorHom (α.app X) (β.app X'))
(CategoryTheory.MonoidalCategoryStruct.tensorHom (F'.map f) (G'.map g))- Defined in
- Mathlib.CategoryTheory.Monoidal.Category
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 20 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.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement · cited by 3,106
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.MonoidalCategoryStruct.tensorHomstatement and proof · cited by 587
- CategoryTheory.NatTrans.naturalityproof · cited by 318
- CategoryTheory.MonoidalCategory.tensorHom_comp_tensorHomproof · cited by 31
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.NatTrans.whiskerLeft_app_tensor_appproof · cited by 1
- CategoryTheory.NatTrans.whiskerRight_app_tensor_appproof · cited by 1
- CategoryTheory.NatTrans.tensor_naturality_assocproof · cited by 0