Theorems · Theorem · general topology
IsLindelof.indexed_countable_subcover
∀ {X : Type u} [inst : TopologicalSpace X] {s : Set X} {ι : Type v} [Nonempty ι],
IsLindelof s → ∀ (U : ι → Set X), (∀ (i : ι), IsOpen (U i)) → s ⊆ ⋃ i, U i → ∃ f, s ⊆ ⋃ n, U (f n)For every nonempty open cover of a Lindelöf set, there exists a subcover indexed by ℕ.
- Defined in
- Mathlib.Topology.Compactness.Lindelof
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpaceNonempty
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
- TopologicalSpacestatement and proof · cited by 24,529
- Set.Elemproof · cited by 7,166
- LE.le.transproof · cited by 3,151
- Set.Nonemptyproof · cited by 2,627
- Set.iUnionstatement and proof · cited by 2,483
- IsOpenstatement and proof · cited by 2,400
- Set.Countableproof · cited by 545
- Set.iUnion_congr_Propproof · cited by 374
- Set.eq_empty_or_nonemptyproof · cited by 248
- IsLindelofstatement and proof · cited by 85
- Set.iUnion_emptyproof · cited by 68
Cited by2
Results whose statement or proof uses this declaration.
- IsLindelof.isCompactproof · cited by 2
- IsClosed.HasSeparatingCoverproof · cited by 0