Documentation

Mathlib.MeasureTheory.Function.ConditionalExpectation.Unique

Uniqueness of the conditional expectation #

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 Mathlib/MeasureTheory/Function/ConditionalExpectation/Basic.lean.

Main statements #

Uniqueness of the conditional expectation #

theorem MeasureTheory.lpMeas.ae_eq_zero_of_forall_setIntegral_eq_zero {α : Type u_1} {E' : Type u_2} {𝕜 : Type u_4} {p : ENNReal} {m m0 : MeasurableSpace α} {μ : Measure α} [RCLike 𝕜] [NormedAddCommGroup E'] [InnerProductSpace 𝕜 E'] [CompleteSpace E'] [NormedSpace ℝ E'] (hm : m ≤ m0) (f : ↥(lpMeas E' 𝕜 m p μ)) (hp_ne_zero : p ≠ 0) (hp_ne_top : p ≠ ⊤) (hf_int_finite : ∀ (s : Set α), MeasurableSet s → μ s < ⊤ → IntegrableOn (↑↑↑f) s μ) (hf_zero : ∀ (s : Set α), MeasurableSet s → μ s < ⊤ → ∫ (x : α) in s, ↑↑↑f x ∂μ = 0) :
↑↑↑f =ᵐ[μ] 0
theorem MeasureTheory.Lp.ae_eq_zero_of_forall_setIntegral_eq_zero' {α : Type u_1} {E' : Type u_2} (𝕜 : Type u_4) {p : ENNReal} {m m0 : MeasurableSpace α} {μ : Measure α} [RCLike 𝕜] [NormedAddCommGroup E'] [InnerProductSpace 𝕜 E'] [CompleteSpace E'] [NormedSpace ℝ E'] (hm : m ≤ m0) (f : ↥(Lp E' p μ)) (hp_ne_zero : p ≠ 0) (hp_ne_top : p ≠ ⊤) (hf_int_finite : ∀ (s : Set α), MeasurableSet s → μ s < ⊤ → IntegrableOn (↑↑f) s μ) (hf_zero : ∀ (s : Set α), MeasurableSet s → μ s < ⊤ → ∫ (x : α) in s, ↑↑f x ∂μ = 0) (hf_meas : AEStronglyMeasurable (↑↑f) μ) :
↑↑f =ᵐ[μ] 0
theorem MeasureTheory.Lp.ae_eq_of_forall_setIntegral_eq' {α : Type u_1} {E' : Type u_2} (𝕜 : Type u_4) {p : ENNReal} {m m0 : MeasurableSpace α} {μ : Measure α} [RCLike 𝕜] [NormedAddCommGroup E'] [InnerProductSpace 𝕜 E'] [CompleteSpace E'] [NormedSpace ℝ E'] (hm : m ≤ m0) (f g : ↥(Lp E' p μ)) (hp_ne_zero : p ≠ 0) (hp_ne_top : p ≠ ⊤) (hf_int_finite : ∀ (s : Set α), MeasurableSet s → μ s < ⊤ → IntegrableOn (↑↑f) s μ) (hg_int_finite : ∀ (s : Set α), MeasurableSet s → μ s < ⊤ → IntegrableOn (↑↑g) s μ) (hfg : ∀ (s : Set α), MeasurableSet s → μ s < ⊤ → ∫ (x : α) in s, ↑↑f x ∂μ = ∫ (x : α) in s, ↑↑g x ∂μ) (hf_meas : AEStronglyMeasurable (↑↑f) μ) (hg_meas : AEStronglyMeasurable (↑↑g) μ) :
↑↑f =ᵐ[μ] ↑↑g

Uniqueness of the conditional expectation

theorem MeasureTheory.ae_eq_of_forall_setIntegral_eq_of_sigmaFinite' {α : Type u_1} {F' : Type u_3} {m m0 : MeasurableSpace α} {μ : Measure α} [NormedAddCommGroup F'] [NormedSpace ℝ F'] [CompleteSpace F'] (hm : m ≤ m0) [SigmaFinite (μ.trim hm)] {f g : α → F'} (hf_int_finite : ∀ (s : Set α), MeasurableSet s → μ s < ⊤ → IntegrableOn f s μ) (hg_int_finite : ∀ (s : Set α), MeasurableSet s → μ s < ⊤ → IntegrableOn g s μ) (hfg_eq : ∀ (s : Set α), MeasurableSet s → μ s < ⊤ → ∫ (x : α) in s, f x ∂μ = ∫ (x : α) in s, g x ∂μ) (hfm : AEStronglyMeasurable f μ) (hgm : AEStronglyMeasurable g μ) :
f =ᵐ[μ] g
theorem MeasureTheory.integral_norm_le_of_forall_fin_meas_integral_eq {α : Type u_1} {m m0 : MeasurableSpace α} {μ : Measure α} {s : Set α} (hm : m ≤ m0) {f g : α → ℝ} (hf : StronglyMeasurable f) (hfi : IntegrableOn f s μ) (hg : StronglyMeasurable g) (hgi : IntegrableOn g s μ) (hgf : ∀ (t : Set α), MeasurableSet t → μ t < ⊤ → ∫ (x : α) in t, g x ∂μ = ∫ (x : α) in t, f x ∂μ) (hs : MeasurableSet s) (hμs : μ s ≠ ⊤) :
∫ (x : α) in s, ‖g x‖ ∂μ ≤ ∫ (x : α) in s, ‖f x‖ ∂μ

Let m be a sub-σ-algebra of m0, f an m0-measurable function and g an 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.

theorem MeasureTheory.lintegral_enorm_le_of_forall_fin_meas_integral_eq {α : Type u_1} {m m0 : MeasurableSpace α} {μ : Measure α} {s : Set α} (hm : m ≤ m0) {f g : α → ℝ} (hf : StronglyMeasurable f) (hfi : IntegrableOn f s μ) (hg : StronglyMeasurable g) (hgi : IntegrableOn g s μ) (hgf : ∀ (t : Set α), MeasurableSet t → μ t < ⊤ → ∫ (x : α) in t, g x ∂μ = ∫ (x : α) in t, f x ∂μ) (hs : MeasurableSet s) (hμs : μ s ≠ ⊤) :
∫⁻ (x : α) in s, ‖g x‖ₑ ∂μ ≤ ∫⁻ (x : α) in s, ‖f x‖ₑ ∂μ

Let m be a sub-σ-algebra of m0, f an m0-measurable function and g an 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.