Documentation

LeanBandits.ForMathlib.KernelRepresentation

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" by Olav Kallenberg, 2021.

Statements #

theorem ProbabilityTheory.Kernel.embedding_representation {α : Type u_1} [MeasurableSpace α] {β : Type u_2} [Nonempty β] [MeasurableSpace β] {g : βunitInterval} (hg : MeasurableEmbedding g) (κ : Kernel α β) [IsMarkovKernel κ] :
∃ (f : αunitIntervalβ), Measurable (Function.uncurry f) ∀ (a : α), MeasureTheory.Measure.map (f a) MeasureTheory.volume = κ a