Uniform transformation of a quantile

514 Views Asked by At

Let $x_{\alpha} = \inf \{x \in\mathbb{R}: F_X(x) \geq \alpha\}$, $U \sim Uniform(0,1)$ and $Z=x_{U}$. I need to prove that Z has the same distribution as X. Obviously this is true as can easily be shown with a numerical example and the intuition behind it is clear. However I cannot seem to formulate a formal mathematical proof. Could anyone provide me with a hint/paper of how to do this?

1

There are 1 best solutions below

2
On BEST ANSWER

Verify that $Z \leq t$ if and only if $U \leq F_X(t)$. You then get $P\{Z\leq t\} =P\{U\leq F_X(t)\}=F_X(t)$ Hints for the first part: it is immediate from definiton that $Z \leq t$ if $U \leq F_X(t)$. Suppse $Z\leq t$ but $U>F_X(t)$. There exists $a>0$ such that $U>F_X(t+a)$. Then $F_X(s) < U$ for all $s \leq t+a$ so $Z \geq t+a$, a contradiction.