I have a pair of conjectures for the cumulative distribution function $F(x)$ for a random variable $X$ and its generalized inverse $F^{-}(u) \stackrel{\Delta}{=} \inf\{x: F(x) \ge u\}$.
- $F^{-}(F(X)) \sim X$.
- $\forall 0 < u < 1, P(F(X) \le u) = P(X \le F^{-}(u))$.
These conjectures are meant to be the counterpart of each other, with the first focuses on $F^{-}$ and the second focuses on $F$. The idea is that if $F^{-}(F(x)) \ne x$, then $x$ must be in a "flat"1 area of $F$, which suggests $P(X=x) = 0$. Additionally, if $\{F(X) \le u\} \ne \{X \le F^{-}(u)\}$, then $F^{-}$ must be a discontinuity point at $u$, which once again correspond to a "flat" area in $F$, and the same argument follows.
1 By "flat", I mean $\{x: \exists y < x, F(y) = F(x)\}$.
While the conjectures intuitively make sense, I fail to prove them rigorously. For the first proposition, I managed to prove that $F^{-}(F(x)) = F(x)$ as long as $F^{-}$ is continuous at $F(x)$, but I cannot explain why $P(\text{$F^{-}$ is discontinuous at $F(X)$} ) = 0$. For the second proposition, here is my attempt
\begin{equation}\begin{aligned} \forall 0 < u < 1, \{u_n\} \downarrow u, P(F(X) \le u) &= \lim_{n \to \infty} P(F(X) < u_n) \\ &= \lim_{n \to \infty} P(X < F^{-}(u_n)) \\ &= P(X < \lim_{n \to \infty} F^{-}(u_n)) \\ &= P(X < F^{-}(u+)) \\ &= \text{???} \\ &= P(X \le F^{-}(u)) \end{aligned}\end{equation}
How do I prove them, or is there a counter-example? In the second case, which additional conditions on $F$ do I need, e.g. continuity and/or strict monotonicity?
EDIT: Some people pointed me to Questions about definition of Quantile function. However, it doesn't seem to dis/prove my conjectures. For example, my first conjecture is $F^{-}(F(X)) \sim X$, and the answer to that question proves $F^{-}(U) \sim X$, but $F(X) \sim U$ if and only if $F$ is continuous. What if it's not? In addition, it says nothing about my second conjecture. This is why this question is not a duplicate to that one and should be reopened.