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.
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- CategoryTheory.Functorstatement · cited by 16,252
- RingHomstatement and proof · cited by 10,189
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- Equiv.symmproof · cited by 3,681
- ModuleCatstatement · cited by 1,429
- CategoryTheory.Iso.symmproof · cited by 993
- RingHom.compstatement and proof · cited by 899
- CategoryTheory.Adjunction.compproof · cited by 42
- ModuleCat.extendScalarsstatement · cited by 39
Cited by11
Results whose statement or proof uses this declaration.
- CommRingCat.moduleCatExtendScalarsPseudofunctorproof · cited by 4
- ModuleCat.extendScalarsComp_hom_app_one_tmulstatement and proof · cited by 3
- ModuleCat.extendScalars_assocstatement and proof · cited by 1
- ModuleCat.extendScalars_assoc_assocstatement and proof · cited by 1
- ModuleCat.extendScalars_comp_idstatement · cited by 1
- ModuleCat.extendScalars_id_compstatement · cited by 1
- ModuleCat.homEquiv_extendScalarsCompstatement · cited by 1
- CommRingCat.moduleCatExtendScalarsPseudofunctor_mapCompstatement · cited by 0
- ModuleCat.extendScalars_assoc'statement and proof · cited by 0
- ModuleCat.extendScalars_comp_id_assocstatement and proof · cited by 0
- ModuleCat.extendScalars_id_comp_assocstatement and proof · cited by 0