i'm trying to understand the following problem
Let $X$ be a real random variable, its distribution function is $F(t):\Bbb{P}(X\le t), \forall t\in \Bbb{R}$. Define the right-continuous inverse by \begin{equation}F^{-1}(u) := \inf\{x\in \Bbb{R}:F(x)>u\} \qquad (a)\end{equation} If $U$ is uniformly distributed on $[0,1]$ find the law of $F^{-1}(U)$
I tried to solve the problem in the following way: what we are looking for is $F_{F^{-1}(U)}(y)$ $$F_{F^{-1}(U)}(y) = P(F^{-1}(U)\le y) =P(U\le F(y)) = \int_0^{F(y)}1\, dt = F(y)$$
However i think that i'm doing some error above, because the solution of the problem states:
We have
$$P(F^{-1}(U)\le a) \overset{(1)}{=} P\left( \bigcap_{n\ge 1} \{U < F(a+\frac{1}{n})\}\right)=\lim_{n\to \infty}P\left(U<F\left(a+\frac{1}{n}\right)\right) = \lim_{n\to \infty}F(a+\frac{1}{n}) = F(a)$$
Is what i've done wrong the result are equal but i don't see the reasoning behind $(1)$. Can someone explain me the step $(1)$? I think that $(1)$ comes from the definition $(a)$, but i can't prove it. Thank you in advance for any help
As requested:
well the first thing equals to $P({U\leq F(a)})$ by monotonicity of the function $F$.
Claim:
$\bigcap_{n\ge 1} \{U < F(a+\frac{1}{n})\}=\{U\leq F(a)\}$
Proof: clearly $\{U\leq F(a)\}\subset\bigcap_{n\ge 1} \{U < F(a+\frac{1}{n})\}$, since $\{U\leq F(a)\}\subset \{U < F(a+\frac{1}{n})\}$ for every $n$
To see the reverse direction:
For some $\omega \in \bigcap_{n\ge 1} \{U < F(a+\frac{1}{n})\}$, suppose that $U(\omega)>F(a)$, then there exists $n$ such that $U(\omega)>F(a+1/n)$ since $F$ is increasing and right continuous.