Monoidal structure on C ⥤ D when D is monoidal. #
When C is any category, and D is a monoidal category,
there is a natural "pointwise" monoidal structure on C ⥤ D.
The initial intended application is tensor product of presheaves.
(An auxiliary definition for functorCategoryMonoidal.)
Tensor product of functors C ⥤ D, when D is monoidal.
Equations
- One or more equations did not get rendered due to their size.
Instances For
(An auxiliary definition for functorCategoryMonoidal.)
Tensor product of natural transformations into D, when D is monoidal.
Equations
- CategoryTheory.Monoidal.FunctorCategory.tensorHom α β = CategoryTheory.NatTrans.mk fun (X : C) => CategoryTheory.MonoidalCategory.tensorHom (α.app X) (β.app X)
Instances For
(An auxiliary definition for functorCategoryMonoidal.)
Equations
- CategoryTheory.Monoidal.FunctorCategory.whiskerLeft F β = CategoryTheory.NatTrans.mk fun (X : C) => CategoryTheory.MonoidalCategory.whiskerLeft (F.toPrefunctor.obj X) (β.app X)
Instances For
(An auxiliary definition for functorCategoryMonoidal.)
Equations
- CategoryTheory.Monoidal.FunctorCategory.whiskerRight α F' = CategoryTheory.NatTrans.mk fun (X : C) => CategoryTheory.MonoidalCategory.whiskerRight (α.app X) (F'.toPrefunctor.obj X)
Instances For
When C is any category, and D is a monoidal category,
the functor category C ⥤ D has a natural pointwise monoidal structure,
where (F ⊗ G).obj X = F.obj X ⊗ G.obj X.
Equations
- One or more equations did not get rendered due to their size.
When C is any category, and D is a monoidal category,
the functor category C ⥤ D has a natural pointwise monoidal structure,
where (F ⊗ G).obj X = F.obj X ⊗ G.obj X.
Equations
- CategoryTheory.Monoidal.functorCategoryMonoidal = CategoryTheory.MonoidalCategory.mk
When C is any category, and D is a braided monoidal category,
the natural pointwise monoidal structure on the functor category C ⥤ D
is also braided.
Equations
- One or more equations did not get rendered due to their size.
When C is any category, and D is a symmetric monoidal category,
the natural pointwise monoidal structure on the functor category C ⥤ D
is also symmetric.
Equations
- CategoryTheory.Monoidal.functorCategorySymmetric = CategoryTheory.SymmetricCategory.mk