Theorems · Theorem · probability
ProbabilityTheory.HasCondDistrib.comp_left
∀ {Ω : Type u_1} {𝓧 : Type u_2} {𝓨 : Type u_3} {𝓩 : Type u_4} {mΩ : MeasurableSpace Ω} {m𝓧 : MeasurableSpace 𝓧}
{m𝓨 : MeasurableSpace 𝓨} {m𝓩 : MeasurableSpace 𝓩} {P : MeasureTheory.Measure Ω} {X : Ω → 𝓧} {Y : Ω → 𝓨}
{κ : ProbabilityTheory.Kernel 𝓧 𝓨} [MeasureTheory.SFinite P] [ProbabilityTheory.IsSFiniteKernel κ],
ProbabilityTheory.HasCondDistrib Y X κ P →
∀ {f : 𝓨 → 𝓩}, Measurable f → ProbabilityTheory.HasCondDistrib (f ∘ Y) X (κ.map f) P- Defined in
- Mathlib.Probability.HasCondDistrib
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 231 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Measurablestatement and proof · cited by 1,499
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- MeasureTheory.Measure.mapproof · cited by 858
- MeasureTheory.SFinitestatement and proof · cited by 449
- Measurable.aemeasurableproof · cited by 304
- ProbabilityTheory.IsSFiniteKernelstatement and proof · cited by 248
- measurable_id'proof · cited by 145
- MeasureTheory.Measure.compProdproof · cited by 132
- ProbabilityTheory.Kernel.mapstatement · cited by 84
- AEMeasurable.prodMkproof · cited by 54
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.HasCondDistrib.fstproof · cited by 1
- ProbabilityTheory.HasCondDistrib.sndproof · cited by 0