Exercise :
Show that the unit sphere $$S=\{x \in (X,\|\cdot \|) : \|x\| =1\}$$ of a normed space, is a closed set.
Attempt :
For a set to be closed, its complement must be an open set. Define the complement of $S$ to be :
$$S^c = \{ x \in (X, \|\cdot \|) : \|x\| <1 \}\cup\{x\in (X,\|\cdot\|):\|x\|>1\}$$
Note : We have NOT yet been introduced to handling maps for such proofs in our functional analysis course, so it may not be the best approach for my understanding.
Question : How would one proceed with proving the fact stated in the exercise?
Even though I think it is much more elegant to use continuity, here is an approach which does not use continuity:
Let first $x_0 \in \{x\in X \mid \Vert x\Vert < 1 \} = S_1^c.$ Take $r = 1-\Vert x_0\Vert > 0.$ Then the open ball $$B(x_0, r) = \{ y \in X \mid \Vert x_0-y \Vert < r \}$$ is fully contained in $S_1^c$, since for any $y\in B(x_0,r),$ we have $$ \Vert y\Vert = \Vert x_0 - y\Vert + \Vert x_0 \Vert < r+\Vert x_0 \Vert = 1-\Vert x_0\Vert + \Vert x_0 \Vert = 1. $$ Hence $S_1^c$ is open.
Now let $x_0 \in \{x\in X \mid \Vert x\Vert > 1 \} = S_2^c,$ and take $r = \Vert x_0 \Vert - 1 > 0.$ Then the open ball $B(x_0,r)$ is fully contained in $S_2^c$, since for any $y\in B(x_0, r)$, the reverse triangle inequality gives $$ \Vert y \Vert \geq \Vert x_0 \Vert - \Vert y-x_0 \Vert > \Vert x_0 \Vert - r = \Vert x_0 \Vert - (\Vert x_0 \Vert - 1) = 1. $$ Hence $S_2^c$ is open.
Being a union of two open sets, $S^c = S_1^c \cup S_2^c$ is open, so that $S$ is closed.