I'm trying to figure out the behavior of some sequences in the following cases.
The next two can be found in Hardy's "A Course of Pure Mathematics" (p. 131).
If $\phi(n) \to +\infty$ and $\psi(n) \to -\infty$, then
1) $\lim_\limits{n \to +\infty} (\phi(n) + \psi(n)) = 0$ if $\phi(n) = n$ and $\psi(n) = -n$
2) $\lim_\limits{n \to +\infty} (\phi(n) + \psi(n)) = \infty$ if $\phi(n) = n^2$ and $\psi(n) = -n$
In the first case, if $n-n$ were simply numbers, then I could substract them and obtain a constant sequence which has the same limit. However, I'm considering this case as a limit, so I'm not quite sure I can operate with the expression under the limit as with simple numbers.
In the second case, I could make the following transformation $\lim_\limits{n \to +\infty} (n^2-n) = \lim_\limits{n \to +\infty} n^2 \cdot (1-\frac{1}{n})$, but as far as I understand, I can't use the property $\lim_\limits{n \to +\infty} x(n) \cdot y(n) = \lim_\limits{n \to +\infty} x(n) \cdot \lim_\limits{n \to +\infty} y(n)$ because $\lim_\limits{n \to +\infty} n^2 = +\infty$. So it's like in the case of, for example, $\lim_\limits{n \to +\infty} (\sqrt{n^2+n} - n)$ where the similar transformation $\lim_\limits{n \to +\infty} (n \cdot \sqrt{1+\frac{1}{n}} - n)$ leads me to the same indeterminate form $"\infty-\infty"$ (but here I can get rid of it with help of the conjugate multiplier $(\sqrt{n^2+n} + n$)).
So, I'm confused of how can I deal with the indeterminate form of type $"\infty-\infty"$ and would like to find a way to solve this by only using the basic properties of the limits.
Thanks!
You may add the functions, so that $\phi(n) + \psi(n) = n - n = 0$ for all $n$. Then take the limit. That is exactly what $$\lim_{n\to\infty}( \phi(n)+\psi(n) ) $$ is defined to mean.
In the second case, again you are right:
$$\lim_{n\to\infty} (\phi(n) + \psi(n)) = n^2 - n. $$
At this stage you do not need to apply the limit of a product but simply note that once $n > 2$, $n^2 - n > n$ so the right hand side approaches $\infty$.
Does that answer your question?