Claim
(M,d) be a metric space with a property that every bounded sequence has a convergent subsequence $\Rightarrow$ M is complete
Proof To be complete we need to verify $\forall$ cauchysequence in $M$ converges in $M$.
first what we know is that all cauchy sequence is bounded sequence. then by the assumption, bounded sequence in M has a convergent subsequence in M.
Thus, M is complete.
Claim
if sub-sequence of Cauchy-sequence converges then Cauchy-sequence converges (at the same point of the convergence point of sub-sequence)
Proof Let the subseqeunce $(x_k)_i$ and it converges to x. Since sub-sequence converges to x, $\forall i>N$ $d((x_k)_i,x) < e \forall e>0$.
Thus in Cauchy sequence, $\forall i>N$ $d(x_k, x)<e \forall e>0$ which is equivalent to the statement that Cauchy sequence converges to x.
– Daschin Jun 01 '17 at 11:48