Theorems · Theorem · combinatorics
Finset.fold_disjUnion
∀ {α : Type u_1} {β : Type u_2} {op : β → β → β} [hc : Std.Commutative op] [ha : Std.Associative op] {f : α → β}
{s₁ s₂ : Finset α} {b₁ b₂ : β} (h : Disjoint s₁ s₂),
Finset.fold op (op b₁ b₂) f (s₁.disjUnion s₂ h) = op (Finset.fold op b₁ f s₁) (Finset.fold op b₂ f s₂)- Defined in
- Mathlib.Data.Finset.Fold
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- Disjointstatement and proof · cited by 2,201
- Multiset.mapproof · cited by 876
- Finset.valproof · cited by 438
- Finset.disjUnionstatement · cited by 55
- Finset.foldstatement · cited by 46
- Multiset.foldproof · cited by 38
- Multiset.map_addproof · cited by 26
- Multiset.fold_addproof · cited by 9
Cited by2
Results whose statement or proof uses this declaration.
- Finset.sum_disjUnionproof · cited by 8
- Finset.prod_disjUnionproof · cited by 4