Documentation

Mathlib.Algebra.Category.ModuleCat.Monoidal.Adjunction

The monoidal adjunction between the extension and the restriction of scalars #

Let f : R →+* S be a morphism of commutative rings. We show that the functor extendsScalars f : ModuleCat R ⥤ ModuleCat S is monoidal, and deduce that restrictScalars f : ModuleCat S ⥤ ModuleCat R is lax monoidal.

@[implicit_reducible]
noncomputable instance ModuleCat.instMonoidalExtendScalars {R S : Type u} [CommRing R] [CommRing S] (f : R →+* S) :
Equations
  • One or more equations did not get rendered due to their size.
@[simp]
theorem ModuleCat.extendScalars_δ_tmul {R S : Type u} [CommRing R] [CommRing S] (f : R →+* S) (M₁ M₂ : ModuleCat R) (m₁ : M₁) (m₂ : M₂) :
@[simp]
theorem ModuleCat.restrictScalars_μ_tmul {R S : Type u} [CommRing R] [CommRing S] (f : R →+* S) (M₁ M₂ : ModuleCat S) (m₁ : M₁) (m₂ : M₂) :