yesterday my prof gave us a quiz, and I stumbled upon this certain question that I'm not confident on my answer
Suppose that $\lim_{x \to c}f(x) = L$, where $L > 0$, and that $\lim_{x \to c}g(x) = \infty$. Show that $\lim_{x \to c}f(x).g(x) =\infty$. If $L = 0$, show by example that this conclusion may fail.
Now, here's the answer I've come up with.
I've recalled the property of $\lim_{x \to c}f(x).g(x) =\lim_{x \to c}f(x).\lim_{x \to c}g(x)$
then by substitution I got
$\lim_{x \to c}f(x).g(x) = L . \infty = \infty$
Is this really it? because I thought that the correct answer was to use the epsilon-delta definition, but I'm not sure on how to work with that.
Also, for the counterexample part, I chose
$f(x) = \frac{1}{x}$ and $g(x) = x$ , then $f(x).g(x) = 1$, I get
$\lim_{x \to \infty}f(x) = 0$ and $\lim_{x \to \infty}g(x) = \infty$
then $\lim_{x \to \infty} f(x) .g(x)= 1$, proven fail.
Is this correct?
Any hints or tips would help, thanks beforehand.
The property that you used is not valid because it assumes that the two component limits exist. So, you can see that the limit of a product is the product of the limits when the limits exist. Over here, one of the limits tends to $$+\infty$$ so you need to be a bit more careful.
You can do this easily using a formal argument. Let $M \in \mathbb{R}$. Then, we need to show that:
$$\exists \delta \in \mathbb{R}: 0 < |x-c| < \delta \implies f(x)g(x) > M$$
Since $\lim_{x \to c} g(x) = \infty$, it follows that:
$$\exists \delta_1 > 0: 0 < |x-c| < \delta_1 \implies g(x) > \frac{2M}{L}$$
Since $\lim_{x \to c} f(x) = L$, it follows that:
$$\exists \delta_2: 0 < |x-c| < \delta_2 \implies |f(x)-L| < \frac{L}{2}$$
So, that means that:
$$0 < |x-c| < \delta_2 \implies f(x) > \frac{L}{2}$$
Define $\delta = \min \{\delta_1,\delta_2\}$. Then:
$$0 < |x-c| < \delta \implies f(x)g(x) > \frac{2M}{L} \cdot \frac{L}{2} = M$$
which proves that $$\lim_{x \to c} f(x)g(x) = +\infty$$.