The data of a right A-module structure on an object M : C: a right action
act : M ⊗ A → M compatible with the unit and multiplication of the algebra A.
- act_unit : CategoryStruct.comp (MonoidalCategoryStruct.whiskerLeft M MonObj.one) self.act = (MonoidalCategoryStruct.rightUnitor M).hom
- act_assoc : CategoryStruct.comp (MonoidalCategoryStruct.whiskerRight self.act A) self.act = CategoryStruct.comp (MonoidalCategoryStruct.associator M A A).hom (CategoryStruct.comp (MonoidalCategoryStruct.whiskerLeft M MonObj.mul) self.act)
Instances For
A right module over an algebra (A, m, u) is a pair (M, p) with M : C and
p : M ⊗ A → M satisfying the unit and associativity axioms.
Instances For
A right module over the algebra A packaged as a bundled structure: an underlying
object X : C together with a right action mod : RightModObj A X.
- X : C
- mod : RightModObj A self.X
Instances For
A morphism l : M₁ → M₂ between right A-modules (M₁, p₁) and (M₂, p₂) is an
A-module homomorphism if it intertwines the right actions.
Instances For
A morphism in the category of right A-modules: an underlying morphism hom in C
that intertwines the right A-actions on the source and target.
- comm : CategoryStruct.comp M.mod.act self.hom = CategoryStruct.comp (MonoidalCategoryStruct.whiskerRight self.hom A) N.mod.act
Instances For
The identity morphism on a right A-module M.
Instances For
Composition of two right A-module morphisms.
Instances For
The category structure on right A-modules, with morphisms RightMod_.Hom,
identities and composition as defined above.
Two morphisms of right A-modules are equal iff their underlying morphisms in C
are equal.
The underlying morphism of the identity in RightMod_ A is the identity in C.
The underlying morphism of a composition f ≫ g of right A-module morphisms is the
composition of the underlying morphisms.
The right regular A-module, namely the algebra A viewed as a right module over
itself via its multiplication.
Instances For
The forgetful functor from right A-modules to C, sending a module to its
underlying object.
Instances For
For X : C and a right A-module M, the object X ⊗ M.X carries a right
A-module structure with action (α_).hom ≫ X ◁ M.mod.act.
Instances For
Right whiskering of f : X₁ ⟶ X₂ by a right A-module M, viewed as a morphism
in RightMod_ A between the modules X₁ ⊗ M and X₂ ⊗ M.
Instances For
Left whiskering of a right A-module morphism g : M ⟶ N by an object X : C,
giving a morphism X ⊗ M ⟶ X ⊗ N in RightMod_ A.
Instances For
The associator isomorphism (X ⊗ Y) ⊗ M ≅ X ⊗ (Y ⊗ M) in RightMod_ A for the
C-action on right A-modules.
Instances For
The left unitor isomorphism 𝟙_ C ⊗ M ≅ M in RightMod_ A for the C-action.
Instances For
The tensor of a morphism f : X₁ ⟶ X₂ in C with a morphism g : M₁ ⟶ M₂ of right
A-modules, giving a morphism X₁ ⊗ M₁ ⟶ X₂ ⊗ M₂ in RightMod_ A.
Instances For
The category RightMod_ A of right A-modules carries a canonical structure of a
left C-module category, with action (X, M) ↦ X ⊗ M and the natural associativity and
unit constraints.
Proposition 2.9.10: the category Mod_C(A) together with the functor ⊗̃ and the
associativity and unit constraints ã, l̃ is a left module category over C.
Instances For
Lemma 2.9.12: for any X ∈ C, the canonical isomorphism
Hom_A(X ⊗ A, M) ≃ Hom(X, M) exhibits · ⊗ A as left adjoint to the forgetful functor.
Instances For
Two algebras A and B in C are Morita equivalent if there is a module equivalence
between their categories of right modules RightMod_ A and RightMod_ B.
Instances For
Tensor product over an algebra A: for a right A-module (M, actR) and a left
A-module (N, actL), the object M ⊗_A N is the coequalizer of the two natural maps
M ⊗ A ⊗ N ⇒ M ⊗ N.
Instances For
The canonical projection M ⊗ N ⟶ M ⊗_A N exhibiting M ⊗_A N as the coequalizer.