Theorems · Theorem · general topology
isLindelof_iff_countable_subfamily_closed
∀ {X : Type u} [inst : TopologicalSpace X] {s : Set X},
IsLindelof s ↔
∀ {ι : Type u} (t : ι → Set X),
(∀ (i : ι), IsClosed (t i)) → s ∩ ⋂ i, t i = ∅ → ∃ u, u.Countable ∧ s ∩ ⋂ i ∈ u, t i = ∅A set s is Lindelöf if and only if
for every family of closed sets whose intersection avoids s,
there exists a countable subfamily whose intersection avoids s.
- Defined in
- Mathlib.Topology.Compactness.Lindelof
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- IsClosedstatement · cited by 1,639
- Set.iInterstatement · cited by 1,084
- Set.Countablestatement · cited by 545
- IsLindelofstatement and proof · cited by 85
- isLindelof_of_countable_subfamily_closedproof · cited by 2
- IsLindelof.elim_countable_subfamily_closedproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.