Documentation

Mathlib.Probability.Kernel.Representation

Representation of kernels #

This file contains results about isolation of kernels randomness. In particular, it shows that, when the target space is a standard Borel space, any Markov kernel can be represented as the image of the uniform measure on [0,1] by a deterministic map. It corresponds to Lemma 4.22 in [Foundations of Modern Probability][kallenberg2021].

Main results #

theorem ProbabilityTheory.Kernel.exists_measurable_map_eq_unitInterval {X : Type u_1} {Y : Type u_2} {mX : MeasurableSpace X} [Nonempty Y] {mY : MeasurableSpace Y} [StandardBorelSpace Y] (κ : Kernel X Y) [IsMarkovKernel κ] :
∃ (f : XunitIntervalY), Measurable (Function.uncurry f) ∀ (a : X), MeasureTheory.Measure.map (f a) MeasureTheory.volume = κ a