Theorems · Theorem · combinatorics
Finset.fold_map
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {op : β → β → β} [hc : Std.Commutative op] [ha : Std.Associative op]
{f : α → β} {b : β} {g : γ ↪ α} {s : Finset γ}, Finset.fold op b f (Finset.map g s) = Finset.fold op b (f ∘ ⇑g) s- Defined in
- Mathlib.Data.Finset.Fold
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 27 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.
- DFunLike.coestatement and proof · cited by 62,936
- Finsetstatement and proof · cited by 13,712
- Function.Embeddingstatement and proof · cited by 988
- Multiset.mapproof · cited by 876
- Finset.mapstatement and proof · cited by 747
- Finset.valproof · cited by 438
- Multiset.map_mapproof · cited by 151
- Finset.foldstatement · cited by 46
- Multiset.foldproof · cited by 38
- Multiset.fold.congr_simpproof · cited by 9
Cited by2
Results whose statement or proof uses this declaration.
- Finset.sup_mapproof · cited by 7
- Finset.inf_mapproof · cited by 2