Theorems · Theorem · general topology
exists_open_between_and_isCompact_closure
∀ {X : Type u_1} [inst : TopologicalSpace X] [LocallyCompactSpace X] [RegularSpace X] {K U : Set X},
IsCompact K → IsOpen U → K ⊆ U → ∃ V, IsOpen V ∧ K ⊆ V ∧ closure V ⊆ U ∧ IsCompact (closure V)In a locally compact regular space, given a compact set K inside an open set U, we can find
an open set V between these sets with compact closure: K ⊆ V and the closure of V is
inside U.
- Defined in
- Mathlib.Topology.Separation.Regular
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- IsClosedproof · cited by 1,639
- IsCompactstatement and proof · cited by 1,282
- closurestatement and proof · cited by 1,254
- interiorproof · cited by 714
- le_of_eqproof · cited by 366
- LocallyCompactSpacestatement and proof · cited by 324
- interior_subsetproof · cited by 171
- IsClosed.closure_eqproof · cited by 139
Cited by2
Results whose statement or proof uses this declaration.
- exists_continuousMap_one_of_isCompact_subset_isOpenproof · cited by 3
- exists_gt_t2spaceproof · cited by 1