Leindler's sharp one-dimensional supremal-envelope integral inequality
ProvedConvexOptimization.leindler_supremal_integral_real_lineconvexanalysisconvexoptimizationlog-concavitymeasure-theory
Let and let be measurable. For each , define the sharp supremal envelope
Then
This is the sharp one-dimensional supremal-envelope form of the Prékopa–Leindler inequality. Any function satisfying the usual Prékopa–Leindler pointwise hypothesis is a majorant of this envelope, so the result is reusable as the analytic core of majorant formulations.
Formalization Note The fiber supremum is represented by sSup in the complete lattice of extended nonnegative reals. The right side is a lower Lebesgue integral, so the formal statement does not require a separate measurability hypothesis for the uncountable supremal envelope and permits the value .
Preamble
import Mathlib open scoped RealInnerProductSpace ENNReal open MeasureTheory
Formal statement
theorem ConvexOptimization.leindler_supremal_integral_real_line
(l : ℝ) (hl0 : 0 < l) (hl1 : l < 1)
(f g : ℝ → ℝ≥0∞)
(hf : Measurable f) (hg : Measurable g) :
(∫⁻ x, f x) ^ (1 - l) * (∫⁻ x, g x) ^ l ≤
∫⁻ z, sSup {q : ℝ≥0∞ | ∃ x y : ℝ,
(1 - l) • x + l • y = z ∧
q = f x ^ (1 - l) * g y ^ l} := by sorrySource
András Prékopa, On logarithmic concave measures and functions, Acta Scientiarum Mathematicarum 34 (1973), 335–343, https://rutcor.rutgers.edu/Prekopa/pdf/SCIENT2.pdf, §2, p. 337, equation (2.2), specialized to k = 2 with weights 1−λ and λ and written in the extended-nonnegative lower-integral form.