@[reducible, inline]
abbrev
CategoryTheory.Bimodule
{C : Type u}
[Category.{v, u} C]
[MonoidalCategory C]
(A B : Mon C)
:
Type (max u v)
An (A,B)-bimodule in a monoidal category C: an object equipped with commuting left
A-action and right B-action.
Instances For
@[reducible, inline]
abbrev
CategoryTheory.Bimodule.obj
{C : Type u}
[Category.{v, u} C]
[MonoidalCategory C]
{A B : Mon C}
(M : Bimodule A B)
:
C
The underlying object of an (A,B)-bimodule.
Instances For
@[reducible, inline]
abbrev
CategoryTheory.Bimodule.leftAction
{C : Type u}
[Category.{v, u} C]
[MonoidalCategory C]
{A B : Mon C}
(M : Bimodule A B)
:
The left A-action morphism A ⊗ M → M of an (A,B)-bimodule.
Instances For
@[reducible, inline]
abbrev
CategoryTheory.Bimodule.rightAction
{C : Type u}
[Category.{v, u} C]
[MonoidalCategory C]
{A B : Mon C}
(M : Bimodule A B)
:
The right B-action morphism M ⊗ B → M of an (A,B)-bimodule.
Instances For
theorem
CategoryTheory.Bimodule.actions_commute
{C : Type u}
[Category.{v, u} C]
[MonoidalCategory C]
{A B : Mon C}
(M : Bimodule A B)
:
The middle-associativity (bimodule compatibility) axiom: the left and right actions on a bimodule commute up to the associator.