Theorems · Theorem · general topology
IsCompact.disjoint_nhdsSet_nhds
∀ {X : Type u_1} [inst : TopologicalSpace X] [T2Space X] {x : X} {t : Set X},
IsCompact t → x ∉ t → Disjoint (nhdsSet t) (nhds x)In a T2Space X, for a compact set t and a point x outside t, 𝓝ˢ t and 𝓝 x are
disjoint.
- Defined in
- Mathlib.Topology.Separation.Hausdorff
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpaceT2Space
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- nhdsstatement · cited by 5,554
- Disjointstatement and proof · cited by 2,201
- T2Spacestatement and proof · cited by 1,351
- IsCompactstatement and proof · cited by 1,282
- nhdsSetstatement and proof · cited by 267
- isClosed_singletonproof · cited by 66
- isCompact_singletonproof · cited by 32
- nhdsSet_singletonproof · cited by 19
- Set.disjoint_singleton_rightproof · cited by 17
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.