Theorems · Definition · combinatorics
Finset.disjiUnion
{α : Type u_1} → {β : Type u_2} → (s : Finset α) → (t : α → Finset β) → (↑s).PairwiseDisjoint t → Finset βdisjiUnion s f h is the set such that a ∈ disjiUnion s f iff a ∈ f i for some i ∈ s.
It is the same as s.biUnion f, but it does not require decidable equality on the type. The
hypothesis ensures that the sets are disjoint.
- Defined in
- Mathlib.Data.Finset.Union
- Cited by
- 37 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- Finset.valproof · cited by 438
- Set.PairwiseDisjointstatement and proof · cited by 275
- Multiset.bindproof · cited by 59
Cited by40
Results whose statement or proof uses this declaration.
- Finset.disjiUnion_eq_biUnionstatement and proof · cited by 11
- Finsupp.uncurryproof · cited by 11
- Finset.sum_disjiUnionstatement · cited by 10
- Finset.prod_disjiUnionstatement · cited by 6
- Finset.card_disjiUnionstatement · cited by 5
- Finset.mem_disjiUnionstatement · cited by 4
- Finset.disjiUnion_filter_eqstatement · cited by 3
- Finset.powerset_card_disjiUnionstatement and proof · cited by 3
- Finset.piAntidiag_consstatement · cited by 2
- Finset.fold_disjiUnionstatement · cited by 2
- Finset.addEnergy_eq_sum_sq'proof · cited by 2
- Finset.disjiUnion_Iic_disjointedstatement and proof · cited by 2