Theorems · Definition · probability
ProbabilityTheory.condDistrib
{α : Type u_5} →
{β : Type u_6} →
{Ω : Type u_7} →
[inst : MeasurableSpace Ω] →
[StandardBorelSpace Ω] →
[Nonempty Ω] →
{x : MeasurableSpace α} →
[inst_3 : MeasurableSpace β] →
(α → Ω) →
(α → β) →
(μ : MeasureTheory.Measure α) → [MeasureTheory.IsFiniteMeasure μ] → ProbabilityTheory.Kernel β ΩRegular conditional probability distribution: kernel associated with the conditional
expectation of Y given X.
For almost all a, condDistrib Y X μ evaluated at X a and a measurable set s is equal to
the conditional expectation μ⟦Y ⁻¹' s | mβ.comap X⟧ a. It also satisfies the equality
μ[(fun a => f (X a, Y a)) | mβ.comap X] =ᵐ[μ] fun a => ∫ y, f (X a, y) ∂(condDistrib Y X μ (X a))
for all integrable functions f.
- Defined in
- Mathlib.Probability.Kernel.CondDistrib
- Cited by
- 58 results in Mathlib
- Foundations
- Depth 278 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.condDistrib_defstatement · cited by 12
- ProbabilityTheory.condExpKernel_eqstatement and proof · cited by 8
- ProbabilityTheory.compProd_map_condDistribstatement · cited by 6
- MeasureTheory.AEStronglyMeasurable.integral_condDistrib_mapstatement and proof · cited by 4
- ProbabilityTheory.condDistrib_ae_eq_of_measure_eq_compProdstatement and proof · cited by 4
- ProbabilityTheory.condExpKernel_apply_eq_condDistribstatement and proof · cited by 4
- ProbabilityTheory.compProd_trim_condExpKernelproof · cited by 3
- ProbabilityTheory.condDistrib_congrstatement and proof · cited by 3
- ProbabilityTheory.condExp_prod_ae_eq_integral_condDistrib'statement and proof · cited by 3
- ProbabilityTheory.condDistrib.congr_simpstatement and proof · cited by 3
- ProbabilityTheory.condDistrib_ae_eq_condExpstatement and proof · cited by 2
- ProbabilityTheory.condDistrib_ae_eq_of_measure_eq_compProd_of_measurablestatement and proof · cited by 2