Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.setIntegral_condExp

∀ {α : Type u_1} {E : Type u_3} {m m₀ : MeasurableSpace α} {μ : MeasureTheory.Measure α} {f : α → E} {s : Set α}
  [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [CompleteSpace E] (hm : m ≤ m₀)
  [MeasureTheory.SigmaFinite (μ.trim hm)],
  MeasureTheory.Integrable f μ → MeasurableSet s → ∫ (x : α) in s, μ[f | m] x ∂μ = ∫ (x : α) in s, f x ∂μ

The integral of the conditional expectation μ[f|hm] over an m-measurable set is equal to the integral of f on that set.

Defined in
Mathlib.MeasureTheory.Function.ConditionalExpectation.Basic
Cited by
13 results in Mathlib
Foundations
Depth 297 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpaceCompleteSpaceMeasureTheory.SigmaFinite

Around this declaration

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

MeasureTheory.ae_eq_condExp_of_forall_setIntegral_eq · cited by 12MeasureTheory.ae_eq_condE…MeasureTheory.condExp_restrict_ae_eq_restrict · cited by 8MeasureTheory.condExp_res…MeasureTheory.condExp_ae_eq_restrict_of_measurableSpace_eq_on · cited by 6MeasureTheory.condExp_ae_…MeasureTheory.condExp_condExp_of_le · cited by 6MeasureTheory.condExp_con…MeasureTheory.integral_condExp · cited by 5MeasureTheory.integral_co…MeasureTheory.condExp_ae_eq_restrict_zero · cited by 2MeasureTheory.condExp_ae_…MeasureTheory.Integrable.tendsto_ae_condExp · cited by 2Integrable.tendsto_ae_con…MeasureTheory.submartingale_of_setIntegral_le · cited by 2MeasureTheory.submartinga…ContinuousLinearMap.comp_condExp_comm · cited by 2ContinuousLinearMap.comp_…MeasureTheory.Supermartingale.setIntegral_le · cited by 1Supermartingale.setIntegr…MeasureTheory.Martingale.setIntegral_eq · cited by 0Martingale.setIntegral_eqMeasureTheory.martingale_of_setIntegral_eq_succ · cited by 0MeasureTheory.martingale_…ProbabilityTheory.setIntegral_condVar · cited by 0ProbabilityTheory.setInte…Set · cited by 53352SetReal · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupMeasurableSpace · cited by 13106MeasurableSpaceNormedSpace · cited by 12499NormedSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureMeasurableSet · cited by 3075MeasurableSetCompleteSpace · cited by 2532CompleteSpaceMeasureTheory.integral · cited by 1779MeasureTheory.integralMeasureTheory.Measure.restrict · cited by 1646Measure.restrictMeasureTheory.Integrable · cited by 1367MeasureTheory.IntegrableFilter.Eventually.mono · cited by 646Eventually.monoMeasureTheory.SigmaFinite · cited by 526MeasureTheory.SigmaFiniteMeasureTheory.AEEqFun.cast · cited by 380AEEqFun.castMeasureTheory.Measure.trim · cited by 286Measure.trimMeasureTheory.setIntegral_con…CITED BYCITES

Cites20

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

Cited by13

Results whose statement or proof uses this declaration.