Given a sequence $(a_n)$ prove that
a) If it is known that $|a_{n+1}-a_n|< 1/n$ for all $n$, show that $(a_n)$ need not be a Cauchy Sequence.
b) If it is known that $|a_{n+1}-a_n| < 1/2^n$ for all $n$, show that $(a_n)$ is a Cauchy Sequence.
Do I prove it using the definition of Cauchy sequence i.e for a) I've tried to find $\epsilon$ such that $|a_{n+1}-a_n| > \epsilon$ but failed.
Anyone can help?
a) $a_n = \sum_{k=1}^n\frac{1}{2k}$ so that it satisfies the condition. To prove that $\{ a_n\}$ is not Cauchy, what must we do ?
b) $$|a_{m}-a_n| \leq \sum_{k=n+1}^m |a_k-a_{k-1}| = \sum_{k=n+1}^m \frac{1}{2^{k-1}} <\frac{1}{2^{n-1}} $$ Can you find an $\epsilon$ ?