Theorems · Theorem · general topology
IsCompact.uniform_oscillation
∀ {E : Type u} {F : Type v} [inst : PseudoEMetricSpace F] [inst_1 : PseudoEMetricSpace E] {K : Set E},
IsCompact K →
∀ {f : E → F} {ε : ENNReal},
(∀ x ∈ K, oscillation f x < ε) → ∃ δ > 0, ∀ x ∈ K, Metric.ediam (f '' Metric.eball x (ENNReal.ofReal δ)) ≤ εIf oscillation f x < ε at every x in a compact set K, then there exists δ > 0 such
that the oscillation of f on ball x δ is less than ε for every x in K.
- Defined in
- Mathlib.Analysis.Oscillation
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 153 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- Realstatement and proof · cited by 25,697
- ENNRealstatement and proof · cited by 9,879
- Set.imagestatement and proof · cited by 5,609
- Set.univproof · cited by 3,945
- PseudoEMetricSpacestatement and proof · cited by 1,536
- IsCompactstatement and proof · cited by 1,282
- ENNReal.ofRealstatement and proof · cited by 863
- Metric.eballstatement and proof · cited by 294
- Set.inter_univproof · cited by 198
- Metric.ediamstatement and proof · cited by 159
- oscillationstatement and proof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.