Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Functor.OplaxMonoidal

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    [CategoryTheory.MonoidalCategory C] →
      {D : Type u₂} →
        [inst_2 : CategoryTheory.Category.{v₂, u₂} D] →
          [CategoryTheory.MonoidalCategory D] → CategoryTheory.Functor C D → Type (max u₁ v₂)

A functor F : C ⥤ D between monoidal categories is oplax monoidal if it is equipped with morphisms η : F.obj (𝟙_ C) ⟶ 𝟙 _D and δ X Y : F.obj (X ⊗ Y) ⟶ F.obj X ⊗ F.obj Y, satisfying the appropriate coherences.

Defined in
Mathlib.CategoryTheory.Monoidal.Functor
Cited by
94 results in Mathlib
Foundations
Depth 2 from the axioms, rests on 4 definitions · uses no axioms
Assumes
CategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.CategoryCategoryTheory.MonoidalCategory

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Functor.OplaxMonoidal.δ · cited by 222OplaxMonoidal.δCategoryTheory.Functor.OplaxMonoidal.η · cited by 159OplaxMonoidal.ηCategoryTheory.Adjunction.IsMonoidal · cited by 20Adjunction.IsMonoidalCategoryTheory.Functor.OplaxMonoidal.δ_fst · cited by 7OplaxMonoidal.δ_fstCategoryTheory.Functor.OplaxMonoidal.δ_snd · cited by 7OplaxMonoidal.δ_sndCategoryTheory.Functor.mapComon · cited by 4Functor.mapComonCategoryTheory.Adjunction.map_ε_comp_counit_app_unit · cited by 4Adjunction.map_ε_comp_cou…CategoryTheory.Adjunction.unit_app_unit_comp_map_η · cited by 4Adjunction.unit_app_unit_…CategoryTheory.Functor.OplaxMonoidal.left_unitality · cited by 4OplaxMonoidal.left_unital…CategoryTheory.Functor.OplaxMonoidal.right_unitality · cited by 4OplaxMonoidal.right_unita…CategoryTheory.Functor.OplaxMonoidal.δ_natural_right · cited by 4OplaxMonoidal.δ_natural_r…CategoryTheory.Functor.CoreMonoidal.toOplaxMonoidal · cited by 3CoreMonoidal.toOplaxMonoi…CategoryTheory.Adjunction.map_μ_comp_counit_app_tensor · cited by 3Adjunction.map_μ_comp_cou…CategoryTheory.Functor.FullyFaithful.addMonObj · cited by 3FullyFaithful.addMonObjCategoryTheory.Adjunction.unit_app_tensor_comp_map_δ · cited by 3Adjunction.unit_app_tenso…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…Functor.OplaxMonoidalCITED BYCITES

Cites3

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by125

Results whose statement or proof uses this declaration.