In the opening chapter of a functional analysis book I had this question:
Prove that for a norm $||\cdot||$ that if for all vectors $u$ and $v$ it is true that $2||u||^2 + 2||v||^2 = ||u+v||^2 + ||u-v||^2$ then there is an inner product that results in this norm. (That is $\left<u,u\right> = ||u||^2$ ).
So, I figured that if there is an inner product it ought to be definable by $\left<u,v\right> = \frac{||u+v||^2 - ||u-v||^2}{4}$ and I would proceed to show that this satisfies the conditions of inner products.
However, when I go to prove that $\left<\lambda u, v\right> = \lambda \left<u,v\right>$ I'm completely stuck. I can't see any way of demonstrating this.
Does anyone know how I can complete this proof or of an alternate method of proving this?