Theorems · Theorem · general topology
IsLindelof.elim_nhds_subcover
∀ {X : Type u} [inst : TopologicalSpace X] {s : Set X},
IsLindelof s → ∀ (U : X → Set X), (∀ x ∈ s, U x ∈ nhds x) → ∃ t, t.Countable ∧ (∀ x ∈ t, x ∈ s) ∧ s ⊆ ⋃ x ∈ t, U x- Defined in
- Mathlib.Topology.Compactness.Lindelof
- Cited by
- 3 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.
Cites12
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
- Filterstatement · cited by 8,121
- Set.Elemproof · cited by 7,166
- Set.imageproof · cited by 5,609
- nhdsstatement and proof · cited by 5,554
- Set.iUnionstatement and proof · cited by 2,483
- Set.Countablestatement and proof · cited by 545
- IsLindelofstatement and proof · cited by 85
- Set.Countable.imageproof · cited by 47
- Set.biUnion_imageproof · cited by 17
- IsLindelof.elim_nhds_subcover'proof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- IsLindelof.countable_of_discreteproof · cited by 2
- IsLindelof.disjoint_nhdsSet_leftproof · cited by 1
- LindelofSpace.elim_nhds_subcoverproof · cited by 0