-4

Suppose xn is a sequence of real numbers satisfying |xn- xn-1|≤ 2^-n for each n ≥ 2. Prove that the sequence is convergent.

Bill Dubuque
  • 272,048
Vicky
  • 1

1 Answers1

1

Because convergence in the real numbers is the same as the sequence being Cauchy, you can prove it is Cauchy by induction on the difference between $m$ and $n$ for arbitrary $m,n>N.$ If you need help understanding Cauchy sequences this is a relevant question.

(Hint: If you WLOG assume $m>n$ you can create a triangle inequality chain to find $|x_m-x_n|$ as a geometric sum, then you will be able to find such an N.)

D P
  • 86