Zulip Chat Archive

Stream: Is there code for X?

Topic: Randomization Lemma


Anthony Vandikas (Jan 29 2026 at 06:48):

Does mathlib contain a formalization of any of the "Randomization Lemmas" found in this paper (section 10)?

The simplest version of this is: every probability measure on a standard borel space is equal to the pushforward of some function on the uniform measure on [0, 1].

Rémy Degenne (Jan 29 2026 at 06:55):

It's not in Mathlib yet but we have it for Markov kernels in a PR: #30112
It's not quite in the generality of the paper you linked, but if I remember correctly that paper uses the result for Markov kernels on the path to getting randomization for s-finite kernels.


Last updated: Feb 28 2026 at 14:05 UTC