For $x = \left(x_{1}, \ldots, x_{n}\right) \in \mathbb{R}^{n}\,,\ n \geq 2\ $, define $\left\vert\,x\,\right\vert := \max_i \left\vert\,x_i\,\right\vert\ $. Show that there exists no inner product $\left\langle ,\right\rangle$ on $\mathbb{R}^{n},\ $ for which $\left\langle x,x \right\rangle = \left\vert\,x\,\right\vert^{2}\,, \forall\ x \in \mathbb{R}^{n}$.
I've been unable to find a contradiction, although I think that is key to solving this problem.
First recall the identity $\|x\|^2 = \langle x,x \rangle$. Now by the Parallelogram law, $\|x+y\|^2 + \|x-y\|^2 = 2\|x\|^2 + 2\|y\|^2.$ Rewriting the Parallelogram law in terms of inner products, we see that $\langle x+y, x+y \rangle + \langle x-y,x-y \rangle = 2\langle x,x \rangle + 2\langle y,y \rangle.$
Assume that there exists an inner product satisfying the specified conditions. Then let $x,y \in \mathbb{R}^n$ be $x = (1,0, \ldots, 0)$ and $y = (0, \ldots, 0, 1)$, so that $x+y = (1,0,\ldots,0,1)$ and $x-y = (1,0,\ldots, 0, -1)$. Then by assumption, $\langle x,x \rangle = 1, \langle y,y \rangle = 1, \langle x+y,x+y \rangle = 1,$ and $\langle x-y,x-y \rangle = 1.$
But plugging these values into the Parallelogram law gives us $1+1=2+2,$ a contradiction. QED