Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Adjunction.IsMonoidal

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    [inst_1 : CategoryTheory.MonoidalCategory C] →
      {D : Type u₂} →
        [inst_2 : CategoryTheory.Category.{v₂, u₂} D] →
          [inst_3 : CategoryTheory.MonoidalCategory D] →
            {F : CategoryTheory.Functor C D} →
              {G : CategoryTheory.Functor D C} → (F ⊣ G) → [F.OplaxMonoidal] → [G.LaxMonoidal] → Prop

When adj : F ⊣ G is an adjunction, with F oplax monoidal and G lax-monoidal, this typeclass expresses compatibilities between the adjunction and the (op)lax monoidal structures.

Defined in
Mathlib.CategoryTheory.Monoidal.Functor
Cited by
20 results in Mathlib
Foundations
Depth 3 from the axioms · uses no axioms
Assumes
CategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.Functor.OplaxMonoidalCategoryTheory.Functor.LaxMonoidal

Around this declaration

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

CategoryTheory.Equivalence.IsMonoidal · cited by 40Equivalence.IsMonoidalCategoryTheory.Adjunction.unit_app_unit_comp_map_η · cited by 4Adjunction.unit_app_unit_…CategoryTheory.Adjunction.map_ε_comp_counit_app_unit · cited by 4Adjunction.map_ε_comp_cou…CategoryTheory.Adjunction.unit_app_tensor_comp_map_δ · cited by 3Adjunction.unit_app_tenso…CategoryTheory.Adjunction.map_μ_comp_counit_app_tensor · cited by 3Adjunction.map_μ_comp_cou…CategoryTheory.Adjunction.ε_comp_map_ε · cited by 2Adjunction.ε_comp_map_εCategoryTheory.Adjunction.IsMonoidal.leftAdjoint_ε · cited by 2IsMonoidal.leftAdjoint_εCategoryTheory.Adjunction.IsMonoidal.leftAdjoint_μ · cited by 2IsMonoidal.leftAdjoint_μCategoryTheory.Adjunction.mapAddMon · cited by 2Adjunction.mapAddMonCategoryTheory.Adjunction.mapCommMon · cited by 2Adjunction.mapCommMonCategoryTheory.Adjunction.mapMon · cited by 2Adjunction.mapMonCategoryTheory.Adjunction.map_η_comp_η · cited by 2Adjunction.map_η_comp_ηCategoryTheory.Adjunction.ε_comp_map_ε_assoc · cited by 0Adjunction.ε_comp_map_ε_a…CategoryTheory.Adjunction.IsMonoidal.casesOn · cited by 0IsMonoidal.casesOnCategoryTheory.Adjunction.IsMonoidal.recOn · cited by 0IsMonoidal.recOnCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionCategoryTheory.Functor.LaxMonoidal · cited by 133Functor.LaxMonoidalCategoryTheory.Functor.OplaxMonoidal · cited by 94Functor.OplaxMonoidalAdjunction.IsMonoidalCITED BYCITES

Cites6

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

Cited by26

Results whose statement or proof uses this declaration.