Theorems · Theorem · logic and foundations
Set.countable_ofPred_nonempty_of_disjoint
∀ {α : Type u} {β : Type v} {f : β → Set α},
Pairwise (Function.onFun Disjoint f) →
∀ {s : Set α}, (∀ (t : β), f t ⊆ s) → s.Countable → {t | (f t).Nonempty}.CountableIf a family of disjoint sets is included in a countable set, then only countably many of them are nonempty.
- Defined in
- Mathlib.Data.Set.Countable
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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 · cited by 6,101
- Set.Nonemptystatement and proof · cited by 2,627
- Disjointstatement and proof · cited by 2,201
- Function.onFunstatement and proof · cited by 570
- Set.Countablestatement and proof · cited by 545
- Pairwisestatement and proof · cited by 516
- Set.not_disjoint_iff_nonempty_interproof · cited by 29
- Set.countable_coe_iffproof · cited by 15
- Function.Injective.countableproof · cited by 10
Cited by2
Results whose statement or proof uses this declaration.
- Set.Countable.isPathConnected_compl_of_one_lt_rankproof · cited by 2
- Set.countable_setOf_nonempty_of_disjointproof · cited by 0