Theorems · Theorem · general topology
IsCompact.uniform_oscillationWithin
∀ {E : Type u} {F : Type v} [inst : PseudoEMetricSpace F] [inst_1 : PseudoEMetricSpace E] {K : Set E} {f : E → F}
{D : Set E} {ε : ENNReal},
IsCompact K →
(∀ x ∈ K, oscillationWithin f D x < ε) →
∃ δ > 0, ∀ x ∈ K, Metric.ediam (f '' (Metric.eball x (ENNReal.ofReal δ) ∩ D)) ≤ εIf oscillationWithin f D x < ε at every x in a compact set K, then there exists δ > 0
such that the oscillation of f on ball x δ ∩ D is less than ε for every x in K.
- Defined in
- Mathlib.Analysis.Oscillation
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 152 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites58
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
- Top.topproof · cited by 9,680
- Set.ofPredproof · cited by 6,101
- Set.imagestatement and proof · cited by 5,609
- Set.preimageproof · cited by 4,946
- Set.Nonemptyproof · cited by 2,627
- Nat.cast_oneproof · cited by 2,501
- Set.iUnionproof · cited by 2,483
- IsOpenproof · cited by 2,400
- le_reflproof · cited by 2,061
Cited by2
Results whose statement or proof uses this declaration.
- BoxIntegral.integrable_of_bounded_and_ae_continuousWithinAtproof · cited by 2
- IsCompact.uniform_oscillationproof · cited by 0