Show a sequence does not have a limit



Show x_n=1 + 1/sqrt(2) + ... + 1/sqrt(n) does not have a limit using the
Cauchy Criterion.

Solution:
If n>m then we have s_n - s_m =
=1/sqrt(m+1) + 1/sqrt(m+2) + ... + 1/sqrt(n)
> 1/sqrt(n) + 1/sqrt(n) + ... + 1/sqrt(n) = (sqrt(n) -
sqrt(m))/sqrt(n) since we have n-m 1/sqrt(n) terms
=1 - (sqrt(m) / sqrt(n))

So, if we choose n=4m than we have s_4m - s_m > 1/2 . Thus the sequence
cannot be cauchy since we cannot choose an aribitary h >0 such that for
any n,m |s_n - s_m| < h and so it does not have a limit.

Correct? Wrong? Any Mistakes?
.