Theorems · Theorem · logic and foundations
Set.exists_seq_iSup_eq_top_iff_countable
∀ {α : Type u} [inst : CompleteLattice α] {p : α → Prop},
(∃ x, p x) → ((∃ s, (∀ (n : ℕ), p (s n)) ∧ ⨆ n, s n = ⊤) ↔ ∃ S, S.Countable ∧ (∀ s ∈ S, p s) ∧ sSup S = ⊤)- Defined in
- Mathlib.Data.Set.Countable
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CompleteLattice
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- Top.topstatement and proof · cited by 9,680
- Set.Elemproof · cited by 7,166
- Set.rangeproof · cited by 4,705
- Set.Nonemptyproof · cited by 2,627
- iSupstatement and proof · cited by 2,415
- CompleteLatticestatement and proof · cited by 1,048
- SupSet.sSupstatement and proof · cited by 954
- Set.Countablestatement and proof · cited by 545
- Set.eq_empty_or_nonemptyproof · cited by 248
- Set.forall_mem_rangeproof · cited by 135
- Subtype.coe_propproof · cited by 42
Cited by1
Results whose statement or proof uses this declaration.
- Set.exists_seq_cover_iff_countableproof · cited by 2