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 α β = { app := fun (X : C) => CategoryTheory.MonoidalCategory.tensorHom (α.app X) (β.app X), naturality := ⋯ }
Instances For
(An auxiliary definition for functorCategoryMonoidal
.)
Equations
- CategoryTheory.Monoidal.FunctorCategory.whiskerLeft F β = { app := fun (X : C) => CategoryTheory.MonoidalCategory.whiskerLeft (F.obj X) (β.app X), naturality := ⋯ }
Instances For
(An auxiliary definition for functorCategoryMonoidal
.)
Equations
- CategoryTheory.Monoidal.FunctorCategory.whiskerRight α F' = { app := fun (X : C) => CategoryTheory.MonoidalCategory.whiskerRight (α.app X) (F'.obj X), naturality := ⋯ }
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 ⋯