Show that a norm on an inner product space satisfies parallelogram law. Hence use the parallelogram law to show that the space of continuous real functions defined on the interval $[a,b]$ is not a Hilbert space. Here I did the first part. Let $X$ be an inner product space and $x,y\in X$ consider $\Vert x+y\Vert ^2$ and $\Vert x-y\Vert ^2$ Then on adding I get $\Vert x+y\Vert ^2+\Vert x-y\Vert ^2=2(\Vert x\Vert ^2 +\Vert y\Vert ^2)$ For the second part I don’t know how can a parallelogram law prove $C[a,b]$ is not a Hilbert space, help me please.
Show that a norm on an inner product space satisfies parallelogram law.
1
$\begingroup$
functional-analysis
-
1If $C([a,b])$ were a Hilbert space then the parallelogram law would hold. Show it does not. – 2012-05-27
1 Answers
1
Consider functions $ x(t)=\cos\left(\frac{\pi}{2}\frac{t-a}{b-a}\right)\qquad y(t)=\sin\left(\frac{\pi}{2}\frac{t-a}{b-a}\right)\qquad $ then $ \Vert x+y\Vert=\sqrt{2},\qquad\Vert x-y\Vert=1\qquad \Vert x\Vert=\Vert y\Vert=1 $
-
0Thanks! Finally got it! – 2018-05-09