Theorems · Theorem · order theory
Set.PairwiseDisjoint.finite_biUnion_iff
∀ {α : Type u} {β : Type v} {f : β → Set α} {s : Set β},
s.PairwiseDisjoint f → ((⋃ i ∈ s, f i).Finite ↔ (∀ i ∈ s, (f i).Finite) ∧ {i | i ∈ s ∧ (f i).Nonempty}.Finite)An indexed union of pairwise disjoint sets is finite iff all sets are finite, and all but finitely many are empty.
- Defined in
- Mathlib.Data.Set.Finite.Lattice
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 86 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.
- Setstatement and proof · cited by 53,352
- Set.ofPredstatement and proof · cited by 6,101
- Set.Nonemptystatement and proof · cited by 2,627
- Set.iUnionstatement · cited by 2,483
- Set.Finitestatement and proof · cited by 1,814
- Set.PairwiseDisjointstatement and proof · cited by 275
- Set.finite_iUnion_iffproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.