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)