Theorems · Theorem · combinatorics
Multiset.fold_cons_right
∀ {α : Type u_1} (op : α → α → α) [hc : Std.Commutative op] [ha : Std.Associative op] (b a : α) (s : Multiset α),
Multiset.fold op b (a ::ₘ s) = op (Multiset.fold op b s) a- Defined in
- Mathlib.Data.Multiset.Fold
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 14 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.consstatement · cited by 313
- Multiset.foldstatement and proof · cited by 38
- Multiset.fold_cons_leftproof · cited by 14
Cited by2
Results whose statement or proof uses this declaration.
- Multiset.fold_addproof · cited by 9
- Multiset.fold_distribproof · cited by 1