Theorems · Theorem · logic and foundations
Set.exists_seq_cover_iff_countable
∀ {α : Type u} {p : Set α → Prop},
(∃ s, p s) → ((∃ s, (∀ (n : ℕ), p (s n)) ∧ ⋃ n, s n = Set.univ) ↔ ∃ S, S.Countable ∧ (∀ s ∈ S, p s) ∧ ⋃₀ S = Set.univ)- 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.
Cites6
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.univstatement · cited by 3,945
- Set.iUnionstatement · cited by 2,483
- Set.Countablestatement · cited by 545
- Set.sUnionstatement · cited by 392
- Set.exists_seq_iSup_eq_top_iff_countableproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.sigmaFinite_of_countableproof · cited by 0
- SigmaCompactSpace.of_countableproof · cited by 0