Theorems · Theorem · combinatorics
Finset.fold_congr
∀ {α : Type u_1} {β : Type u_2} {op : β → β → β} [hc : Std.Commutative op] [ha : Std.Associative op] {f : α → β} {b : β}
{s : Finset α} {g : α → β}, (∀ x ∈ s, f x = g x) → Finset.fold op b f s = Finset.fold op b g s- Defined in
- Mathlib.Data.Finset.Fold
- Cited by
- 11 results in Mathlib
- Foundations
- Depth 54 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- Finset.foldstatement and proof · cited by 46
- Multiset.foldproof · cited by 38
Cited by11
Results whose statement or proof uses this declaration.
- Finset.sum_congrproof · cited by 2,323
- Finset.prod_congrproof · cited by 646
- Finset.sup_congrproof · cited by 9
- Polynomial.natDegree_sum_leproof · cited by 9
- Finset.gcd_congrproof · cited by 3
- Finset.inf_congrproof · cited by 2
- Finset.fold_image_idemproof · cited by 2
- Polynomial.natDegree_hasseDeriv_leproof · cited by 1
- sum_smul_minpolyDiv_eq_X_powproof · cited by 1
- Finset.lcm_congrproof · cited by 0
- Finset.fold_max_addproof · cited by 0