Theorems · Theorem · general topology
IsCompact.nhdsSet_basis_uniformity
∀ {α : Type ua} {ι : Sort u_1} [inst : UniformSpace α] {K : Set α} {p : ι → Prop} {V : ι → Set (α × α)},
(uniformity α).HasBasis p V → IsCompact K → (nhdsSet K).HasBasis p fun i => ⋃ x ∈ K, UniformSpace.ball x (V i)If K is a compact set in a uniform space and {V i | p i} is a basis of entourages,
then {⋃ x ∈ K, UniformSpace.ball x (V i) | p i} is a basis of 𝓝ˢ K.
Here "{s i | p i} is a basis of a filter l" means Filter.HasBasis l p s.
- Defined in
- Mathlib.Topology.UniformSpace.Compact
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- UniformSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- LE.le.transproof · cited by 3,151
- Set.iUnionstatement and proof · cited by 2,483
- UniformSpacestatement and proof · cited by 2,040
- IsCompactstatement and proof · cited by 1,282
- uniformitystatement and proof · cited by 765
- interiorproof · cited by 714
- Filter.HasBasisstatement and proof · cited by 604
- Filter.mem_of_supersetproof · cited by 308
- nhdsSetstatement and proof · cited by 267
- interior_subsetproof · cited by 171
- isOpen_interiorproof · cited by 130
Cited by4
Results whose statement or proof uses this declaration.
- lebesgue_number_of_compact_openproof · cited by 2
- nhdsSet_diagonal_eq_uniformityproof · cited by 2
- Disjoint.exists_uniform_thickeningproof · cited by 1
- IsCompact.nhds_hausdorff_eq_nhds_vietorisproof · cited by 0