Mathlib Map

Theorems · Theorem · linear algebra

LinearMap.mapsTo_biSup_of_mapsTo

∀ {R : Type u_2} {M : Type u_3} [inst : CommRing R] [inst_1 : AddCommGroup M] [inst_2 : Module R M] {ι : Type u_4}
  {N : ι → Submodule R M} (s : Set ι) {f : Module.End R M},
  (∀ (i : ι), Set.MapsTo ⇑f ↑(N i) ↑(N i)) → Set.MapsTo ⇑f ↑(⨆ i ∈ s, N i) ↑(⨆ i ∈ s, N i)
Defined in
Mathlib.Algebra.DirectSum.LinearMap
Cited by
2 results in Mathlib
Foundations
Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingAddCommGroupModule

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.

Cited by2

Results whose statement or proof uses this declaration.