Theorems · Theorem · general topology
IsLindelof.disjoint_nhdsSet_left
∀ {X : Type u} [inst : TopologicalSpace X] {s : Set X} {l : Filter X} [CountableInterFilter l],
IsLindelof s → (Disjoint (nhdsSet s) l ↔ ∀ x ∈ s, Disjoint (nhds x) l)The neighborhood filter of a Lindelöf set is disjoint with a filter l with the countable
intersection property if and only if the neighborhood filter of each point of this set
is disjoint with l.
- Defined in
- Mathlib.Topology.Compactness.Lindelof
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
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
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Compl.complproof · cited by 2,925
- Set.iUnionproof · cited by 2,483
- IsOpenproof · cited by 2,400
- Disjointstatement and proof · cited by 2,201
- Set.Countableproof · cited by 545
- IsOpen.mem_nhdsproof · cited by 470
- nhdsSetstatement and proof · cited by 267
- Function.sometimesproof · cited by 86
Cited by1
Results whose statement or proof uses this declaration.
- IsLindelof.disjoint_nhdsSet_rightproof · cited by 0