Theorems · Theorem · general topology
exists_compact_closed_between
∀ {X : Type u_1} [inst : TopologicalSpace X] [LocallyCompactSpace X] [RegularSpace X] {K U : Set X},
IsCompact K → IsOpen U → K ⊆ U → ∃ L, IsCompact L ∧ IsClosed L ∧ K ⊆ interior L ∧ L ⊆ UIn a (possibly non-Hausdorff) locally compact regular space, for every containment K ⊆ U of
a compact set K in an open set U, there is a compact closed neighborhood L
such that K ⊆ L ⊆ U: equivalently, there is a compact closed set L such
that K ⊆ interior L and L ⊆ U.
- Defined in
- Mathlib.Topology.Separation.Regular
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- LE.le.transproof · cited by 3,151
- IsOpenstatement and proof · cited by 2,400
- IsClosedstatement and proof · cited by 1,639
- IsCompactstatement and proof · cited by 1,282
- closureproof · cited by 1,254
- interiorstatement and proof · cited by 714
- LocallyCompactSpacestatement and proof · cited by 324
- subset_closureproof · cited by 309
- isClosed_closureproof · cited by 195
- RegularSpacestatement and proof · cited by 63
Cited by5
Results whose statement or proof uses this declaration.
- exists_continuous_one_zero_of_isCompactproof · cited by 5
- exists_open_between_and_isCompact_closureproof · cited by 2
- exists_continuous_one_zero_of_isCompact_of_isGδproof · cited by 2
- exists_continuous_zero_one_of_isCompactproof · cited by 2
- IsCompact.nhdsSet_basis_isCompact_isClosedproof · cited by 0