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 mΩ to Ω with σ-algebra m ⊓ mΩ.
We use m ⊓ mΩ instead of m to ensure that it is a sub-σ-algebra of mΩ. We then use
Kernel.comap to get a kernel from m to mΩ instead of from m ⊓ mΩ to mΩ.
- Defined in
- Mathlib.Probability.Kernel.Condexp
- Cited by
- 49 results in Mathlib
- Foundations
- Depth 282 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MeasurableSpacestatement · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- ProbabilityTheory.Kernelstatement · cited by 1,281
- MeasureTheory.IsFiniteMeasurestatement · cited by 1,078
- StandardBorelSpacestatement · cited by 304
Cited by58
Results whose statement or proof uses this declaration.
- ProbabilityTheory.CondIndepFunproof · cited by 41
- ProbabilityTheory.CondIndepproof · cited by 30
- ProbabilityTheory.iCondIndepFunproof · cited by 28
- ProbabilityTheory.CondIndepSetsproof · cited by 21
- ProbabilityTheory.iCondIndepproof · cited by 19
- ProbabilityTheory.HasCondSubgaussianMGFproof · cited by 15
- ProbabilityTheory.CondIndepSetproof · cited by 11
- ProbabilityTheory.iCondIndepSetsproof · cited by 9
- ProbabilityTheory.iCondIndepSetproof · cited by 8
- ProbabilityTheory.condExpKernel_eqstatement · cited by 8
- ProbabilityTheory.condExpKernel_ae_eq_condExpstatement · cited by 7
- ProbabilityTheory.condExpKernel_apply_eq_condDistribstatement · cited by 4