Mathlib Map

Theorems · Definition · commutative algebra

IsBaseChange.equiv

{R : Type u_1} →
  {M : Type v₁} →
    {N : Type v₂} →
      {S : Type v₃} →
        [inst : AddCommMonoid M] →
          [inst_1 : AddCommMonoid N] →
            [inst_2 : CommSemiring R] →
              [inst_3 : CommSemiring S] →
                [inst_4 : Algebra R S] →
                  [inst_5 : Module R M] →
                    [inst_6 : Module R N] →
                      [inst_7 : Module S N] →
                        [inst_8 : IsScalarTower R S N] →
                          {f : M →ₗ[R] N} → IsBaseChange S f → TensorProduct R S M ≃ₗ[S] N

The base change of M along R → S is linearly equivalent to S ⊗[R] M.

Defined in
Mathlib.RingTheory.IsTensorProduct
Cited by
27 results in Mathlib
Foundations
Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommMonoidAddCommMonoidCommSemiringCommSemiringAlgebraModuleModuleModuleIsScalarTower

Around this declaration

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

Algebra.IsPushout.equiv · cited by 18IsPushout.equivRingHom.IsStableUnderBaseChange.mk · cited by 16IsStableUnderBaseChange.mkIsBaseChange.endHom · cited by 9IsBaseChange.endHomIsBaseChange.basis · cited by 8IsBaseChange.basisLocalizedModule.equivTensorProduct · cited by 7LocalizedModule.equivTens…IsBaseChange.linearMapLeftRightHom · cited by 6IsBaseChange.linearMapLef…isLocalizedModule_iff_isBaseChange · cited by 6isLocalizedModule_iff_isB…IsBaseChange.equiv_symm_apply · cited by 4IsBaseChange.equiv_symm_a…IsLocalization.flat · cited by 4IsLocalization.flatIsBaseChange.basis_apply · cited by 3IsBaseChange.basis_applyIsBaseChange.equiv_tmul · cited by 3IsBaseChange.equiv_tmulIsBaseChange.lift_rank_eq_of_le_nonZeroDivisors · cited by 3IsBaseChange.lift_rank_eq…RingTheory.Sequence.IsWeaklyRegular.of_flat_of_isBaseChange · cited by 3IsWeaklyRegular.of_flat_o…IsBaseChange.directSum · cited by 2IsBaseChange.directSumIsBaseChange.endHom_apply · cited by 2IsBaseChange.endHom_applyModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idAddCommMonoid · cited by 12281AddCommMonoidAlgebra · cited by 11388AlgebraCommSemiring · cited by 10911CommSemiringLinearMap · cited by 10215LinearMapIsScalarTower · cited by 3896IsScalarTowerLinearEquiv · cited by 3317LinearEquivTensorProduct · cited by 2545TensorProductLinearEquiv.toLinearMap · cited by 1171LinearEquiv.toLinearMapLinearMap.toAddHom · cited by 165LinearMap.toAddHomIsBaseChange · cited by 87IsBaseChangeLinearEquiv.invFun · cited by 29LinearEquiv.invFunIsTensorProduct.equiv · cited by 9IsTensorProduct.equivIsBaseChange.equivCITED BYCITES

Cites14

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

Cited by33

Results whose statement or proof uses this declaration.