A sequence $\{c_n\}$ in a metric space $(X,d)$ $(euclidean$ $distance)$ satisfies the following condition:
There exists a positive real number $R\in \mathbb {R_{+}}$ such that for all $n\in \mathbb {N}:$
$d(c_1,c_2)+d(c_2+c_3)+...+d(c_n,c_{n+1})<R$
Show that $\{c_n\}$ is Cauchy.
So my approach is using the contraposition:
If $\{c_n\}$ is not Cauchy $\Longrightarrow $ there is no such R which satisfies the condition above.
Since $\{c_n\}$ is not Cauchy $\Longrightarrow$ $\exists$ $\epsilon>0$ such that $\forall$ $N$$\in\mathbb {N}$ : $d(c_n,c_m)\geq\epsilon,$ $n,m\ge N$.
$\Longrightarrow$ $\forall n\in \mathbb {N}$$:d(c_n,c_{n+1})\geq\epsilon>0$.
Now let $\{s_n\}=\{\sum\limits_{i=1}^{n}d(c_i,c_{i+1})\}$. Since all $d(c_i,c_{i+1})$ are bounded below by this $\epsilon>0$, the partial sums of $\{s_n\}$ do not converge to $0$ and thus $\{s_n\}$ diverges. But since for all $i\in\mathbb {N}$ $d(c_i,c_{i+1})\geq\epsilon>0$ and $\{s_n\}$ diverges, it implies that $\{s_n\}$ is not bounded above.
Thus, $\lim_{n \to \infty}\{s_n\}=\infty$. Therefore, there exists no such positive real number $R\in \mathbb {R_{+}}$ such that for all $n\in \mathbb {N}:$
$d(c_1,c_2)+d(c_2+c_3)+...+d(c_n,c_{n+1})<R$.
Thank you in advance.
Careful when negating the statement! The correct negation is:
$\exists \epsilon>0:\forall$ $N$$\in\mathbb {N} \;\exists m,n\geq N$ : $d(c_n,c_m)\geq\epsilon$
You can easily fix your argument though. Hint: consider a subsequence of $c_n$.