Given two functions $f$ and $g$ satisfying the inequality $$\lim_{h \to 0} \frac{f(h)}{h} > \lim_{h \to 0} \frac{g(h)}{h} \tag{1},$$ prove that there exists $h>0$ such that $f(h) > g(h)$. I was thinking that intuitively, if $f(0) = g(0)$ and $f'(0) > g'(0)$, $f(h) > g(h)$ for some $h>0$.
I have tried the following using the epsilon-delta definition of limits. Define the following quanities
\begin{align} A = \lim_{h \to 0} \frac{f(h)}{h} \tag{2}\\ B = \lim_{h \to 0} \frac{g(h)}{h} \tag{3} \end{align}
where $A>B$. For any $\epsilon > 0$, there exists $\delta_1$ and $\delta_2$ such that
\begin{align} |h| < \delta_1 \implies \left| \frac{f(h)}{h} - A\right| < \epsilon \tag{4}\\ |h| < \delta_2 \implies \left| \frac{g(h)}{h} - B\right| < \epsilon \tag{5} \end{align}
From equation $(4)$ and $(5)$, I derived the following results for $h>0$:
\begin{align} A &< \frac{f(h)}{h} + \epsilon \tag{6} \\ B &> \frac{g(h)}{h} - \epsilon \tag{7} \\ A > B \implies f(h) &> g(h) - 2 \epsilon h \tag{8} \end{align}
However, I am unsure how to proceed from equation $(8)$ to get $f(h) > g(h)$.