Q: Let $\{a_{n}\}\rightarrow 0$ and $\{b_{n}\}\rightarrow 0$. Prove that $\{a_{n}b_{n}\}\rightarrow 0$ using $\epsilon$-approach.
My Attempt:
Since $\{a_{n}\}\rightarrow 0$, $\exists M\in{\mathbb{R}}$ such that if $n\gt M$, then $|a_{n}-0|\lt \epsilon$ for some $\epsilon > 0$.
$\implies $if $ n>M$, $ a_{n} < \epsilon$ for some $\epsilon>0$
Similarly, $\exists M'\in{\mathbb{R}}$ such that if $n\gt M'$, then $|b_{n}-0|\lt \epsilon'$ for some $\epsilon' > 0$.
$\implies $if $ n>M'$, $ b_{n} < \epsilon'$ for some $\epsilon'>0$
Thus if $n > \max\{M,M'\}$, then $a_{n}b_{n}<\epsilon\epsilon'$
$\implies |a_{n}b_{n}-0| < \epsilon\epsilon'$ where $\epsilon\epsilon'$ is some arbitrary number $>0$
$\therefore \{a_{n}b_{n}\}\rightarrow 0$
Did I do anything wrong or is there anything I can add to make this proof more clear? Thanks!
Your approach is fine.
Here is a slightly different one:
Since $b_n \to 0$ there is some $M$ such that $|b_n| \le M$ for all $n$.
let $\epsilon>0$ and choose $N$ such that for $n \ge N$ we have $|a_n| < {\epsilon \over M}$.
Then $|a_n b_n| <\epsilon$ for all $n \ge N$.