Michael Redei said:This looks fine, but you need to slightly re-adjust the inductive step. There you assume that ##|s_{n+k}-s_n|<\epsilon## and then carry on with
$$
\begin{eqnarray*}
|s_{n+k+1}-s_n|
& = & |s_{n+k+1}-s_{n+k}+s_{n+k}-s_n| \\
& \leq & |s_{n+k+1}-s_{n+k}|+|s_{n+k}-s_n| \\
& < & \frac\epsilon2 + \frac\epsilon2.
\end{eqnarray*}
$$
That last line should be "##\ldots<\epsilon+\epsilon##". Which means you need to go back in your proof and somehow ensure that ##|s_{n+k}-s_n|## and ##|s_{n+k+1}-s_{n+k}|## are together less than ##\epsilon##, not each separately.
Michael Redei said:This looks fine, but you need to slightly re-adjust the inductive step. There you assume that ##|s_{n+k}-s_n|<\epsilon## and then carry on with
$$
\begin{eqnarray*}
|s_{n+k+1}-s_n|
& = & |s_{n+k+1}-s_{n+k}+s_{n+k}-s_n| \\
& \leq & |s_{n+k+1}-s_{n+k}|+|s_{n+k}-s_n| \\
& < & \frac\epsilon2 + \frac\epsilon2.
\end{eqnarray*}
$$
That last line should be "##\ldots<\epsilon+\epsilon##". Which means you need to go back in your proof and somehow ensure that ##|s_{n+k}-s_n|## and ##|s_{n+k+1}-s_{n+k}|## are together less than ##\epsilon##, not each separately.