I don't understand why $||f||=sup_{||x|| \leq 1} |f(x)|$
Let $f$ be a functional on normed space $X$ which is bounded.
By the definition, $|f(x)| \leq M||x||$. Therefore, $||f|| = inf\{M:|f(x)| \leq M||x||, for~all ~x \in X\}$
Therefore, $||f|| = sup_{x\neq\theta}\frac{|f(x)|}{||x||}$
I can understand it.
However, I don't understand the below expression.
$sup_{x\neq\theta}\frac{|f(x)|}{||x||} = sup_{||x||\leq 1}|f(x)|= sup_{||x||= 1}|f(x)|$
why the $||x|| \leq 1$, $||x||=1$? Definitely, the definition don't say the upper bound of norm.
It can be shown that these expressions $\newcommand{\norm}[1]{\lVert #1 \rVert} \newcommand{\abs}[1]{\left| #1 \right|}$ $$\begin{align} n_0 &= \sup_{\norm{x} \leq 1} \abs{f(x)}\\ n_1 &= \sup_{\norm{x} = 1} \abs{f(x)}\\ n_2 &= \sup\left\{\frac{\abs{f(x)}}{\norm{x}}\mid x \neq 0 \right\}\\ n_3 &= \inf \{c \geq 0\mid \forall x \in X, \abs{f(x)} \leq c\norm{x} \} \end{align}$$ are equivalent, so $n_0 = n_1 = n_2 = n_3$.