Prove: If the sequence $<a_{n}>$ converges to $0$, and the sequence $<b_{n}>$ is bounded, then the sequence $<a_{n}b_{n}>$ also converges to $0$.
Let $\epsilon > 0$, since $\lim_{n \to \infty}<a_{n}> = 0$ applying the definition of the limit $$|a_{n}| = |a_{n} - 0| < \epsilon \ \ \forall n\in\mathbb{N}$$ Then, $$|a_{n}b_{n} - 0| = |a_{n}b_{n}| < \epsilon \ \ \forall n\in\mathbb{N}$$
I am not sure if I am right, any suggestions is greatly appreciated
- not for all $n\in\mathbb N$, it must be changed with "sufficiently large $n$'s" 2. $\epsilon M$. But your proof is nearly correct.
– MBYagbasan Feb 20 '15 at 17:53