Theorems · Theorem · combinatorics
Finset.fold_disjiUnion
∀ {α : Type u_1} {β : Type u_2} {f : α → β} {op : β → β → β} [hc : Std.Commutative op] [ha : Std.Associative op]
{ι : Type u_4} {s : Finset ι} {t : ι → Finset α} {b : ι → β} {b₀ : β} (h : (↑s).PairwiseDisjoint t),
Finset.fold op (Finset.fold op b₀ b s) f (s.disjiUnion t h) =
Finset.fold op b₀ (fun i => Finset.fold op (b i) f (t i)) s- Defined in
- Mathlib.Data.Finset.Union
- 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.
Cites10
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
- Multiset.mapproof · cited by 876
- Finset.valproof · cited by 438
- Set.PairwiseDisjointstatement and proof · cited by 275
- Finset.foldstatement and proof · cited by 46
- Multiset.foldproof · cited by 38
- Finset.disjiUnionstatement · cited by 37
- Multiset.map_bindproof · cited by 6
- Multiset.fold_bindproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Finset.sum_disjiUnionproof · cited by 10
- Finset.prod_disjiUnionproof · cited by 6