Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Equivalence.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] →
            (e : C ≌ D) → [e.functor.Monoidal] → [e.inverse.Monoidal] → Prop

An equivalence of categories involving monoidal functors is monoidal if the underlying adjunction satisfies certain compatibilities with respect to the monoidal functor data.

Defined in
Mathlib.CategoryTheory.Monoidal.Functor
Cited by
40 results in Mathlib
Foundations
Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.Functor.MonoidalCategoryTheory.Functor.Monoidal

Around this declaration

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

CategoryTheory.Equivalence.mapAddMon · cited by 4Equivalence.mapAddMonCategoryTheory.Equivalence.mapCommMon · cited by 4Equivalence.mapCommMonCategoryTheory.Equivalence.mapMon · cited by 4Equivalence.mapMonCategoryTheory.Equivalence.functor_map_ε_inverse_comp_counitIso_hom_app · cited by 3Equivalence.functor_map_ε…CategoryTheory.Equivalence.counitIso_inv_app_tensor_comp_functor_map_δ_inverse · cited by 2Equivalence.counitIso_inv…CategoryTheory.Equivalence.counitInv_app_comp_functor_map_η_inverse · cited by 1Equivalence.counitInv_app…CategoryTheory.Equivalence.counitInv_app_tensor_comp_functor_map_δ_inverse · cited by 1Equivalence.counitInv_app…CategoryTheory.Equivalence.counitIso_inv_app_comp_functor_map_η_inverse · cited by 1Equivalence.counitIso_inv…CategoryTheory.Equivalence.functor_map_ε_inverse_comp_counit_app · cited by 1Equivalence.functor_map_ε…CategoryTheory.Equivalence.functor_map_μ_inverse_comp_counitIso_hom_app_tensor · cited by 1Equivalence.functor_map_μ…CategoryTheory.Equivalence.functor_map_μ_inverse_comp_counit_app_tensor · cited by 1Equivalence.functor_map_μ…CategoryTheory.Equivalence.unitIso_hom_app_comp_inverse_map_η_functor · cited by 1Equivalence.unitIso_hom_a…CategoryTheory.Equivalence.unitIso_hom_app_tensor_comp_inverse_map_δ_functor · cited by 1Equivalence.unitIso_hom_a…CategoryTheory.Equivalence.unitIso_hom_app_tensor_comp_inverse_map_δ_functor_assoc · cited by 1Equivalence.unitIso_hom_a…CategoryTheory.Equivalence.unit_app_comp_inverse_map_η_functor · cited by 1Equivalence.unit_app_comp…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.Equivalence.functor · cited by 1268Equivalence.functorCategoryTheory.Equivalence.inverse · cited by 1130Equivalence.inverseCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Functor.Monoidal · cited by 288Functor.MonoidalCategoryTheory.Equivalence.toAdjunction · cited by 60Equivalence.toAdjunctionCategoryTheory.Adjunction.IsMonoidal · cited by 20Adjunction.IsMonoidalEquivalence.IsMonoidalCITED BYCITES

Cites8

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

Cited by43

Results whose statement or proof uses this declaration.