Theorems · Theorem · order theory
Set.finite_iUnion_iff
∀ {α : Type u} {ι : Type u_1} {s : ι → Set α},
(Pairwise fun i j => Disjoint (s i) (s j)) →
((⋃ i, s i).Finite ↔ (∀ (i : ι), (s i).Finite) ∧ {i | (s 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
- 2 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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.Elemproof · cited by 7,166
- Set.ofPredstatement and proof · cited by 6,101
- Finiteproof · cited by 3,029
- Set.Nonemptystatement and proof · cited by 2,627
- Set.iUnionstatement and proof · cited by 2,483
- Disjointstatement and proof · cited by 2,201
- Set.Finitestatement and proof · cited by 1,814
- Pairwisestatement and proof · cited by 516
- Set.Finite.subsetproof · cited by 285
- Set.mem_iUnionproof · cited by 212
- Set.subset_iUnionproof · cited by 81
Cited by2
Results whose statement or proof uses this declaration.
- Set.PairwiseDisjoint.finite_biUnion_iffproof · cited by 0
- Set.finite_iUnion_of_subsingletonproof · cited by 0