So I'm doing the exercises in Stein-Shakarchi, Vol. I and the question is as follows:
A sequence of complex numbers $\{w_n\}_{n=1}^{\infty}$ is said to converge if there exists a $w\in\Bbb{C}$ such that $$\lim_{n\to\infty}|w_n-w|=0.$$ Show that a convergent sequence of complex numbers has a unique limit.
My proof is as follows:
Let the limit of the convergent sequence $\{w_n\}_{n=1}^{\infty}$ be non-unique and let it converge to both $w$ and $w'$. Then we need to show that $w'=w$. We have $$\lim_{n\to\infty}|w_n-w|=0$$ and $$\lim_{n\to\infty}|w_n-w'|=0.$$ Since $|z|$ is real for all $z\in\Bbb{C}$, we can use the algebraic limit theorem to write $$\lim_{n\to\infty}|w_n-w|+\lim_{n\to\infty}|w_n-w'|=\lim_{n\to\infty}|w_n-w|+|w_n-w'|=0.$$ Now use the triangle inequality to get $$0=\lim_{n\to\infty}|w_n-w|+|w_n-w'|\geq\lim_{n\to\infty}|w_n-w+w_n-w'|=\lim_{n\to\infty}|2w_n-w-w'|$$ and thus we get $\lim_{n\to\infty}|w_n-\frac{w+w'}{2}|\leq 0$. But absolute value is non-negative, so $\lim_{n\to\infty}|w_n-\frac{w+w'}{2}|=0$ and $\frac{w+w'}{2}$ is also a limit of the sequence $\{w_n\}_{n=1}^{\infty}$. We thus have $w$(or $w'$) = $\frac{w+w'}{2}$ and so $w=w'$.
Is this proof correct? Since I'm assuming the sequence converges to $w$ and $w'$, I figure the last statement in the proof is valid? Am I wrong in my reasoning?