Some tools for measure theory computations #
A collection of small lemmas to help with integral manipulations.
theorem
MeasureTheory.measure_preserving_shift
{a : ℝ}
:
MeasurePreserving (fun (x : ℝ) => a + x) volume volume
theorem
MeasureTheory.measure_preserving_scaling
{a : ℝ}
(ha : a ≠ 0)
:
MeasurePreserving (fun (x : ℝ) => a * x) volume (ENNReal.ofReal |a⁻¹| • volume)
theorem
MeasureTheory.lintegral_eq_iSup_eapprox_lintegral'
{α : Type u_3}
{m : MeasurableSpace α}
{μ : Measure α}
{f : α → ENNReal}
(hf : AEMeasurable f μ)
:
Generalization of MeasureTheory.lintegral_eq_iSup_eapprox_lintegral assuming a.e.
measurability of f
theorem
MeasureTheory.lintegral_comp'
{α : Type u_3}
{β : Type u_4}
{m : MeasurableSpace α}
{μ : Measure α}
[MeasurableSpace β]
{f : β → ENNReal}
{g : α → β}
(hf : AEMeasurable f (Measure.map g μ))
(hg : AEMeasurable g μ)
:
Generalization of MeasureTheory.lintegral_comp assuming a.e. measurability of f and g