Documentation

Mathlib.CategoryTheory.Monoidal.FunctorCategory

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

    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