Theorems · Theorem · combinatorics
Multiset.fold_eq_foldl
∀ {α : Type u_1} (op : α → α → α) [hc : Std.Commutative op] [ha : Std.Associative op] (b : α) (s : Multiset α),
Multiset.fold op b s = Multiset.foldl op b s- Defined in
- Mathlib.Data.Multiset.Fold
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Quot.sound
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.
- Multisetstatement and proof · cited by 2,627
- Multiset.foldstatement · cited by 38
- Multiset.foldlstatement · cited by 13
- Multiset.coe_fold_lproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Multiset.fold_cons'_rightproof · cited by 2