Uniqueness of the conditional expectation #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
Two Lp functions f, g
which are almost everywhere strongly measurable with respect to a σ-algebra
m
and verify ∫ x in s, f x ∂μ = ∫ x in s, g x ∂μ
for all m
-measurable sets s
are equal
almost everywhere. This proves the uniqueness of the conditional expectation, which is not yet
defined in this file but is introduced in measure_theory.function.conditional_expectation.basic
.
Main statements #
Lp.ae_eq_of_forall_set_integral_eq'
: twoLp
functions verifying the equality of integrals defining the conditional expectation are equal.ae_eq_of_forall_set_integral_eq_of_sigma_finite'
: two functions verifying the equality of integrals defining the conditional expectation are equal almost everywhere. Requires[sigma_finite (μ.trim hm)]
.
Uniqueness of the conditional expectation #
Uniqueness of the conditional expectation
Let m
be a sub-σ-algebra of m0
, f
a m0
-measurable function and g
a m
-measurable
function, such that their integrals coincide on m
-measurable sets with finite measure.
Then ∫ x in s, ‖g x‖ ∂μ ≤ ∫ x in s, ‖f x‖ ∂μ
on all m
-measurable sets with finite measure.
Let m
be a sub-σ-algebra of m0
, f
a m0
-measurable function and g
a m
-measurable
function, such that their integrals coincide on m
-measurable sets with finite measure.
Then ∫⁻ x in s, ‖g x‖₊ ∂μ ≤ ∫⁻ x in s, ‖f x‖₊ ∂μ
on all m
-measurable sets with finite
measure.