Let $X$ be a normed space.
Prove that a linear functional $f:X \to \mathbb{R}$ is continuous if and only if there is a number $ c \in {0, \infty}$ such that $$|f(x)| \leq c\|x\|$$ for all $x \in X$
This is the proof:
Suppose there is a number $ c \in {0, \infty}$ such that $$|f(x)| \leq c\|x\|$$
Then if $x_n \to x_0$ in $X$, we have $$|f(x_n)-f(x_0)|=|f(x_n-x_0)| \leq c \|x_n -x_0\| \to 0$$ as $n \to \infty$. So $f$ is continuous
How does $c \|x_n -x_0\| \to 0$?
For the converse suppose that no such $c$ exists.
Then for all $n$ there exists $x_n \in X$ with $$|f(x_n)| > n\|x_n\|$$
Where does this come from?
We must have $x_n \neq 0$ so we can set $$y_n =\frac{1}{n} \frac{x_n}{\|x_n\|}$$
Where does this come from?
Also why does $\|y_n\| =\frac{1}{n}$?
The proof concludes by saying $$\left|f(y_n)\right|=\left|f\left(\frac{1}{n} \cdot\frac{x_n}{\|x_N\|}\right)\right|=\frac{1}{n} \frac{|f(x_n)|}{\|x_n\|} > 1$$ so f is not continuous.
Why greater than 1? And why is f not continuous?