I am doing an introductory functional analysis course alongside a real analysis course, and the following concept showed up. I am looking for a proof that combines what I have learned from these two courses to prove the statement in the title.
Recall, a normed space $(V,\lVert \cdot \rVert )$ is a vector space (for now over $\mathbb{R}$) equipped with a norm, satisfying all the familiar vector norm properties.
A bounded operator is a linear map
$$ T:V\to V $$
Such that there is some $C\in \mathbb{0}$ such that for any $\mathbf{x} \in V$,
$$ \lVert T\mathbf{x} \rVert \leq C\lVert \mathbf{x}\rVert $$
We want to prove that any operator which is continuous is necessarily bounded.
Firstly, note that it is sufficient to prove this for all those $\mathbf{x} \in V$ with unit norm, i.e. $\lVert \mathbf{x} \rVert = 1$, since both the norm and the linear operator preserve scalar multiplication, and every element of $V$ is some scalar multiple of an element in $V$ with unit norm. Thus it is sufficient to prove that there is some $C\in \mathbb{R} $
$$ \lVert \mathbf{x} \rVert = 1 \implies \lVert T\mathbf{x} \rVert \leq C$$
Now if I were doing real analysis and $V$ was just $\mathbb{R}^n$, I could use the fact that a unit hyper sphere is always a closed and bounded set in $\mathbb{R}^n$, and thus the image of this set under a continuous function would be a closed and bounded subset of $\mathbb{R}$, which has a supremum, and thus we can let $C$ be that supremum and we are done. However, I am not sure how to extend this to an arbitrary $V$ a possible "counterexample" I could think of involves $\mathbb{Q}^n$ since then we could have a continuous function from the unit sphere into $\mathbb{R}$ which is unbounded (I think?), But of course $\mathbb{Q}^n$ is not a vector space over $\mathbb{R}$. One might then think to check if every vector space over $\mathbb{R}$ is homeomorphic to some $\mathbb{R}^n$, which is the case for finite dimensional vector spaces over $\mathbb{R}^n$, but not in general.
My question is this: Is there a some general property of a vector space that allows us to conclude something similar to what we can conclude in the case of $\mathbb{R}^n$? I.e. a property that ensures that the continuous image of a bounded set is again bounded in $\mathbb{R}$.
Secondly, is there a way to adapt this line of thinking to prove the converse, that every bounded operator is continuous? I am aware that different proofs for this exist, but I am specifically looking for something that connects this to topology/real analysis, and is by some metric "elegant"