Documentation

Mathlib.MeasureTheory.Measure.IntegralCharFun

Integrals of characteristic functions #

This file contains results about integrals of characteristic functions, and lemmas relating the measure of some sets to integrals of characteristic functions.

Main statements #

theorem MeasureTheory.integral_charFun_Icc {μ : Measure } {r : } [IsFiniteMeasure μ] (hr : 0 < r) :
(t : ) in -r..r, charFun μ t = 2 * r * ( (x : ), Real.sinc (r * x) μ)
theorem MeasureTheory.measureReal_abs_gt_le_integral_charFun {μ : Measure } {r : } [IsProbabilityMeasure μ] (hr : 0 < r) :
μ.real {x : | r < |x|} 2⁻¹ * r * (t : ) in -2 * r⁻¹..2 * r⁻¹, 1 - charFun μ t

A bound on the measure of the set {x | r < |x|} in terms of the integral of the characteristic function, for a probability measure on .

theorem MeasureTheory.measureReal_abs_dual_gt_le_integral_charFunDual {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {mE : MeasurableSpace E} [OpensMeasurableSpace E] {μ : Measure E} [IsProbabilityMeasure μ] (L : StrongDual E) {r : } (hr : 0 < r) :
μ.real {x : E | r < |L x|} 2⁻¹ * r * (t : ) in -2 * r⁻¹..2 * r⁻¹, 1 - charFunDual μ (t L)

For a probability measure on a normed space E and L : Dual ℝ E, a bound on the measure of the set {x | r < |L x|} in terms of the integral of the characteristic function.

theorem MeasureTheory.measureReal_abs_inner_gt_le_integral_charFun {E : Type u_1} [SeminormedAddCommGroup E] [InnerProductSpace E] {mE : MeasurableSpace E} [OpensMeasurableSpace E] {μ : Measure E} [IsProbabilityMeasure μ] {a : E} {r : } (hr : 0 < r) :
μ.real {x : E | r < |inner a x|} 2⁻¹ * r * (t : ) in -2 * r⁻¹..2 * r⁻¹, 1 - charFun μ (t a)

A bound on the measure of the set {x | r < |⟪a, x⟫|} in terms of the integral of the characteristic function, for a probability measure on an inner product space.