Suppose we have two functions
$f(x) = a^x$
$g(x) = b^x$
Now suppose that $0 < a,b < 1$ and that $a > b$, is it true that $f(x)$ will decrease faster than $g(x)$ as $x \to \infty$?
I attempted to show that it is true by using the following reasoning (Apologies for the rather crude attempt):
Suppose that $a > b$ and that $a, b > 1$. I believe it's rather intuitive to say that $f$ will grow exponentially faster than $g$ as $x \to \infty$. We can also observe that as $x$ decreases (but does not decrease below $0$), $f(x)$ decreases at a faster rate than $g(x)$.
My question is, suppose $x$ moves from $0$ to $-\infty$, is it true that $f$ decreases faster than $g$? (Still under the condition that $a > b$ and that $a, b > 1$)
I think if the answer to the question above is true, then it can be implied that the answer to the initial question is true. Is this way of thinking correct?