Jensen's inequality for integrals
In this file we prove four theorems:
convex.smul_integral_mem: ifμis a non-zero finite measure onα,sis a convex closed set inE, andfis an integrable function sendingμ-a.e. points tos, then the average value offbelongs tos:(μ univ).to_real⁻¹ • ∫ x, f x ∂μ ∈ s. See alsoconvex.center_mass_memfor a finite sum version of this lemma.convex.integral_mem: ifμis a probability measure onα,sis a convex closed set inE, andfis an integrable function sendingμ-a.e. points tos, then the expected value offbelongs tos:∫ x, f x ∂μ ∈ s. See alsoconvex.sum_memfor a finite sum version of this lemma.convex_on.map_smul_integral_le: Jensen's inequality: if a functiong : E → ℝis convex and continuous on a convex closed sets,μis a finite non-zero measure onα, andf : α → Eis a function sendingμ-a.e. points tos, then the value ofgat the average value offis less than or equal to the average value ofg ∘ fprovided that bothfandg ∘ fare integrable. See alsoconvex.map_center_mass_lefor a finite sum version of this lemma.convex_on.map_integral_le: Jensen's inequality: if a functiong : E → ℝis convex and continuous on a convex closed sets,μis a probability measure onα, andf : α → Eis a function sendingμ-a.e. points tos, then the value ofgat the expected value offis less than or equal to the expected value ofg ∘ fprovided that bothfandg ∘ fare integrable. See alsoconvex.map_sum_lefor a finite sum version of this lemma.
Tags
convex, integral, center mass, Jensen's inequality
If μ is a non-zero finite measure on α, s is a convex closed set in E, and f is an
integrable function sending μ-a.e. points to s, then the average value of f belongs to s:
(μ univ).to_real⁻¹ • ∫ x, f x ∂μ ∈ s. See also convex.center_mass_mem for a finite sum version
of this lemma.
If μ is a probability measure on α, s is a convex closed set in E, and f is an
integrable function sending μ-a.e. points to s, then the expected value of f belongs to s:
∫ x, f x ∂μ ∈ s. See also convex.sum_mem for a finite sum version of this lemma.
Jensen's inequality: if a function g : E → ℝ is convex and continuous on a convex closed set
s, μ is a finite non-zero measure on α, and f : α → E is a function sending μ-a.e. points
to s, then the value of g at the average value of f is less than or equal to the average value
of g ∘ f provided that both f and g ∘ f are integrable. See also convex.map_center_mass_le
for a finite sum version of this lemma.
Jensen's inequality: if a function g : E → ℝ is convex and continuous on a convex closed set
s, μ is a probability measure on α, and f : α → E is a function sending μ-a.e. points to
s, then the value of g at the expected value of f is less than or equal to the expected value
of g ∘ f provided that both f and g ∘ f are integrable. See also convex.map_sum_le for a
finite sum version of this lemma.