[example: Supremum Norm Failure]
Let $V=\mathbb{R}^2$ with $\|x\|_\infty=\max\{|x_1|,|x_2|\}$. For $u=(1,0)$ and $v=(0,1)$, we compute the two sides of the parallelogram identity from *Parallelogram Identity*.
First,
\begin{align*}
u+v&=(1,0)+(0,1)\\
&=(1,1),
\end{align*}
so
\begin{align*}
\|u+v\|_\infty
&=\|(1,1)\|_\infty\\
&=\max\{|1|,|1|\}\\
&=\max\{1,1\}\\
&=1.
\end{align*}
Also,
\begin{align*}
u-v&=(1,0)-(0,1)\\
&=(1,-1),
\end{align*}
so
\begin{align*}
\|u-v\|_\infty
&=\|(1,-1)\|_\infty\\
&=\max\{|1|,|-1|\}\\
&=\max\{1,1\}\\
&=1.
\end{align*}
Therefore
\begin{align*}
\|u+v\|_\infty^2+\|u-v\|_\infty^2
&=1^2+1^2\\
&=1+1\\
&=2.
\end{align*}
On the other hand,
\begin{align*}
\|u\|_\infty
&=\|(1,0)\|_\infty\\
&=\max\{|1|,|0|\}\\
&=\max\{1,0\}\\
&=1,
\end{align*}
and
\begin{align*}
\|v\|_\infty
&=\|(0,1)\|_\infty\\
&=\max\{|0|,|1|\}\\
&=\max\{0,1\}\\
&=1.
\end{align*}
Hence
\begin{align*}
2\|u\|_\infty^2+2\|v\|_\infty^2
&=2\cdot 1^2+2\cdot 1^2\\
&=2+2\\
&=4.
\end{align*}
The two sides are $2$ and $4$, so the parallelogram identity fails for $\|\cdot\|_\infty$; consequently this norm is not induced by any inner product.
[/example]