Convergent Telescoping Sum with Bounded Sequences (a_n) and (b_n)

  • Thread starter Thread starter Treadstone 71
  • Start date Start date
  • Tags Tags
    Sum
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 5K views
Treadstone 71
Messages
275
Reaction score
0
"Let (a_n) be bounded decreasing and (b_n) be bounded increasing sequences. Let x_n =a_n+b_n. Show that [tex]\sum|x_n-x_{n+1}|[/tex] converges."

This ALMOST is a telescoping sum, but it doesn't work since if I try to use the triangle inequality, the sum I want is on the greater side. Ratio test, root test, etc all fail since there is insufficient information.
 
Physics news on Phys.org
By the triangle inequality,

[tex]\sum|x_n-x_{n+1}| = \sum|a_n+b_n-(a_{n+1}+b_{n+1})| \leq \sum|a_n-a_{n+1}|+\sum|b_n-b_{n+1}|[/tex]​

also, bounded monotonic sequences are convergent.
 
They are indeed convergent, but showing that the terms of the series go to 0 is insufficient to show that it converges. If we remove the absolute value signs, it becomes a telescoping sum and therefore it converges. Knowing that, and that an, bn converge, can we conclude something from it?
 
Treadstone 71 said:
They are indeed convergent, but showing that the terms of the series go to 0 is insufficient to show that it converges. If we remove the absolute value signs, it becomes a telescoping sum and therefore it converges. Knowing that, and that an, bn converge, can we conclude something from it?

Yes, you will have shown the right hand side converges to a finite value. The left hand side has positive terms and is then bounded above, so?
 
How did you conclude that the RHS converges?
 
Nevermind, I figured it out, thanks.