Theorems · Theorem · general topology
exists_gt_t2space
∀ {ι : Type u_1} {X : Type u_2} [inst : TopologicalSpace X] {u : ι → Set X} {s : Set X} [T2Space X]
[LocallyCompactSpace X] (v : ShrinkingLemma.PartialRefinement u s fun w => IsCompact (closure w)),
IsCompact s → ∀ i ∉ v.carrier, ∃ v', v < v' ∧ IsCompact (closure (v'.toFun i))In a locally compact Hausdorff space X, if s is a compact set, v is a partial refinement,
and i is an index such that i ∉ v.carrier, then there exists a partial refinement that is
strictly greater than v.
- Defined in
- Mathlib.Topology.ShrinkingLemma
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites41
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
- Compl.complproof · cited by 2,925
- Set.iUnionproof · cited by 2,483
- IsOpenproof · cited by 2,400
- T2Spacestatement and proof · cited by 1,351
- IsCompactstatement and proof · cited by 1,282
- closurestatement and proof · cited by 1,254
- eq_or_neproof · cited by 1,117
- Set.iInterproof · cited by 1,084
- Function.updateproof · cited by 502
- Set.inter_subset_leftproof · cited by 360
Cited by1
Results whose statement or proof uses this declaration.
- exists_subset_iUnion_closure_subset_t2spaceproof · cited by 2