Theorems · Theorem · combinatorics
Multiset.foldl_add
∀ {α : Type u_1} {β : Type v} (f : β → α → β) [inst : RightCommutative f] (b : β) (s t : Multiset α),
Multiset.foldl f b (s + t) = Multiset.foldl f (Multiset.foldl f b s) t- Defined in
- Mathlib.Data.Multiset.MapFold
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Quot.sound
- Assumes
- RightCommutative
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
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
- RightCommutativestatement and proof · cited by 17
- Multiset.foldlstatement · cited by 13
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.