Mathlib Map

Theorems · Definition · measure theory

MeasureTheory.condExpIndL1

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

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.

Defined in
Mathlib.MeasureTheory.Function.ConditionalExpectation.CondexpL1
Cited by
10 results in Mathlib
Foundations
Depth 277 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.condExpInd · cited by 18MeasureTheory.condExpIndMeasureTheory.condExpIndL1_of_measurableSet_of_measure_ne_top · cited by 5MeasureTheory.condExpIndL…MeasureTheory.condExpIndL1_of_measure_eq_top · cited by 4MeasureTheory.condExpIndL…MeasureTheory.condExpIndL1_of_not_measurableSet · cited by 4MeasureTheory.condExpIndL…MeasureTheory.norm_condExpIndL1_le · cited by 2MeasureTheory.norm_condEx…MeasureTheory.condExpIndL1_add · cited by 1MeasureTheory.condExpIndL…MeasureTheory.condExpIndL1_disjoint_union · cited by 1MeasureTheory.condExpIndL…MeasureTheory.condExpIndL1_smul · cited by 1MeasureTheory.condExpIndL…MeasureTheory.condExpIndL1_smul' · cited by 1MeasureTheory.condExpIndL…MeasureTheory.continuous_condExpIndL1 · cited by 0MeasureTheory.continuous_…MeasureTheory.condExpIndL1.congr_simp · cited by 0condExpIndL1.congr_simpDFunLike.coe · cited by 62936DFunLike.coeSet · cited by 53352SetReal · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupMeasurableSpace · cited by 13106MeasurableSpaceNormedSpace · cited by 12499NormedSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureENNReal · cited by 9879ENNRealTop.top · cited by 9680Top.topAddSubgroup · cited by 3232AddSubgroupMeasurableSet · cited by 3075MeasurableSetMeasureTheory.AEEqFun · cited by 856MeasureTheory.AEEqFunMeasureTheory.Lp · cited by 715MeasureTheory.LpMeasureTheory.SigmaFinite · cited by 526MeasureTheory.SigmaFiniteMeasureTheory.Measure.trim · cited by 286Measure.trimMeasureTheory.condExpIndL1CITED BYCITES

Cites16

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

Cited by11

Results whose statement or proof uses this declaration.