0

Let $a(n)$ be a bounded sequence (not necessarily convergent) and assume $\lim b(n) = 0$. Prove that $\lim a(n)b(n) = 0$. Can we conclude anything about the convergence of $a(n)b(n)$ if $\lim b(n)=b$, where $b$ is not equal to $0$?

I know how to prove that first part, but in the convergence of $a(n)b(n)$, is there really anything you can definitively conclude since we don't know anything about $a(n)$ other than that it is bounded?

Amzoti
  • 56,093
Student
  • 139

1 Answers1

1

Take

$$a_n:=(-1)^n\;\;,\;\;b_n=\frac{n}{n+1}$$

Then

$$|a_n|\le 1\,\,\,\forall\,n\in\Bbb N\,\,,\,\,b_n\xrightarrow[n\to\infty]{}1$$

yet

$$\lim_{n\to\infty}a_nb_n=\lim_{n\to\infty}\frac{(-1)^nn}{n+1}$$

doesn't exist.

If instead the above bounded sequence you choose $\,a_n=k=\text{ constant}\,$ , then $\,a_nb_n\,$ does converge, so in general nothing can be said about the sequence $\,\{a_nb_n\}\,$

DonAntonio
  • 211,718
  • 17
  • 136
  • 287