Conditional expectation in L1 #
This file contains two more steps of the construction of the conditional expectation, which is
completed in MeasureTheory.Function.ConditionalExpectation.Basic. See that file for a
description of the full process.
The conditional expectation of an L² function is defined in
MeasureTheory.Function.ConditionalExpectation.CondexpL2. In this file, we perform two steps.
- Show that the conditional expectation of the indicator of a measurable set with finite measure
is integrable and define a map
Set α → (E →L[ℝ] (α →₁[μ] E))which to a set associates a linear map. That linear map sendsx ∈ Eto the conditional expectation of the indicator of the set with valuex. - Extend that map to
condExpL1CLM : (α →₁[μ] E) →L[ℝ] (α →₁[μ] E). This is done using the same construction as the Bochner integral (see the fileMeasureTheory/Integral/SetToL1).
Main definitions #
condExpL1: Conditional expectation of a function as a linear map fromL1to itself.
Conditional expectation of an indicator as a continuous linear map. #
The goal of this section is to build
condExpInd (hm : m ≤ m0) (μ : Measure α) (s : Set s) : G →L[ℝ] α →₁[μ] G, which
takes x : G to the conditional expectation of the indicator of the set s with value x,
seen as an element of α →₁[μ] G.
Conditional expectation of the indicator of a measurable set with finite measure, as a function in L1.
Equations
- MeasureTheory.condExpIndL1Fin hm hs hμs x = MeasureTheory.Integrable.toL1 ↑↑(MeasureTheory.condExpIndSMul hm hs hμs x) ⋯
Instances For
Alias of MeasureTheory.condExpIndL1Fin.
Conditional expectation of the indicator of a measurable set with finite measure, as a function in L1.
Instances For
Alias of MeasureTheory.condExpIndL1Fin_ae_eq_condExpIndSMul.
Alias of MeasureTheory.condExpIndL1Fin_add.
Alias of MeasureTheory.condExpIndL1Fin_smul.
Alias of MeasureTheory.condExpIndL1Fin_smul'.
Alias of MeasureTheory.norm_condExpIndL1Fin_le.
Conditional expectation of the indicator of a set, as a function in L1. Its value for sets which are not both measurable and of finite measure is not used: we set it to 0.
Equations
- MeasureTheory.condExpIndL1 hm μ s x = if hs : MeasurableSet s ∧ μ s ≠ ⊤ then MeasureTheory.condExpIndL1Fin hm ⋯ ⋯ x else 0
Instances For
Alias of MeasureTheory.condExpIndL1.
Conditional expectation of the indicator of a set, as a function in L1. Its value for sets which are not both measurable and of finite measure is not used: we set it to 0.
Instances For
Alias of MeasureTheory.condExpIndL1_of_measurableSet_of_measure_ne_top.
Alias of MeasureTheory.condExpIndL1_add.
Alias of MeasureTheory.condExpIndL1_smul.
Alias of MeasureTheory.condExpIndL1_smul'.
Alias of MeasureTheory.norm_condExpIndL1_le.
Alias of MeasureTheory.continuous_condExpIndL1.
Conditional expectation of the indicator of a set, as a linear map from G to L1.
Equations
- MeasureTheory.condExpInd G hm μ s = { toFun := MeasureTheory.condExpIndL1 hm μ s, map_add' := ⋯, map_smul' := ⋯, cont := ⋯ }
Instances For
Alias of MeasureTheory.condExpInd.
Conditional expectation of the indicator of a set, as a linear map from G to L1.
Equations
Instances For
Alias of MeasureTheory.condExpInd_empty.
Alias of MeasureTheory.condExpInd_smul'.
Alias of MeasureTheory.norm_condExpInd_apply_le.
Alias of MeasureTheory.norm_condExpInd_le.
Alias of MeasureTheory.condExpInd_disjoint_union.
Alias of MeasureTheory.setIntegral_condExpInd.
Alias of MeasureTheory.condExpInd_of_measurable.
Alias of MeasureTheory.condExpInd_nonneg.
Conditional expectation of a function as a linear map from α →₁[μ] F' to itself.
Equations
Instances For
Alias of MeasureTheory.condExpL1CLM.
Conditional expectation of a function as a linear map from α →₁[μ] F' to itself.
Instances For
Alias of MeasureTheory.condExpL1CLM_smul.
Auxiliary lemma used in the proof of setIntegral_condExpL1CLM.
Alias of MeasureTheory.setIntegral_condExpL1CLM_of_measure_ne_top.
Auxiliary lemma used in the proof of setIntegral_condExpL1CLM.
The integral of the conditional expectation condExpL1CLM over an m-measurable set is equal
to the integral of f on that set. See also setIntegral_condExp, the similar statement for
condExp.
Alias of MeasureTheory.aestronglyMeasurable_condExpL1CLM.
Alias of MeasureTheory.condExpL1CLM_lpMeas.
Alias of MeasureTheory.condExpL1CLM_of_aestronglyMeasurable'.
Conditional expectation of a function, in L1. Its value is 0 if the function is not
integrable. The function-valued condExp should be used instead in most cases.
Equations
- MeasureTheory.condExpL1 hm μ f = MeasureTheory.setToFun μ (MeasureTheory.condExpInd F' hm μ) ⋯ f
Instances For
Alias of MeasureTheory.condExpL1.
Conditional expectation of a function, in L1. Its value is 0 if the function is not
integrable. The function-valued condExp should be used instead in most cases.
Equations
Instances For
Alias of MeasureTheory.condExpL1_undef.
Alias of MeasureTheory.condExpL1_eq.
Alias of MeasureTheory.condExpL1_zero.
Alias of MeasureTheory.condExpL1_measure_zero.
Alias of MeasureTheory.aestronglyMeasurable_condExpL1.
Alias of MeasureTheory.condExpL1_congr_ae.
Alias of MeasureTheory.integrable_condExpL1.
The integral of the conditional expectation condExpL1 over an m-measurable set is equal to
the integral of f on that set. See also setIntegral_condExp, the similar statement for
condExp.
Alias of MeasureTheory.setIntegral_condExpL1.
The integral of the conditional expectation condExpL1 over an m-measurable set is equal to
the integral of f on that set. See also setIntegral_condExp, the similar statement for
condExp.
Alias of MeasureTheory.condExpL1_add.
Alias of MeasureTheory.condExpL1_neg.
Alias of MeasureTheory.condExpL1_smul.
Alias of MeasureTheory.condExpL1_sub.
Alias of MeasureTheory.condExpL1_mono.