Mathlib Map

Theorems · Definition · category theory

ModuleCat.extendScalarsComp

{R₁ R₂ R₃ : Type u₁} →
  [inst : CommRing R₁] →
    [inst_1 : CommRing R₂] →
      [inst_2 : CommRing R₃] →
        (f₁₂ : R₁ →+* R₂) →
          (f₂₃ : R₂ →+* R₃) →
            ModuleCat.extendScalars (f₂₃.comp f₁₂) ≅ (ModuleCat.extendScalars f₁₂).comp (ModuleCat.extendScalars f₂₃)

The extension of scalars by a composition of commutative ring morphisms identifies to the composition of the extension of scalars functors.

Defined in
Mathlib.Algebra.Category.ModuleCat.ChangeOfRings
Cited by
10 results in Mathlib
Foundations
Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRingCommRing

Around this declaration

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

CommRingCat.moduleCatExtendScalarsPseudofunctor · cited by 4CommRingCat.moduleCatExte…ModuleCat.extendScalarsComp_hom_app_one_tmul · cited by 3ModuleCat.extendScalarsCo…ModuleCat.extendScalars_assoc · cited by 1ModuleCat.extendScalars_a…ModuleCat.extendScalars_assoc_assoc · cited by 1ModuleCat.extendScalars_a…ModuleCat.extendScalars_comp_id · cited by 1ModuleCat.extendScalars_c…ModuleCat.extendScalars_id_comp · cited by 1ModuleCat.extendScalars_i…ModuleCat.homEquiv_extendScalarsComp · cited by 1ModuleCat.homEquiv_extend…CommRingCat.moduleCatExtendScalarsPseudofunctor_mapComp · cited by 0CommRingCat.moduleCatExte…ModuleCat.extendScalars_assoc' · cited by 0ModuleCat.extendScalars_a…ModuleCat.extendScalars_comp_id_assoc · cited by 0ModuleCat.extendScalars_c…ModuleCat.extendScalars_id_comp_assoc · cited by 0ModuleCat.extendScalars_i…DFunLike.coe · cited by 62936DFunLike.coeCommRing · cited by 17173CommRingCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorRingHom · cited by 10189RingHomCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoEquiv.symm · cited by 3681Equiv.symmModuleCat · cited by 1429ModuleCatCategoryTheory.Iso.symm · cited by 993Iso.symmRingHom.comp · cited by 899RingHom.compCategoryTheory.Adjunction.comp · cited by 42Adjunction.compModuleCat.extendScalars · cited by 39ModuleCat.extendScalarsModuleCat.extendRestrictScalarsAdj · cited by 7ModuleCat.extendRestrictS…ModuleCat.restrictScalarsComp · cited by 4ModuleCat.restrictScalars…CategoryTheory.conjugateIsoEquiv · cited by 4CategoryTheory.conjugateI…ModuleCat.extendScalarsCompCITED BYCITES

Cites15

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

Cited by11

Results whose statement or proof uses this declaration.