Convergence of Bounded Sequences: Proving the Convergence of (anbn) to Zero

dancergirlie
Messages
194
Reaction score
0

Homework Statement



Assume that (an) is a bounded (but not necessarily convergent) sequence, and that the
sequence (bn) converges to 0. Prove that the sequence (anbn) converges to zero.

Homework Equations





The Attempt at a Solution



Assume that an is a bounded sequence and bn converges to 0.

That means for all n in N, there exists a M >0 so that
|an|<=M
Since bn converges, that means that it must be bounded as well. Which means for all n in N there exists a P>0 so that
|bn|<=P

since |an|<=M and |bn|<=P that means for all n in N:
|an||bn|<= MP which is equivalent to |anbn|<=MP
where MP>0 since M>0 and P>0. Hence (anbn) is bounded

Since bn converges to 0 that means for e>0 there exists an N in N so that for n>=N
|bn-0|<e
which is equivalent to -e<bn<e

This is where I get stuck. Do I just multiply the inequality by an? cause then I'd have
-e(an)<bnan<e(an)
which would be equivalent to |anbn|<e2 if I let e2=e(an) which would mean that anbn converges to zero as well. But I don't know if I can multiply the sequence by it though...

Any help would be great!
 
Physics news on Phys.org
dancergirlie said:

Homework Statement



Assume that (an) is a bounded (but not necessarily convergent) sequence, and that the
sequence (bn) converges to 0. Prove that the sequence (anbn) converges to zero.

Homework Equations





The Attempt at a Solution



Assume that an is a bounded sequence and bn converges to 0.

That means for all n in N, there exists a M >0 so that
|an|<=M
Since bn converges, that means that it must be bounded as well. Which means for all n in N there exists a P>0 so that
|bn|<=P
an bounded look alright
As bn is convergent, I would say for any P>0, there exists N such that for all n>N then
|bn-0|< |bn|


dancergirlie said:
since |an|<=M and |bn|<=P that means for all n in N:
|an||bn|<= MP which is equivalent to |anbn|<=MP
where MP>0 since M>0 and P>0. Hence (anbn) is bounded

Since bn converges to 0 that means for e>0 there exists an N in N so that for n>=N
|bn-0|<e
which is equivalent to -e<bn<e

This is where I get stuck. Do I just multiply the inequality by an? cause then I'd have
-e(an)<bnan<e(an)
which would be equivalent to |anbn|<e2 if I let e2=e(an) which would mean that anbn converges to zero as well. But I don't know if I can multiply the sequence by it though...

Any help would be great!
i think you were almost there...

now what you need to show to prove an.bn converges to zero, is that for any e>0 you can choose N, such that for all n>N you have
|an.bn|<e

as you know an<=M for all n, then
|an.bn|<=|M.bn|

so now you just need to show you can choose N such that for all n>N
|bn|<=e/|M|
and i think you're there
 
updated above
 
thanks for the help :)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top