Let $(\mathbb{X}, ρ)$ be a metric space. Let $\{x_k\}_{k=1}^{\infty}$ be a convergent sequence in $\mathbb{X}$ with a limit $\lambda \in \mathbb{X}$. Show that the limit $\lambda$ is unique.
We know convergence means,
$\forall \frac{\epsilon}{2} > 0$ $\exists n_0 (\frac{\epsilon}{2}) \in \mathbb{N}$ such that $k \ge n_0$ $\implies$ $\rho(x_k, \lambda) < \frac{\epsilon}{2}$
Hence,
$\rho(x_j, x_k) \le \rho(x_j, \lambda) + \rho(\lambda, x_k) = \frac{\epsilon}{2} + \frac{\epsilon}{2} = \epsilon$
So, whenever $j,k \ge n_0(\frac{\epsilon}{2})$ $\implies \{x_k\}$ is a Cauchy sequence.
Does this make $\lambda$ unique?