Theorems · Theorem · general topology
IsLindelof.elim_countable_subfamily_closed
∀ {X : Type u} [inst : TopologicalSpace X] {s : Set X} {ι : Type v},
IsLindelof s →
∀ (t : ι → Set X), (∀ (i : ι), IsClosed (t i)) → s ∩ ⋂ i, t i = ∅ → ∃ u, u.Countable ∧ s ∩ ⋂ i ∈ u, t i = ∅For every family of closed sets whose intersection avoids a Lindelöf set, there exists a countable subfamily whose intersection avoids this Lindelöf set.
- 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
- TopologicalSpace
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
- Compl.complproof · cited by 2,925
- Set.iUnionproof · cited by 2,483
- IsOpenproof · cited by 2,400
- Disjointproof · cited by 2,201
- IsClosedstatement and proof · cited by 1,639
- Set.iInterstatement and proof · cited by 1,084
- Set.Countablestatement and proof · cited by 545
- Set.iUnion_congr_Propproof · cited by 374
- compl_complproof · cited by 229
- Set.iInter_congr_Propproof · cited by 170
Cited by2
Results whose statement or proof uses this declaration.
- isLindelof_iff_countable_subfamily_closedproof · cited by 0
- IsLindelof.inter_iInter_nonemptyproof · cited by 0