Theorems · Theorem · group theory
List.smul_sum
∀ {M : Type u_1} {N : Type u_2} [inst : AddMonoid N] [inst_1 : DistribSMul M N] {r : M} {l : List N},
r • l.sum = (List.map (fun x => r • x) l).sum- Cited by
- 3 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses propext
- Assumes
- AddMonoidDistribSMul
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddMonoidstatement and proof · cited by 2,864
- DistribSMulstatement and proof · cited by 117
- map_list_sumproof · cited by 31
- DistribSMul.toAddMonoidHomproof · cited by 20
Cited by3
Results whose statement or proof uses this declaration.
- PiTensorProduct.norm_eval_le_projectiveSeminormproof · cited by 2
- PiTensorProduct.lifts_smulproof · cited by 1
- TrivSqZeroExt.snd_list_prodproof · cited by 0