2

As the question states:

When the process is same for all statements, can we assume that

if $f(x) \rightarrow -\infty$ and $g(x) \rightarrow -\infty$ does $f(x)\cdot g(x) \rightarrow \infty$?

I can't think of any possible functions, where this does not hold, but I want to be sure (infinities can be tricky).

rist
  • 151

1 Answers1

1

This argument assumes you are using "as $x \to \infty$"". It can "easily" be modified to conform to other cases.

If $f(x) \to -\infty$ then for every $u > 0$ there exists an index $N_1$ such that $x > N_1$ implies $f(x) < -u$.

If $g(x) \to -\infty$ then for every $v > 0$ there exists an index $N_2$ such that $x > N_2$ implies $g(x) < -v$.

Let $w$ be any positive real number. Then we can write $w = (-t) \cdot (-t)$ where $t = \sqrt w > 0$.

Hence there exists positive indexes $N_1$ and $N_2$ such that $x > N_1$ implies $f(x) < -t$ and $x > N_2$ implies $g(x) < -t$.

Let $N = \max\{N_1, N_2\}$. Then

\begin{align} x > N &\implies \text{$f(x)<-t \ $ and $ \ g(x)<-t$} \\ &\implies f(x)g(x) > t^2 \\ &\implies f(x)g(x) > w \end{align}

It follows that $f(x)g(x) \to \infty$