Consider the following theoreom: If a random variable $X$ has CDF $F,$ then $F(X)\sim U[0,1]$ where $F(.)$ is the c.d.f of $X$.
The demonstration is very straightforward:
$\mathbb{P}\left(F\left(X\right)\leq f\right)=\mathbb{P}\left(X\leq F^{-1}\left(f\right)\right)=F\left(F^{-1}\left(f\right)\right)=f$.
for $F(.)$ invertible.
Is there any intuition behind this result? Why is, for instance the probability that $F(X)\leq 0.1=0.1$?
Many thanks!