Mathlib Map

Theorems · Definition · measure theory

MeasureTheory.condExpL1

{α : Type u_1} →
  {F' : Type u_3} →
    [inst : NormedAddCommGroup F'] →
      [NormedSpace ℝ F'] →
        {m m0 : MeasurableSpace α} →
          (hm : m ≤ m0) →
            (μ : MeasureTheory.Measure α) →
              [MeasureTheory.SigmaFinite (μ.trim hm)] → (α → F') → ↥(MeasureTheory.Lp F' 1 μ)

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.

Defined in
Mathlib.MeasureTheory.Function.ConditionalExpectation.CondexpL1
Cited by
26 results in Mathlib
Foundations
Depth 285 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpaceMeasureTheory.SigmaFinite

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

MeasureTheory.condExp_congr_ae · cited by 17MeasureTheory.condExp_con…MeasureTheory.setIntegral_condExp · cited by 13MeasureTheory.setIntegral…MeasureTheory.condExp_add · cited by 11MeasureTheory.condExp_addMeasureTheory.condExp_ae_eq_condExpL1 · cited by 9MeasureTheory.condExp_ae_…MeasureTheory.condExp_of_sigmaFinite · cited by 5MeasureTheory.condExp_of_…MeasureTheory.condExp_smul · cited by 5MeasureTheory.condExp_smulMeasureTheory.aestronglyMeasurable_condExpL1 · cited by 5MeasureTheory.aestronglyM…MeasureTheory.condExpL1_eq · cited by 4MeasureTheory.condExpL1_eqMeasureTheory.condExp_def · cited by 3MeasureTheory.condExp_defMeasureTheory.condExpL1_congr_ae · cited by 2MeasureTheory.condExpL1_c…MeasureTheory.condExpL1_undef · cited by 2MeasureTheory.condExpL1_u…MeasureTheory.integrable_condExpL1 · cited by 1MeasureTheory.integrable_…MeasureTheory.condExpL1_add · cited by 1MeasureTheory.condExpL1_a…MeasureTheory.tendsto_condExpL1_of_dominated_convergence · cited by 1MeasureTheory.tendsto_con…MeasureTheory.condExpL1_mono · cited by 1MeasureTheory.condExpL1_m…Real · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupMeasurableSpace · cited by 13106MeasurableSpaceNormedSpace · cited by 12499NormedSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureENNReal · cited by 9879ENNRealAddSubgroup · cited by 3232AddSubgroupMeasureTheory.AEEqFun · cited by 856MeasureTheory.AEEqFunMeasureTheory.Lp · cited by 715MeasureTheory.LpMeasureTheory.SigmaFinite · cited by 526MeasureTheory.SigmaFiniteMeasureTheory.Measure.trim · cited by 286Measure.trimMeasureTheory.setToFun · cited by 77MeasureTheory.setToFunMeasureTheory.condExpInd · cited by 18MeasureTheory.condExpIndMeasureTheory.dominatedFinMeasAdditive_condExpInd · cited by 14MeasureTheory.dominatedFi…MeasureTheory.condExpL1CITED BYCITES

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by26

Results whose statement or proof uses this declaration.