Documentation

LeanPool.Feige.ConvolutionLogConcave

Nonnegative density convolution #

The closure of log-concavity under convolution is the one-dimensional case of the Prékopa theorem. Mathlib does not currently provide that theorem. This file establishes its measure-theoretic convolution layer; the required one-dimensional closure is proved by the TP2/Cauchy--Binet argument in Feige.TranslationTP2 and instantiated for the insertion common laws in Feige.FiniteSignedExp.

Lebesgue convolution of two nonnegative densities on the line.

Equations
Instances For

    The integral of a nonnegative convolution is the product of the two integrals. No finiteness assumptions are needed.

    theorem Feige.LikelihoodRatio.lintegral_densityConvolution_eq_one {f g : ENNReal} (hf : Measurable f) (hg : Measurable g) (hf_one : ∫⁻ (x : ), f x = 1) (hg_one : ∫⁻ (x : ), g x = 1) :

    Convolution preserves normalization of nonnegative densities.