Theorems · Theorem · combinatorics
Finset.fold_op_distrib
∀ {α : Type u_1} {β : Type u_2} {op : β → β → β} [hc : Std.Commutative op] [ha : Std.Associative op] {s : Finset α}
{f g : α → β} {b₁ b₂ : β},
Finset.fold op (op b₁ b₂) (fun x => op (f x) (g x)) s = op (Finset.fold op b₁ f s) (Finset.fold op b₂ g s)- Defined in
- Mathlib.Data.Finset.Fold
- Cited by
- 2 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.
Cites6
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
- Multiset.mapproof · cited by 876
- Finset.valproof · cited by 438
- Finset.foldstatement · cited by 46
- Multiset.foldproof · cited by 38
- Multiset.fold_distribproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Finset.sum_add_distribproof · cited by 131
- Finset.prod_mul_distribproof · cited by 68