For every real function F which can be a CDF (so has the properties that $F(+\infty)=1$, $F(-\infty)=0$, and F is non-decreasing and right continuous), does there exist a random variable on a probability space with this function as it's CDF?
Seems rather trivial (I may be misunderstanding something here) but I would like to prove it.
There is a theorem (due to Lebesgue) which states that for such given F, there exists a unique Borel probability measure $\mu_F$ on R s.t. $\mu((-\infty,x])=F(x)$ for all real x. So consider the probability space $(\mathbb{R},B(\mathbb{R}),\mu_F)$, and take $X(w)=w$ for all $\omega \in \mathbb{R}$ to be the random variable
– Mar 26 '15 at 11:27