Mathlib Map

Theorems · Theorem · general topology

LocallyCompactSpace.local_compact_nhds

∀ {X : Type u_3} {inst : TopologicalSpace X} [self : LocallyCompactSpace X] (x : X),
  ∀ n ∈ nhds x, ∃ s ∈ nhds x, s ⊆ n ∧ IsCompact s

In a locally compact space, every neighbourhood of every point contains a compact neighbourhood of that same point.

Defined in
Mathlib.Topology.Defs.Filter
Cited by
6 results in Mathlib
Foundations
Depth 50 from the axioms · uses propext, Quot.sound
Assumes
LocallyCompactSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites6

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by6

Results whose statement or proof uses this declaration.