Mathlib Map

Theorems · Definition · commutative algebra

Module.Flat.tensorSubmoduleAlgebraEquivMul

{R : Type u} →
  {M : Type v} →
    {A : Type u_4} →
      [inst : CommSemiring R] →
        [inst_1 : AddCommMonoid M] →
          [inst_2 : Module R M] →
            [inst_3 : Semiring A] →
              [inst_4 : Algebra R A] →
                (e : TensorProduct R A M ≃ₗ[A] A) →
                  [Module.Flat R M] →
                    [FaithfulSMul R A] →
                      (I : Submodule R A) →
                        TensorProduct R ↥I ↥(Module.Flat.submoduleAlgebra e) ≃ₗ[R] ↥(I * Module.Flat.submoduleAlgebra e)

When a flat R-module M is embedded as a submodule of a faithful R-algebra A, we have I ⊗[R] M ≃ₗ[R] I * M for any R-submodule I of A.

Defined in
Mathlib.RingTheory.PicardGroup
Cited by
2 results in Mathlib
Foundations
Depth 107 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringAddCommMonoidModuleSemiringAlgebraModule.FlatFaithfulSMul

Around this declaration

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

Cites14

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

Cited by2

Results whose statement or proof uses this declaration.