This is a follow-up to this question. Part 3 of that question was stated incorrectly. The correct version is
Show that a continuous invertible linear operator on a normed space has a continuous inverse if the unit sphere is compact
Following a hint from my teacher, my attempt at a solution goes like this:
Let the operator be $T : V \to V$. We know that $T^{-1}$ exists and is linear, and we need to show that it is continuous if the unit sphere is compact. Let $S = \{x \in V : ||x|| = 1\}$ be the unit sphere. Since continuity is equivalent to boundedness for a linear operator, we need to show that $T^{-1}$ is bounded. For a contradiction, suppose $T^{-1}$ is unbounded. Then by definition
$$||T^{-1}|| = \sup_{x \in S}\{||T^{-1}(x)||\} = \infty$$
Let $a_n$ be a sequence in $S$ such that $||T^{-1}(a_n)|| \to \infty$ as $n \to \infty$. Since $S$ is compact, there is a convergent subsequence of this sequence, say $\{a_{n_k}\}$, so $a_{n_k} \to a \in S$.
Now apparently I am supposed to use this subsequence, as well as the continuity of $T$ to arrive at a contradiction, showing that $T^{-1}$ must be bounded. However, I can't work out what to do. In general, I don't really see the relevance of the unit sphere being compact (from a conceptual point of view).
Could anyone help with this?