Documentation

Atlas.TensorCategories.code.Bimodule

@[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]

      The left A-action morphism A ⊗ M → M of an (A,B)-bimodule.

      Instances For
        @[reducible, inline]

        The right B-action morphism M ⊗ B → M of an (A,B)-bimodule.

        Instances For

          The middle-associativity (bimodule compatibility) axiom: the left and right actions on a bimodule commute up to the associator.