theorem
localOscillation_on_emptyset
{X : Type}
[PseudoMetricSpace X]
{f g : C(X, ℝ)}
:
localOscillation ∅ f g = 0
theorem
localOscillation_on_empty_ball
{X : Type}
[PseudoMetricSpace X]
{x : X}
{f g : C(X, ℝ)}
{R : ℝ}
(R_nonpos : R ≤ 0)
:
localOscillation (Metric.ball x R) f g = 0
Equations
- One or more equations did not get rendered due to their size.
theorem
oscillation_control
{x r : ℝ}
{f g : Θ ℝ}
:
localOscillation (Metric.ball x r) (coeΘ f) (coeΘ g) ≤ ENNReal.ofReal (dist f g)
theorem
integer_ball_cover
{x R R' : ℝ}
{f : WithFunctionDistance x R}
:
CoveredByBalls (Metric.ball f (2 * R')) 3 R'