Theorems · Theorem · general topology
IsCompact.separation_of_notMem
∀ {X : Type u_1} [inst : TopologicalSpace X] [T2Space X] {x : X} {t : Set X},
IsCompact t → x ∉ t → ∃ U V, IsOpen U ∧ IsOpen V ∧ t ⊆ U ∧ x ∈ V ∧ Disjoint U VIn a T2Space X, for a compact set t and a point x outside t, there are open sets U,
V that separate t and x.
- 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.
Cites10
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
- IsOpenstatement and proof · cited by 2,400
- Disjointstatement and proof · cited by 2,201
- T2Spacestatement and proof · cited by 1,351
- IsCompactstatement and proof · cited by 1,282
- isClosed_singletonproof · cited by 66
- isCompact_singletonproof · cited by 32
- Set.disjoint_singleton_rightproof · cited by 17
- SeparatedNhds.of_isCompact_isCompact_isClosedproof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.