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) ∂μ)

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 ℝ.

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.

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.