$$\lim_{x \to \infty} \frac{\ln f(x)}{\ln g(x)} = +\infty \Rightarrow \lim_{x \to \infty} \frac{f(x)}{g(x)} = +\infty$$
Is this true? If it is, does anyone have any tips on how to prove it? I feel like it's a simple matter of the nature of the logarithmic function, but I'm just not sure how to set up the argument.
Edit: I missed some edge cases in my original question. In order to avoid them, I also know that as $x \to \infty$, $f(x), g(x) \to +\infty$. Given this, is the statement true?
It is not true. If $g(x) \to 1, \ln (g(x)) \to 0$ which can make the first fraction diverge even if $f(x)$ is constant. Then the ratio without the logs goes to the value of $f(x)$.
For example, let $g(x)=1+\frac 1x, f(x)=3$. Then $\frac {\ln f(x)}{\ln g(x)}=\frac {\ln 3}{\ln(1+\frac 1x)}\approx x\ln(3)\to +\infty$, but $\frac {f(x)}{g(x)}=\frac 3{1+\frac 1x}\to 3$
Added: The only problem comes when $g(x) \to 1$. If you can show $g(x) \gt k \gt 1$ you have $\frac 1{\ln (g(x))} \gt \frac 1{\ln (k)}$ so the fact that the limit of the logs is infinite means the limit of the log of $f(x)$ is infinite. The ratio of the functions then has to go to infinity as well.