Theorems · Theorem · general topology
isLindelof_of_countable_subcover
∀ {X : Type u} [inst : TopologicalSpace X] {s : Set X},
(∀ {ι : Type u} (U : ι → Set X), (∀ (i : ι), IsOpen (U i)) → s ⊆ ⋃ i, U i → ∃ t, t.Countable ∧ s ⊆ ⋃ i ∈ t, U i) →
IsLindelof sA set s is Lindelöf if for every open cover of s, there exists a countable subcover.
- Defined in
- Mathlib.Topology.Compactness.Lindelof
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 75 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.
Cites24
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
- Filterproof · cited by 8,121
- Set.Elemproof · cited by 7,166
- Compl.complproof · cited by 2,925
- Set.iUnionstatement and proof · cited by 2,483
- IsOpenstatement and proof · cited by 2,400
- Set.iInterproof · cited by 1,084
- Filter.NeBotproof · cited by 853
- Filter.principalproof · cited by 740
- Set.Countablestatement and proof · cited by 545
- compl_complproof · cited by 229
Cited by4
Results whose statement or proof uses this declaration.
- Set.Countable.isLindelof_biUnionproof · cited by 4
- isLindelof_of_countable_subfamily_closedproof · cited by 2
- HereditarilyLindelofSpace.of_forall_isOpenproof · cited by 0
- isLindelof_iff_countable_subcoverproof · cited by 0