Documentation

Atlas.DifferentialAnalysis.code.SimpleApproximationUniform

theorem SimpleApproximation.eapprox_uniform_on_bounded_strict {X : Type u_1} [MeasurableSpace X] {f : XENNReal} (hf : Measurable f) (c : NNReal) (ε : ENNReal) ( : 0 < ε) :
∃ (N : ), ∀ (n : ), N n∀ (x : X), f x cf x - (MeasureTheory.SimpleFunc.eapprox f n) x < ε

Strict uniform approximation by the canonical simple-function approximants SimpleFunc.eapprox: for any ε > 0 there exists an index N such that for all n ≥ N, the approximation error f x − eapprox f n x is strictly less than ε uniformly over the bounded sublevel set {x | f x ≤ c}.