Theorems · Theorem · general topology
lebesgue_number_lemma
∀ {α : Type ua} [inst : UniformSpace α] {K : Set α} {ι : Sort u_2} {U : ι → Set α},
IsCompact K → (∀ (i : ι), IsOpen (U i)) → K ⊆ ⋃ i, U i → ∃ V ∈ uniformity α, ∀ x ∈ K, ∃ i, UniformSpace.ball x V ⊆ U iLet c : ι → Set α be an open cover of a compact set s. Then there exists an entourage
n such that for each x ∈ s its n-neighborhood is contained in some c i.
- Defined in
- Mathlib.Topology.UniformSpace.Compact
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 80 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.
Cites28
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
- Finsetproof · cited by 13,712
- Filterstatement and proof · cited by 8,121
- Set.Elemproof · cited by 7,166
- Set.iUnionstatement and proof · cited by 2,483
- IsOpenstatement and proof · cited by 2,400
- UniformSpacestatement and proof · cited by 2,040
- IsCompactstatement and proof · cited by 1,282
- Set.iInterproof · cited by 1,084
- uniformitystatement and proof · cited by 765
- Filter.comapproof · cited by 546
- Set.mem_iUnionproof · cited by 212
Cited by4
Results whose statement or proof uses this declaration.
- Filter.HasBasis.lebesgue_number_lemmaproof · cited by 3
- lebesgue_number_lemma_nhdsproof · cited by 2
- lebesgue_number_lemma_nhds'proof · cited by 2
- lebesgue_number_lemma_sUnionproof · cited by 0