Theorems · Theorem · combinatorics
Finset.fold_image
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {op : β → β → β} [hc : Std.Commutative op] [ha : Std.Associative op]
{f : α → β} {b : β} [inst : DecidableEq α] {g : γ → α} {s : Finset γ},
Set.InjOn g ↑s → Finset.fold op b f (Finset.image g s) = Finset.fold op b (f ∘ g) s- Defined in
- Mathlib.Data.Finset.Fold
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- SetLike.coestatement and proof · cited by 8,199
- Finset.imagestatement and proof · cited by 910
- Multiset.mapproof · cited by 876
- Set.InjOnstatement and proof · cited by 543
- Finset.valproof · cited by 438
- Multiset.map_congrproof · cited by 232
- Multiset.map_mapproof · cited by 151
- Finset.foldstatement · cited by 46
- Multiset.foldproof · cited by 38
- Multiset.fold.congr_simpproof · cited by 9
- Finset.image_val_of_injOnproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- Finset.sum_imageproof · cited by 26
- Finset.prod_imageproof · cited by 17