Mathlib Map

Theorems · Definition · probability

ProbabilityTheory.condExpKernel

{Ω : Type u_3} →
  [mΩ : MeasurableSpace Ω] →
    [StandardBorelSpace Ω] →
      (μ : MeasureTheory.Measure Ω) →
        [MeasureTheory.IsFiniteMeasure μ] → (m : MeasurableSpace Ω) → ProbabilityTheory.Kernel Ω Ω

Kernel associated with the conditional expectation with respect to a σ-algebra. It satisfies μ[f | m] =ᵐ[μ] fun ω => ∫ y, f y ∂(condExpKernel μ m ω). It is defined as the conditional distribution of the identity given the identity, where the second identity is understood as a map from Ω with the σ-algebra to Ω with σ-algebra m ⊓ mΩ. We use m ⊓ mΩ instead of m to ensure that it is a sub-σ-algebra of . We then use Kernel.comap to get a kernel from m to instead of from m ⊓ mΩ to .

Defined in
Mathlib.Probability.Kernel.Condexp
Cited by
49 results in Mathlib
Foundations
Depth 282 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MeasurableSpaceStandardBorelSpaceMeasureTheory.IsFiniteMeasure

Around this declaration

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

ProbabilityTheory.CondIndepFun · cited by 41ProbabilityTheory.CondInd…ProbabilityTheory.CondIndep · cited by 30ProbabilityTheory.CondInd…ProbabilityTheory.iCondIndepFun · cited by 28ProbabilityTheory.iCondIn…ProbabilityTheory.CondIndepSets · cited by 21ProbabilityTheory.CondInd…ProbabilityTheory.iCondIndep · cited by 19ProbabilityTheory.iCondIn…ProbabilityTheory.HasCondSubgaussianMGF · cited by 15ProbabilityTheory.HasCond…ProbabilityTheory.CondIndepSet · cited by 11ProbabilityTheory.CondInd…ProbabilityTheory.iCondIndepSets · cited by 9ProbabilityTheory.iCondIn…ProbabilityTheory.iCondIndepSet · cited by 8ProbabilityTheory.iCondIn…ProbabilityTheory.condExpKernel_eq · cited by 8ProbabilityTheory.condExp…ProbabilityTheory.condExpKernel_ae_eq_condExp · cited by 7ProbabilityTheory.condExp…ProbabilityTheory.condExpKernel_apply_eq_condDistrib · cited by 4ProbabilityTheory.condExp…ProbabilityTheory.condExpKernel_comp_trim · cited by 4ProbabilityTheory.condExp…ProbabilityTheory.condExpKernel.congr_simp · cited by 4condExpKernel.congr_simpProbabilityTheory.measurable_condExpKernel · cited by 4ProbabilityTheory.measura…MeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureProbabilityTheory.Kernel · cited by 1281ProbabilityTheory.KernelMeasureTheory.IsFiniteMeasure · cited by 1078MeasureTheory.IsFiniteMea…StandardBorelSpace · cited by 304StandardBorelSpaceProbabilityTheory.condExpKern…CITED BYCITES

Cites5

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

Cited by58

Results whose statement or proof uses this declaration.