Proving "<x,x>=0 if x=0" in an Inner Product Space

Click For Summary
SUMMARY

The discussion centers on proving the statement " = 0 if and only if x = 0" in the context of inner product spaces. Participants clarify that this statement is an axiom of inner product spaces, as outlined in "Linear Algebra" by Friedberg, Insel, and Spence. The proof involves demonstrating that if = 0, then x must equal zero, leveraging the properties of inner products, particularly the axiom that states > 0 for x ≠ 0. The conversation emphasizes the importance of understanding these axioms to validate the proof.

PREREQUISITES
  • Understanding of inner product spaces
  • Familiarity with the properties of inner products, such as linearity and conjugate symmetry
  • Knowledge of basic linear algebra concepts
  • Ability to work with axiomatic proofs
NEXT STEPS
  • Study the axioms of inner product spaces in "Linear Algebra" by Friedberg, Insel, and Spence
  • Learn about the implications of the properties of inner products, particularly > 0
  • Explore the contrapositive reasoning in mathematical proofs
  • Investigate examples of inner product spaces beyond R and C, such as function spaces
USEFUL FOR

Students of linear algebra, mathematicians focusing on functional analysis, and educators teaching the fundamentals of inner product spaces will benefit from this discussion.

Defennder
Homework Helper
Messages
2,590
Reaction score
4

Homework Statement


Let V be an inner product space. Then for x,y,z \in V and c\inF, where F is a field denoting either R or C, prove that

<x,x> = 0 if and only if x=0.

Notes on notation:
Here <x,y> denotes the inner product of vectors x and y on some vector space V.


Homework Equations


<x,y+z> = <x,y> + <x,z>
<cx,y> = c<x,y>
And a few others.



The Attempt at a Solution


It seems pretty straightforward to prove the converse, namely that x=0 implies <0,0> = 0, like this:

<-x+x,0> = <-x,0> + <x,0>
<0,0> = <0,0> + <0,0>
<0,0> = 0.

But how do I prove the "forward" conjecture? I know that x=0 iff for some y\in V x+y = y, but I can't start with x, only <x,x> = 0, and I don't see how to "extract" x such that I can show x+y = y.

Any thoughts?
 
Physics news on Phys.org
<x | x> = 0 iff x = 0 is one of the inner product "axioms", i.e. the properties which the inner product must have in order to be one. Unless I'm missing something, there's nothing to prove.
 
The question was from one of the theorems for an inner product space. And the author left it as an exercise to the reader.
 
Defennder said:

Homework Statement


Let V be an inner product space. Then for x,y,z \in V and c\inF, where F is a field denoting either R or C, prove that

<x,x> = 0 if and only if x=0.

Notes on notation:
Here <x,y> denotes the inner product of vectors x and y on some vector space V.


Homework Equations


<x,y+z> = <x,y> + <x,z>
<cx,y> = c<x,y>
And a few others.
What are the others? I suspect those are what you need. As radou said, most definitions of "inner product" give "<x, x>= 0 implies x= 0" as an axiom. If your book does not, then the "others" must be different from what I am familiar with.



The Attempt at a Solution


It seems pretty straightforward to prove the converse, namely that x=0 implies <0,0> = 0, like this:

<-x+x,0> = <-x,0> + <x,0>
<0,0> = <0,0> + <0,0>
How does this follow? Certainly if x+ x= 0, then the left side is <0,0> but how do <-x,0> and <x, 0> become <0,0> for arbitrary x?

I would think <x, 0>= <x+ 0, 0>= <x, 0>+ <0, 0> is what you need.

<0,0> = 0.

But how do I prove the "forward" conjecture? I know that x=0 iff for some y\in V x+y = y, but I can't start with x, only <x,x> = 0, and I don't see how to "extract" x such that I can show x+y = y.

Any thoughts?
 
radou said:
<x | x> = 0 iff x = 0 is one of the inner product "axioms", i.e. the properties which the inner product must have in order to be one. Unless I'm missing something, there's nothing to prove.

Right. E.g. the inner product for 4 vectors in special relativity satisfies all the axioms you've stated so far, but is has null (lightlike) vectors such that <x,x>=0.
 
Last edited by a moderator:
HallsofIvy said:
What are the others? I suspect those are what you need. As radou said, most definitions of "inner product" give "<x, x>= 0 implies x= 0" as an axiom. If your book does not, then the "others" must be different from what I am familiar with.
Here's some more the book provided:
&lt;x+z,y&gt; = &lt;x,y&gt; + &lt;z,y&gt;
&lt;x,cy&gt; = \bar{c}&lt;x,y&gt; Here the bar denotes complex conjugation.

\overline{&lt;x,y&gt;} = &lt;y,x&gt;
&lt;x,x&gt; &gt; 0 \ \mbox{if} \ x \neq 0
Note that the second ">" represents "greater than". But I find this to be odd, since F is treated as either R or C, and the complex numbers are not ordered in any way. The book I'm using is Linear Algebra 3rd Edn by Stephen Friedberg, Arnold J. Insel, and Lawrence Spence. The axioms can be found in the beginning of the chapter on inner product spaces, chap 6.

How does this follow? Certainly if x+ x= 0, then the left side is <0,0> but how do <-x,0> and <x, 0> become <0,0> for arbitrary x?
Well in this case, it is given that x=0, and we know that -x is the additive inverse of x in F, so -x+x = 0. Using the first axiom I just quoted above, this breaks down to <-x,0> + <x,0>. And since x=0 and -0 = 0, both reduce to <0,0>. By the law of additive cancellation, <0,0> cancels on both sides, leaving one <0,0> on one side with 0 on the other side.

<0,0> + 0 = <-x+x,0>
<0,0> + 0 = <-x,0> + <x,0>
<0,0> + 0 = <0,0> + <0,0>
0 = <0,0>

I would think <x, 0>= <x+ 0, 0>= <x, 0>+ <0, 0> is what you need.
Is this a hint for proving <x,x> = 0 implies x=0 or the one just above?
 
Defennder said:
\overline{&lt;x,y&gt;} = &lt;y,x&gt;
&lt;x,x&gt; &gt; 0 \ \mbox{if} \ x \neq 0
Note that the second ">" represents "greater than". But I find this to be odd, since F is treated as either R or C, and the complex numbers are not ordered in any way. The book I'm using is Linear Algebra 3rd Edn by Stephen Friedberg, Arnold J. Insel, and Lawrence Spence. The axioms can be found in the beginning of the chapter on inner product spaces, chap 6.

The first line shows <x,x> must be real even over a complex vector space, so ordering is not a problem. I think you know <0,0>=0. Then <x,x>=0 -> x=0, right? Look at the contrapositive, x not equal to zero implies <x,x> not equal to zero.
 
Dick said:
The first line shows <x,x> must be real even over a complex vector space, so ordering is not a problem.
Hey that's right. I can't I missed that.

I think you know <0,0>=0. Then <x,x>=0 -> x=0, right? Look at the contrapositive, x not equal to zero implies <x,x> not equal to zero.
But how does that prove <x,x> = 0 is impossible unless x=0?
 
P->Q and (not Q)->(not P) are logically equivalent. P is "<x,x>=0", Q is "x=0". P->Q is what you are trying to prove. (not Q)->(not P) is "x not 0 implies <x,x> not 0". One of your axioms is "x not 0 implies <x,x>>0".
 
  • #10
Oh I see. Sheesh. I thought that was unrelated to this problem until I understood the 3rd axiom. Thanks!
 

Similar threads

Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
14
Views
4K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 19 ·
Replies
19
Views
3K
Replies
16
Views
2K
Replies
3
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K