Theorems · Theorem · group theory
Multiset.sum_eq_foldr
∀ {M : Type u_3} [inst : AddCommMonoid M] (s : Multiset M), s.sum = Multiset.foldr (fun x1 x2 => x1 + x2) 0 s- Cited by
- 1 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses propext
- Assumes
- AddCommMonoid
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.
- AddCommMonoidstatement and proof · cited by 12,281
- Multisetstatement and proof · cited by 2,627
- Multiset.sumstatement · cited by 388
- Multiset.foldrstatement · cited by 18
Cited by1
Results whose statement or proof uses this declaration.
- Multiset.sum_inductionproof · cited by 1