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
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement · cited by 3,106
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.MonoidalCategoryStruct.whiskerLeftstatement and proof · cited by 915
- CategoryTheory.MonoidalCategoryStruct.whiskerRightstatement and proof · cited by 903
- CategoryTheory.Monstatement and proof · cited by 465
- CategoryTheory.Mon.Xstatement and proof · cited by 329
Cited by12
Results whose statement or proof uses this declaration.
- Bimod.associatorBimodproof · cited by 5
- Bimod.leftUnitorBimodproof · cited by 2
- Bimod.rightUnitorBimodproof · cited by 2
- Bimod.pentagon_bimodproof · cited by 0
- Bimod.comp_whiskerLeft_bimodproof · cited by 0
- Bimod.id_whiskerLeft_bimodproof · cited by 0
- Bimod.triangle_bimodproof · cited by 0
- Bimod.isoOfIso_hom_homstatement and proof · cited by 0
- Bimod.isoOfIso_inv_homstatement and proof · cited by 0
- Bimod.whiskerRight_comp_bimodproof · cited by 0
- Bimod.whiskerRight_id_bimodproof · cited by 0
- Bimod.whisker_assoc_bimodproof · cited by 0