Theorems · Theorem · combinatorics
Finset.fold_hom
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {op : β → β → β} [hc : Std.Commutative op] [ha : Std.Associative op]
{f : α → β} {b : β} {s : Finset α} {op' : γ → γ → γ} [inst : Std.Commutative op'] [inst_1 : Std.Associative op']
{m : β → γ},
(∀ (x y : β), m (op x y) = op' (m x) (m y)) → Finset.fold op' (m b) (fun x => m (f x)) s = m (Finset.fold op b f s)- Defined in
- Mathlib.Data.Finset.Fold
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- Multisetproof · cited by 2,627
- Multiset.mapproof · cited by 876
- Finset.valproof · cited by 438
- Multiset.map_congrproof · cited by 232
- Multiset.map_mapproof · cited by 151
- Finset.foldstatement and proof · cited by 46
- Multiset.foldproof · cited by 38
- Multiset.fold.congr_simpproof · cited by 9
- Multiset.fold_homproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.