2

Let $\{X_n\}$ be a sequence and suppose that the sequence $\{X_{n+1} – X_n\}$ converges to $0$. Give an example to show that the sequence $\{X_n\}$ may not converge. Hence, the condition that $|X_n-X_m| < \epsilon$ for all $m,n \ge N$ is crucial in the definition of a Cauchy sequence.

Arnold
  • 829

2 Answers2

3

Hint: What can you say about the partial sums of, say, the harmonic series?

Or a sequence involving $\ln{n}$?


More generally, think of your favorite function $f$ with $\lim_{n \to \infty} f(n) = \infty$, but that approaches $\infty$ "slowly."

1

Take the sequence $X_n = \sum_1^n \frac{1}{n}$. Here $X_{n=1} - X_n = \frac{1}{n}$ which goes to $0$ but $X_n$ is not convergent.

Supriyo
  • 6,119
  • 7
  • 32
  • 60