Theorems · Theorem · commutative algebra
List.sum_smul
∀ {R : Type u_5} {M : Type u_6} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] {l : List R}
{x : M}, l.sum • x = (List.map (fun r => r • x) l).sum- Defined in
- Mathlib.Algebra.Module.BigOperators
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 29 from the axioms · uses propext, Quot.sound
- Assumes
- SemiringAddCommMonoidModule
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.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- map_list_sumproof · cited by 31
- AddMonoidHom.flipproof · cited by 25
- smulAddHomproof · cited by 17
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.