Theorems · Theorem · general topology
IsLindelof.elim_countable_subcover
∀ {X : Type u} [inst : TopologicalSpace X] {s : Set X} {ι : Type v},
IsLindelof s → ∀ (U : ι → Set X), (∀ (i : ι), IsOpen (U i)) → s ⊆ ⋃ i, U i → ∃ r, r.Countable ∧ s ⊆ ⋃ i ∈ r, U iFor every open cover of a Lindelöf set, there exists a countable subcover.
- Defined in
- Mathlib.Topology.Compactness.Lindelof
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 86 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.
Cites23
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.iUnionstatement and proof · cited by 2,483
- IsOpenstatement and proof · cited by 2,400
- nhdsWithinproof · cited by 1,912
- Set.Countablestatement and proof · cited by 545
- IsOpen.mem_nhdsproof · cited by 470
- Set.sUnionproof · cited by 392
- Set.iUnion_congr_Propproof · cited by 374
- Set.Subset.transproof · cited by 218
- Set.mem_iUnionproof · cited by 212
- Function.sometimesproof · cited by 86
Cited by10
Results whose statement or proof uses this declaration.
- Set.Countable.isLindelof_biUnionproof · cited by 4
- eq_open_union_countableproof · cited by 3
- IsLindelof.elim_countable_subfamily_closedproof · cited by 2
- IsLindelof.indexed_countable_subcoverproof · cited by 2
- countable_cover_nhds_interiorproof · cited by 1
- IsLindelof.elim_nhds_subcover'proof · cited by 1
- HereditarilyLindelofSpace.of_forall_isOpenproof · cited by 0
- isLindelof_iff_countable_subcoverproof · cited by 0
- isLindelof_open_iff_eq_countable_iUnion_of_isTopologicalBasisproof · cited by 0
- IsLindelof.elim_countable_subcover_imageproof · cited by 0