Mathlib Map

Theorems · Definition · category theory

Bimod.isoOfIso

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    [inst_1 : CategoryTheory.MonoidalCategory C] →
      {X Y : CategoryTheory.Mon C} →
        {P Q : Bimod X Y} →
          (f : P.X ≅ Q.X) →
            CategoryTheory.CategoryStruct.comp P.actLeft f.hom =
                CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerLeft X.X f.hom)
                  Q.actLeft →
              CategoryTheory.CategoryStruct.comp P.actRight f.hom =
                  CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerRight f.hom Y.X)
                    Q.actRight →
                (P ≅ Q)

Construct an isomorphism of bimodules by giving an isomorphism between the underlying objects and checking compatibility with left and right actions only in the forward direction.

Defined in
Mathlib.CategoryTheory.Monoidal.Bimod
Cited by
9 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MonoidalCategory

Around this declaration

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

Bimod.associatorBimod · cited by 5Bimod.associatorBimodBimod.leftUnitorBimod · cited by 2Bimod.leftUnitorBimodBimod.rightUnitorBimod · cited by 2Bimod.rightUnitorBimodBimod.pentagon_bimod · cited by 0Bimod.pentagon_bimodBimod.comp_whiskerLeft_bimod · cited by 0Bimod.comp_whiskerLeft_bi…Bimod.id_whiskerLeft_bimod · cited by 0Bimod.id_whiskerLeft_bimodBimod.triangle_bimod · cited by 0Bimod.triangle_bimodBimod.isoOfIso_hom_hom · cited by 0Bimod.isoOfIso_hom_homBimod.isoOfIso_inv_hom · cited by 0Bimod.isoOfIso_inv_homBimod.whiskerRight_comp_bimod · cited by 0Bimod.whiskerRight_comp_b…Bimod.whiskerRight_id_bimod · cited by 0Bimod.whiskerRight_id_bim…Bimod.whisker_assoc_bimod · cited by 0Bimod.whisker_assoc_bimodCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.MonoidalCategoryStruct.whiskerLeft · cited by 915MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.whiskerRight · cited by 903MonoidalCategoryStruct.wh…CategoryTheory.Mon · cited by 465CategoryTheory.MonCategoryTheory.Mon.X · cited by 329Mon.XBimod · cited by 68BimodBimod.X · cited by 62Bimod.XBimod.actLeft · cited by 47Bimod.actLeftBimod.isoOfIsoCITED BYCITES

Cites16

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

Cited by12

Results whose statement or proof uses this declaration.