We had to prove that if
$$\lim_{n\to\infty}(a_n\cdot b_n)=0$$
Then either $\lim_{n\to\infty}a_n$ or $\lim_{n\to\infty}b_n$ HAS to be equal to $0$.
My hypothesis is that since
$$\lim_{n\to\infty}(a_n\cdot b_n)=\lim_{n\to\infty}a_n\cdot \lim_{n\to\infty}b_n$$
Then for $\lim_{n\to\infty}(a_n\cdot b_n)$ to be zero, and since the only "number" that when multiplied by another one produces $0$ (or something along those lines), at least one of the factors ($a_n$ and $b_n$) MUST be $0$.
But the thing is that we couldn't come up with any formal proof, using the definition of limit or something... So any advice would be appreciated.
Thanks.
The claim is false. Consider $$a_n=\begin{cases}0, & n\:\:\mathrm{even}, \\1, & n\:\:\mathrm{odd}, \end{cases}$$ and $$b_n=\begin{cases}1, & n\:\:\mathrm{even}, \\0, & n\:\:\mathrm{odd}. \end{cases}$$
We have $a_nb_n=0,\forall n$ and thus $\lim_{n\infty} a_nb_n=0.$ But $\lim_{n\to\infty}a_n$ and $\lim_{n\to\infty}b_n$ don't exist.