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 #
ProbabilityTheory.Kernel.exists_measurable_map_eq_unitInterval: for a Markov kernelκ : Kernel X YwithYa standard Borel space, there exists a jointly measurable functionf : X → I → Ysuch that for alla : X,volume.map (f a) = κ a.ProbabilityTheory.Kernel.exists_measurable_map_eq: for a probability measureμon a standard Borel spaceY, there exists a measurable functionf : I → Ysuch thatvolume.map f = μ.