Mathlib Map

Theorems · Theorem · commutative algebra

Submodule.sum_mem

∀ {R : Type u} {M : Type v} {ι : Type w} [inst : Semiring R] [inst_1 : AddCommMonoid M] {module_M : Module R M}
  (p : Submodule R M) {t : Finset ι} {f : ι → M}, (∀ c ∈ t, f c ∈ p) → ∑ i ∈ t, f i ∈ p
Defined in
Mathlib.Algebra.Module.Submodule.Basic
Cited by
42 results in Mathlib
Foundations
Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringAddCommMonoid

Around this declaration

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

Cites7

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

  • Modulestatement and proof · cited by 20,661
  • Semiringstatement and proof · cited by 13,802
  • Finsetstatement and proof · cited by 13,712
  • AddCommMonoidstatement and proof · cited by 12,281
  • Submodulestatement and proof · cited by 7,192
  • Finset.sumstatement · cited by 5,195
  • sum_memproof · cited by 64

Cited by42

Results whose statement or proof uses this declaration.