Documentation

Mathlib.CategoryTheory.Closed.FunctorCategory

Functors from a groupoid into a monoidal closed category form a monoidal closed category. #

(Using the pointwise monoidal structure on the functor category.)

Auxiliary definition for CategoryTheory.Functor.closed. The internal hom functor F ⟶[C] -

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Auxiliary definition for CategoryTheory.Functor.closed. The counit for the adjunction (tensorLeft F) ⊣ (ihom F).

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      If C is a monoidal closed category and D is a groupoid, then every functor F : D ⥤ C is closed in the functor category F : D ⥤ C with the pointwise monoidal structure.

      Equations
      • One or more equations did not get rendered due to their size.
      @[simp]

      If C is a monoidal closed category and D is groupoid, then the functor category D ⥤ C, with the pointwise monoidal structure, is monoidal closed.

      Equations
      • CategoryTheory.Functor.monoidalClosed = { closed := inferInstance }