Consider a continuous, increasing function $f : \mathbb R \rightarrow [0,1]$ that is onto $(0,1)$. Let $f_n$ be a sequence of non-decreasing functions converging uniformly to $f$. Show that $f_n^{-1}$ converges uniformly to $f^{-1}$ over the open interval $(0, 1)$ where we define $g^{-1}(\alpha) := \inf \{y | g(y) \geq g(\alpha)\}$.
What I've tried
We know that $f^{-1}$ is continuous (Inverse of a continuous increasing function is continuous (solution verification)).
We need to show that: $\sup_{\alpha \in (0,1)}|f_n^{-1}(\alpha) - f^{-1}(\alpha)| \rightarrow 0$ as $n\rightarrow \infty$.
Notice that: $$|f_n^{-1}(\alpha) - f^{-1}(\alpha)| = |f_n^{-1}(f(x)) - f^{-1}(f(x))|$$
for some $x$ such that $f(x) = \alpha$ (since $f$ is onto $(0, 1)$). Now we have:
\begin{equation}\tag{1} = |f_n^{-1}(f(x)) - x| \end{equation}
Applying the definition of $g^{-1}$:
$$f_n^{-1}(f(x)) = \inf\{ y | f_n(y) \geq f(x)\} = \inf\{ y | f(y) + o(1) \geq f(x)\}$$
where the second equality comes from the uniform convergence of $f_n$ to $f$. Finally, since $f^{-1}$ is continuous: $y \geq f^{-1}(f(x) + o(1)) \rightarrow x$ so the RHS above converges to $x$. So we have that expression (1) goes to $0$ showing the desired convergence.
I could used some feedback on my reasoning.