Square-integrable implies integrable on a probability space
ProvedProbabilityTheory.integrable_of_integrable_sqintegrationlp-spacesmeasure-theoryprobability
on a probability space. If is measurable and is integrable with respect to a probability measure, then is integrable.
This is the simplest instance of the inclusion for on a finite measure space. The finiteness of the measure is essential: on the line with Lebesgue measure, is square integrable but not integrable.
Proof. From one gets the pointwise bound . The right-hand side, as a function of , is integrable — the constant is integrable because the measure is finite, and is integrable by hypothesis — so Integrable.mono applies.
Preamble
import Mathlib.MeasureTheory.Integral.Bochner.Set import Mathlib.Analysis.SpecialFunctions.Sqrt open Filter MeasureTheory ProbabilityTheory open scoped ENNReal NNReal Topology
Formal statement
theorem ProbabilityTheory.integrable_of_integrable_sq {Ω : Type*} [MeasurableSpace Ω]
(μ : Measure Ω) [IsProbabilityMeasure μ] (Z : Ω → ℝ) (hZ : Measurable Z)
(hsq : Integrable (fun ω => (Z ω) ^ 2) μ) :
Integrable Z μ := by sorrySource
W. Rudin, Real and Complex Analysis, 3rd ed., McGraw-Hill 1987, Chapter 3; P. Billingsley, Probability and Measure, 3rd ed., Wiley 1995, Section 21.