Transport AEMeasurable across a positive scalar multiple of a measure.
If f is a.e.-measurable w.r.t. μ, then it is also a.e.-measurable w.r.t. c • μ.
This simple helper is used to avoid threading measurability through map equalities.
For the scaled mollifier ψ_η with ∫ ψ = 1, we have ‖ψ_η‖₁ = 1.
Bound on difference of convolutions (L¹ case).
‖(g - f₀) * ψ‖₁ ≤ ‖g - f₀‖₁ · ‖ψ‖₁
Corresponds to h_conv_diff_bound in the code.
Bound on difference of convolutions with a normalized mollifier (L¹ case).
If ψ is a non-negative mollifier with unit mass, convolution with the scaled ψ does not increase the L¹ distance between two functions.
Bound on difference of convolutions (L² case).
‖(g - f₀) * ψ‖₂ ≤ ‖g - f₀‖₂ · ‖ψ‖₁
L² version of the above, used for L² error bounds.