Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.ae_eq_condExp_of_forall_setIntegral_eq

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

Uniqueness of the conditional expectation If a function is a.e. m-measurable, verifies an integrability condition and has same integral as f on all m-measurable sets, then it is a.e. equal to μ[f|hm].

Defined in
Mathlib.MeasureTheory.Function.ConditionalExpectation.Basic
Cited by
12 results in Mathlib
Foundations
Depth 298 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.condExp_restrict_ae_eq_restrict · cited by 8MeasureTheory.condExp_res…MeasureTheory.toReal_rnDeriv_map · cited by 5MeasureTheory.toReal_rnDe…ProbabilityTheory.condExp_prod_ae_eq_integral_condDistrib' · cited by 3ProbabilityTheory.condExp…ProbabilityTheory.condDistrib_ae_eq_condExp · cited by 2ProbabilityTheory.condDis…ContinuousLinearMap.comp_condExp_comm · cited by 2ContinuousLinearMap.comp_…MeasureTheory.toReal_condLExp · cited by 2MeasureTheory.toReal_cond…ProbabilityTheory.condExp_generateFrom_singleton · cited by 1ProbabilityTheory.condExp…ProbabilityTheory.Kernel.condExp_densityProcess · cited by 1Kernel.condExp_densityPro…ProbabilityTheory.Kernel.condExp_traj · cited by 1Kernel.condExp_trajMeasureTheory.condExp_indep_eq · cited by 1MeasureTheory.condExp_ind…MeasureTheory.MemLp.condExpL2_ae_eq_condExp' · cited by 1MemLp.condExpL2_ae_eq_con…MeasureTheory.rnDeriv_ae_eq_condExp · cited by 0MeasureTheory.rnDeriv_ae_…DFunLike.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.topMeasurableSet · cited by 3075MeasurableSetCompleteSpace · cited by 2532CompleteSpaceMeasureTheory.ae · cited by 2352MeasureTheory.aeFilter.EventuallyEq · cited by 1912Filter.EventuallyEqMeasureTheory.integral · cited by 1779MeasureTheory.integralMeasureTheory.Measure.restrict · cited by 1646Measure.restrictMeasureTheory.ae_eq_condExp_o…CITED BYCITES

Cites27

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

Cited by12

Results whose statement or proof uses this declaration.