I'm need a little help here :
using the parallelogram law: $$ 2||u||^2 + 2||v||^2 = ||u + v||^2 + ||u - v||^2 $$ I'm need to show that the next norm can not be satisfy by inner product:
The norm $||A|| = sup||Av||_\mathbb{R^2}$ that defined all over the real matrixes 2 x 2 when the norm $|| . ||_\mathbb{R^2}$ is the standard norm over $\mathbb{R^2} ( ||v||_\mathbb{R^2}=\sqrt{v_1^2+v_2^2}) $ and the supermum is taken over all the vectors $ v \in \mathbb{R^2} $ that satisfy $||v||_\mathbb{R^2}=1$
I think that the good way to prove it ,is by finding example that break this law. but my problem is that I'm even can't understand the norm and how it function.
Thanks in advance
First show that the norm of $\rm A$ is equal to the greatest module of the eigenvalues of $\rm A$.
Second $u = \begin{bmatrix} 0 & 0 \\ 0 & 1 \end{bmatrix} ; v = \begin{bmatrix} 1 & 0 \\0 & 0 \end{bmatrix}$ is a counter-example.