Theorems · Theorem · group theory
List.vadd_sum
∀ {M : Type u_1} {N : Type u_2} [inst : AddMonoid M] [inst_1 : AddZeroClass N] [inst_2 : AddAction M N]
[VAddAssocClass M N N] [VAddCommClass M N N] (l : List N) (m : M),
l.length • m +ᵥ l.sum = (List.map (fun x => m +ᵥ x) l).sum- Cited by
- 1 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- HVAdd.hVAddstatement and proof · cited by 1,820
- AddZeroClassstatement and proof · cited by 1,237
- AddActionstatement and proof · cited by 820
- zero_nsmulproof · cited by 137
- zero_vaddproof · cited by 95
- VAddAssocClassstatement and proof · cited by 60
- VAddCommClassstatement and proof · cited by 41
- succ_nsmul'proof · cited by 25
- vadd_add_vadd_commproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Multiset.vadd_sumproof · cited by 0