Mathlib Map

Theorems · Theorem · general topology

IsLindelof.compl_mem_sets

∀ {X : Type u} [inst : TopologicalSpace X] {s : Set X},
  IsLindelof s → ∀ {f : Filter X} [CountableInterFilter f], (∀ x ∈ s, sᶜ ∈ nhds x ⊓ f) → sᶜ ∈ f

The complement to a Lindelöf set belongs to a filter f with the countable intersection property if it belongs to each filter 𝓝 x ⊓ f, x ∈ s.

Defined in
Mathlib.Topology.Compactness.Lindelof
Cited by
1 results in Mathlib
Foundations
Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceCountableInterFilter

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.

Cited by1

Results whose statement or proof uses this declaration.