Real Analysis: Proving an*bn converges to ab

TeenieBopper
Messages
27
Reaction score
0

Homework Statement


Use the fact that an= a + (an - a) and bn= b + (bn - b) to establish the equality an*bn - ab = (an-a)(bn-b)+b(an-a)+a(bn-b).

Then, use this equality to prove that the sequence {an*bn} converges to ab.


Homework Equations


Definition of convergence: |an*bn - ab| < ε


The Attempt at a Solution



The first part was easy; just basic algebra. I'm stuck on the last part. I'm not sure where to begin. I tried expanding out the right side, hoping to find something I could use the triangle inequality on. I ended up with

an*bn - ab= an*bn -b*an -a*bn +ab+b*an-ab+a*bn-ab

= an*bn+a*bn-ab

= bn(an+a)-ab

I don't think I can do anything with that. Any suggestions where I can go from here? Am I even starting in the right place?
 
Physics news on Phys.org
Is the problem statement: if \displaystyle \lim_{n\to \infty} a_n = a and \displaystyle \lim_{n\to \infty} b_n = b proove that \displaystyle \lim_{n\to \infty} a_nb_n = ab??
 
Karamata said:
Is the problem statement: if \displaystyle \lim_{n\to \infty} a_n = a and \displaystyle \lim_{n\to \infty} b_n = b proove that \displaystyle \lim_{n\to \infty} a_nb_n = ab??

Yes, sorry. Assume that an and bn converge to a and b, respectively.
 
All you need to do is show that (an-a)(bn-b)+b(an-a)+a(bn-b) goes to zero as n goes to infinity. If n is really big, what can you say about an-a? What about bn-b? What does that say about the size of the entire expression?

The triangle inequality you might want to use is
|(a_n-a)(b_n-b)+b(a_n-a)+a(b_n-b)| \leq |(a_n-a)(b_n-b)|+|b(a_n-a)|+|a(b_n-b)|
 
Ya I agree with the above posters. This type of question is a triangle inequality question.
 
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