Let $(X,\|\cdot\|)$ be a normed space. Prove that every sequence in $S_X=\{x\in X\mid \|x\|=1\}$ converges in $S_X$.
My attempt.
Let $(x_n)\in S_X$. Then, $\|x_n\|=1$ for all $n$. Now assume that $x_n\to x$. Given $\varepsilon>0$, there is $N\in\mathbb N$ such that $\|x_n-x\|<\varepsilon$ whenever $n\geqslant N$. Thus, $$\|x\|=\|x-x_n+x_n\|=\|x_n-x\|+\|x_n\|<\varepsilon +\|x_n\|=\varepsilon+1.$$
As $\varepsilon$ is arbitrary, it follows that $\|x\|=1$.
If the reasoning is correct, this shows that $S_X$ is closed. There have been many questions about this, but they involve showing that its complement is not open and so on. So, can someone please verify that my reasoning above is correct? Should I perhaps argue by contradiction assuming that $x\notin X$ or is this fine?
Thanks in advance.