Theorems · Theorem · combinatorics
Multiset.fold_hom
∀ {α : Type u_1} {β : Type u_2} (op : α → α → α) [hc : Std.Commutative op] [ha : Std.Associative op] {op' : β → β → β}
[inst : Std.Commutative op'] [inst_1 : Std.Associative op'] {m : α → β},
(∀ (x y : α), m (op x y) = op' (m x) (m y)) →
∀ (b : α) (s : Multiset α), Multiset.fold op' (m b) (Multiset.map m s) = m (Multiset.fold op b s)- Defined in
- Mathlib.Data.Multiset.Fold
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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.mapstatement and proof · cited by 876
- Multiset.consproof · cited by 313
- Multiset.induction_onproof · cited by 109
- Multiset.map_consproof · cited by 93
- Multiset.foldstatement and proof · cited by 38
- Multiset.fold_cons_leftproof · cited by 14
- Multiset.fold.congr_simpproof · cited by 9
Cited by1
Results whose statement or proof uses this declaration.
- Finset.fold_homproof · cited by 0