Mathlib Map

Theorems · Definition · commutative algebra

LinearMap.liftBaseChangeEquiv

{R : Type u_1} →
  {M : Type u_2} →
    {N : Type u_3} →
      (A : Type u_4) →
        [inst : CommSemiring R] →
          [inst_1 : CommSemiring A] →
            [inst_2 : Algebra R A] →
              [inst_3 : AddCommMonoid M] →
                [inst_4 : AddCommMonoid N] →
                  [inst_5 : Module R M] →
                    [inst_6 : Module R N] →
                      [inst_7 : Module A N] →
                        [inst_8 : IsScalarTower R A N] → (M →ₗ[R] N) ≃ₗ[A] TensorProduct R A M →ₗ[A] N

If M is an R-module and N is an A-module, then A-linear maps A ⊗[R] M →ₗ[A] N correspond to R linear maps M →ₗ[R] N by composing with M → A ⊗ M, x ↦ 1 ⊗ x.

Defined in
Mathlib.RingTheory.TensorProduct.Basic
Cited by
7 results in Mathlib
Foundations
Depth 76 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringCommSemiringAlgebraAddCommMonoidAddCommMonoidModuleModuleModuleIsScalarTower

Around this declaration

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

Cites13

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

Cited by10

Results whose statement or proof uses this declaration.