Mathlib Map

Theorems · Theorem · linear algebra

Submodule.mulLeftMap_eq_mulMap_comp

∀ {R : Type u} {S : Type v} [inst : CommSemiring R] [inst_1 : Semiring S] [inst_2 : Algebra R S] {M : Submodule R S}
  (N : Submodule R S) {ι : Type u_1} [inst_3 : DecidableEq ι] (m : ι → ↥M),
  Submodule.mulLeftMap N m =
    M.mulMap N ∘ₗ
      LinearMap.rTensor (↥N) (Finsupp.linearCombination R m) ∘ₗ ↑(TensorProduct.finsuppScalarLeft R (↥N) ι).symm
Defined in
Mathlib.LinearAlgebra.TensorProduct.Submodule
Cited by
2 results in Mathlib
Foundations
Depth 97 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringSemiringAlgebraDecidableEq

Around this declaration

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

Cites24

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.