I have been asked to create a new post with my question. So it is about starting from a distribution function and proving that we can always find a probability space. My attempt is this :
So assume we have a probability space $(\Omega, \mathcal{F}, P)$ and a random variable $X : \Omega \rightarrow \mathbb{R}^*$. * Here we start with the distribution function $F$. increasing and right continuous, st. $F(\infty) = 1$ and $F(-\infty) = 0$. We define :
\begin{align} P_I : I &\longmapsto [0,1] \quad I \in \mathbb{R}^2 \text{ (interval)} \\ [a,b] &\longmapsto F(b) - F(a) \end{align}
- We can define $P_X$ on the borel sets by decomposing the set into disjoint intervals :
\begin{align} P_X : \mathcal{B}(\mathbb{R}^*) &\longmapsto [0,1] \quad B = \dot \bigcup B_i \quad B_i \in \mathbb{R}^2 \\ B &\longmapsto \sum_i P_I[a_i,b_i] \end{align}
- By taking $X$ as the identity function we have $\Omega = \mathbb{R}^*$ and $P = (P_X)_{\Omega}$
One user pointed out that not every borel sets is a countable union/ intersection of intervals. So my question is how to proceed from there to finish the demonstration ?
EDIT :
I finally ended up with that :
- We can define $P_X$ on the algebra $\mathcal{A} = \{A:A = \sum_i [a_i, b_i]\}$ with $-\infty < a_i \leq b_i < \infty$
\begin{align} P_X : \mathcal{A} &\longmapsto [0,1] \\ A &\longmapsto \sum_i P_I[a_i,b_i] \end{align}
- $P_X$ is a probability measure on the algebra $\mathcal{A}$ so it can be extended to the minimal $\sigma$-algebra containing all closed intervals. We have then $\sigma(\mathcal{A}) = \mathcal{B}(\mathbb{R})$. We just finally take this new measure $P$ and construct the probability space $(\mathbb{R}, \mathcal{B}(\mathbb{R}),P)$
Thoughts ?
You easily defined $P_X$ on the compact set, so extend it as an inner regular measure: For any $A\in \mathcal B(\mathbb R^*)$,
$$P_X(A) = \sup \{ P_X(K) \, : \, \text{compact } K\subset A \}\,.$$
Is it good?