Defining scalar product from norm

mma
Messages
262
Reaction score
5
Euclidean norm is defined usually as|v|2= g(v,v), where g is a nondegenerate, positive definite, symmetric bilinear form. But how can make it backwards? What properties must norm have that g(v,w) = (|v+w|2 - |v|2 - |w|2)/2 be a positive definite, symmetric bilinear form?
 
Physics news on Phys.org
The parrallelogram identity
(1/2)(|x+y|^2+|x-y|^2)=|x|^2+|y|^2
Watch out
(1/2)(|v+w|^2 - |v|^2 - |w|^2)
is not the form of an inner product over other fields or with different conjugations
for example the complex inner product is
<v|w>=(1/2)(|v+w|^2 - |v|^2 - |w|^2)+(i/2)(|v+iw|^2 - |v|^2 - |w|^2)
where i*i=-1
 
Cool! Thanks! Now I see that this is a theorem of von Neumann and Jordan. Is the proof very long? I haven't found it anywhere, only remarks that it is complicated enough. Do you know if it is available somewhere online?
 
If you have access tohttp://www.jstor.org (perhaps from a school of library) you can access these

A Characterization of Inner Product Spaces
Neil Falkner
The American Mathematical Monthly, Vol. 100, No. 3 (Mar., 1993), pp. 246-249 (article consists of 4 pages)
Published by: Mathematical Association of America

On Inner Products in Linear, Metric Spaces
P. Jordan and J. V. Neumann
The Annals of Mathematics, Second Series, Vol. 36, No. 3 (Jul., 1935), pp. 719-723 (article consists of 5 pages)
Published by: Annals of Mathematics

or you could track down hardcopy at a univercity library.

The proof is a few pages, you may be able to do it yourself. Here is a start
4<x|y>+4<z|y>=2|x+y|^2+2|z+y|-2|x|^2-4|y|^2-2|z|^2
=|x+2y+z|^2+|x+y|^2-4|y|^2
=4<x+z|y>

Homogeneity is harder, it is obvious that
<r x|y>=r <x|y>
when r is rational
when r is real more is needed (like Cauchy-Swartz)
 
Thank you!
 
lurflurf said:
|x+2y+z|^2+|x+y|^2-4|y|^2
=4<x+z|y>

Sorry, but this seems false (subststitute for example y=z=0, x<>0).

I made a derivation, perhaps isn't too elegant, but I hope that good:

4&lt;x|y&gt;+4&lt;z|y&gt; applying the defiition of scalar product:

=2|x+y|^2+2|z+y|^2 -2|x|^2-4|y|^2-2|z|^2 applyig the parallelogram law to (x+y) and (z+y):

= |x+2y+z|^2 + |x-z|^2 -2|x|^2-4|y|^2-2|z|^2 applyig the parallelogram law to (x+y+z) and (y):

= 2|x+y+z|^2 - |x+z|^2 + 2|y|^2 + |x-z|^2 -2|x|^2-4|y|^2-2|z|^2 applyig the parallelogram law to x and z:

= 2|x+y+z|^2 - |x+z|^2 + 2|y|^2 + 2|x|^2 + 2|y|^2 - |x+z|^2 -2|x|^2-4|y|^2-2|z|^2

=2|x+y+z|^2-2|x+z|^2-2|y|^2 applying the defiition of scalar product:

=4&lt;x+z|y&gt;
 

Similar threads

Replies
6
Views
5K
Replies
58
Views
4K
Replies
26
Views
2K
Replies
36
Views
4K
Replies
4
Views
3K
Replies
4
Views
2K
Replies
8
Views
14K
Back
Top