Documentation

Carleson.ToMathlib.MeasureTheory.Integral.Lebesgue

Some tools for measure theory computations #

A collection of small lemmas to help with integral manipulations.
theorem MeasureTheory.lintegral_shift (f : ENNReal) {a : } :
∫⁻ (x : ), f (x + a) = ∫⁻ (x : ), f x
theorem MeasureTheory.lintegral_shift' (f : ENNReal) {a : } {s : Set } :
∫⁻ (x : ) in (fun (z : ) => z + a) ⁻¹' s, f (x + a) = ∫⁻ (x : ) in s, f x
theorem MeasureTheory.lintegral_add_right_Ioi (f : ENNReal) {a b : } :
∫⁻ (x : ) in Set.Ioi (b - a), f (x + a) = ∫⁻ (x : ) in Set.Ioi b, f x
theorem MeasureTheory.lintegral_scale_constant (f : ENNReal) {a : } (h : a 0) :
∫⁻ (x : ), f (a * x) = ENNReal.ofReal |a⁻¹| * ∫⁻ (x : ), f x
theorem MeasureTheory.lintegral_scale_constant_preimage (f : ENNReal) {a : } (h : a 0) {s : Set } :
∫⁻ (x : ) in (fun (z : ) => a * z) ⁻¹' s, f (a * x) = ENNReal.ofReal |a⁻¹| * ∫⁻ (x : ) in s, f x
theorem MeasureTheory.lintegral_scale_constant' {f : ENNReal} {a : } (h : a 0) :
ENNReal.ofReal |a| * ∫⁻ (x : ), f (a * x) = ∫⁻ (x : ), f x
theorem MeasureTheory.lintegral_set_mono_fn {α : Type u_3} {m : MeasurableSpace α} {μ : Measure α} {s : Set α} (hs : MeasurableSet s) f g : αENNReal (hfg : xs, f x g x) :
∫⁻ (a : α) in s, f a μ ∫⁻ (a : α) in s, g a μ