Mathlib Map

Theorems · Definition · category theory

ModuleCat.coextendScalars

{R : Type u₁} →
  {S : Type u₂} → [inst : Ring R] → [inst_1 : Ring S] → (R →+* S) → CategoryTheory.Functor (ModuleCat R) (ModuleCat S)

For any rings R, S and a ring homomorphism f : R →+* S, there is a functor from R-module to S-module defined by M ↦ (S →ₗ[R] M) where S is considered as an R-module via restriction of scalars and g : M ⟶ M' is sent to h ↦ g ∘ h. The definition of (coextendScalars f).obj is given by CoextendScalars.equiv.

Defined in
Mathlib.Algebra.Category.ModuleCat.ChangeOfRings
Cited by
8 results in Mathlib
Foundations
Depth 48 from the axioms · uses propext, Quot.sound
Assumes
RingRing

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

ModuleCat.CoextendScalars.equiv · cited by 7CoextendScalars.equivModuleCat.restrictCoextendScalarsAdj · cited by 1ModuleCat.restrictCoexten…ModuleCat.RestrictionCoextensionAdj.app' · cited by 1RestrictionCoextensionAdj…ModuleCat.RestrictionCoextensionAdj.counit' · cited by 1RestrictionCoextensionAdj…ModuleCat.RestrictionCoextensionAdj.unit' · cited by 1RestrictionCoextensionAdj…ModuleCat.RestrictionCoextensionAdj.HomEquiv.fromRestriction · cited by 1HomEquiv.fromRestrictionModuleCat.RestrictionCoextensionAdj.HomEquiv.toRestriction · cited by 1HomEquiv.toRestrictionModuleCat.CoextendScalars.ext · cited by 1CoextendScalars.extModuleCat.CoextendScalars.ext_iff · cited by 0CoextendScalars.ext_iffModuleCat.CoextendScalars.map_apply · cited by 0CoextendScalars.map_applyModuleCat.CoextendScalars.smul_apply · cited by 0CoextendScalars.smul_applyModuleCat.RestrictionCoextensionAdj.counit'_app · cited by 0RestrictionCoextensionAdj…ModuleCat.RestrictionCoextensionAdj.unit'_app · cited by 0RestrictionCoextensionAdj…ModuleCat.RestrictionCoextensionAdj.HomEquiv.fromRestriction_hom_apply_apply · cited by 0HomEquiv.fromRestriction_…ModuleCat.RestrictionCoextensionAdj.HomEquiv.toRestriction_hom_apply · cited by 0HomEquiv.toRestriction_ho…Quiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorRingHom · cited by 10189RingHomRing · cited by 7463RingModuleCat · cited by 1429ModuleCatModuleCat.CoextendScalars.map' · cited by 1CoextendScalars.map'ModuleCat.CoextendScalars.obj' · cited by 1CoextendScalars.obj'ModuleCat.coextendScalarsCITED BYCITES

Cites7

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by15

Results whose statement or proof uses this declaration.