The category of bimodule objects over a pair of monoid objects. #
A bimodule object for a pair of monoid objects, all internal to some monoidal category.
- X : C
The underlying monoidal category
The left action of this bimodule object
- left_assoc : CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerRight CategoryTheory.MonObj.mul self.X) self.actLeft = CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.associator A.X A.X self.X).hom (CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerLeft A.X self.actLeft) self.actLeft)
The right action of this bimodule object
- actRight_one : CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerLeft self.X CategoryTheory.MonObj.one) self.actRight = (CategoryTheory.MonoidalCategoryStruct.rightUnitor self.X).hom
- right_assoc : CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerLeft self.X CategoryTheory.MonObj.mul) self.actRight = CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.associator self.X B.X B.X).inv (CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerRight self.actRight B.X) self.actRight)
- middle_assoc : CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerRight self.actLeft B.X) self.actRight = CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.associator A.X self.X B.X).hom (CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerLeft A.X self.actRight) self.actLeft)
Instances For
A morphism of bimodule objects.
The morphism between
M's monoidal category andN's monoidal category- left_act_hom : CategoryTheory.CategoryStruct.comp M.actLeft self.hom = CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerLeft A.X self.hom) N.actLeft
- right_act_hom : CategoryTheory.CategoryStruct.comp M.actRight self.hom = CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerRight self.hom B.X) N.actRight
Instances For
The identity morphism on a bimodule object.
Instances For
Composition of bimodule object morphisms.
Instances For
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.
Instances For
A monoid object as a bimodule over itself.
Instances For
The forgetful functor from bimodule objects to the ambient category.
Instances For
The underlying object of the tensor product of two bimodules.
Instances For
Left action for the tensor product of two bimodules.
Instances For
Right action for the tensor product of two bimodules.
Instances For
Tensor product of two bimodule objects as a bimodule object.
Instances For
Left whiskering for morphisms of bimodule objects.
Instances For
Right whiskering for morphisms of bimodule objects.
Instances For
An auxiliary morphism for the definition of the underlying morphism of the forward component of the associator isomorphism.
Instances For
The underlying morphism of the forward component of the associator isomorphism.
Instances For
An auxiliary morphism for the definition of the underlying morphism of the inverse component of the associator isomorphism.
Instances For
The underlying morphism of the inverse component of the associator isomorphism.
Instances For
The underlying morphism of the forward component of the left unitor isomorphism.
Instances For
The underlying morphism of the inverse component of the left unitor isomorphism.
Instances For
The underlying morphism of the forward component of the right unitor isomorphism.
Instances For
The underlying morphism of the inverse component of the right unitor isomorphism.
Instances For
The associator as a bimodule isomorphism.
Instances For
The left unitor as a bimodule isomorphism.
Instances For
The right unitor as a bimodule isomorphism.
Instances For
The bicategory of algebras (monoids) and bimodules, all internal to some monoidal category.