EGNO Definition 1.1.2: a monoidal subcategory of C is a category D with a
faithful monoidal functor ι : D ⥤ C.
- D : Type u₂
- instCat : CategoryTheory.Category.{v₂, u₂} self.D
- instMonoidal : CategoryTheory.MonoidalCategory self.D
- ι : CategoryTheory.Functor self.D C
Instances For
Construct a monoidal subcategory in the sense of EGNO Definition 1.1.2 from any
monoidal ObjectProperty on C, using the inclusion of the corresponding full
subcategory.
Instances For
EGNO Definition 1.4.1: a monoidal functor C ⥤ D is a functor F together with the
data of a monoidal structure on F.
- F : CategoryTheory.Functor C D
Instances For
The monoidal structure morphism J : F X ⊗ F Y ≅ F (X ⊗ Y) of EGNO Definition 1.4.1,
extracted from the underlying Functor.Monoidal instance.
Instances For
EGNO Definition 1.4.5: a monoidal functor on F, expressed as the existence of a
Functor.Monoidal structure.
Instances For
EGNO Definition 1.5.1: a monoidal natural transformation between lax monoidal
functors, expressed via NatTrans.IsMonoidal.
Instances For
EGNO Definition 1.5.1 (isomorphism version): an isomorphism of lax monoidal functors.