0

Suppose $(x_n)$ is a sequence that satisfies

$$ |x_m - x_n| \leq \dfrac{1}{1+|m-n|} $$

for all $m$ and $n$. Find (with proof) $\lim x_n$

ATTEMPT:

If we put $m = n+1$, then

$$ |x_{n+1} - x_n | \leq \dfrac{1}{1+n} $$

From this condition we see that $\lim x_n = L$ exists. On the other Hand, if we choose $n=m-1$, we obtain

$$ |x_{m} - x_{m-1} | \leq \dfrac{1}{2} $$

And, as $m$ can by any number, then we may not conclude that the sequence converges as it may oscillate. Can I get some hints on how to solve this? Is my reasoning reasonable? or am I overthinking and it is a simple exercise.

ILoveMath
  • 10,694

1 Answers1

3

HINT: Fix $m\in\Bbb N$. Then for each $n>m$ we have

$$|x_n-x_m|\le\frac1{1+(n-m)}=\frac1{n-(m-1)}\,,$$

which tends to $0$ as $n$ increases without bound. Thus, $\lim\limits_{n\to\infty}x_n=x_m$. This is true for each $m\in\Bbb N$, so ... ?

Brian M. Scott
  • 616,228
  • Thanks professor! Why was this question downvoted? I have been trying to figure out if there is a mistake in the logic, what is going on? please advise – ILoveMath Feb 07 '21 at 21:23
  • @ILoveMath: You’re welcome! My best guess is that the question and answer were downvoted because it’s a duplicate. There are idiots here who don’t seem to realize that having more answers available is a good thing, especially when they’re linked so that a user can easily find them, as happens automatically when a question is closed as a duplicate. – Brian M. Scott Feb 07 '21 at 22:20