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

Click For Summary

Homework Help Overview

The discussion revolves around proving the statement " = 0 if and only if x = 0" within the context of inner product spaces. Participants explore the properties and axioms of inner products, particularly focusing on the implications of the inner product being zero.

Discussion Character

  • Conceptual clarification, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Some participants attempt to prove the converse that x = 0 implies <0,0> = 0, while others express uncertainty about how to prove the forward direction. There are discussions about the axioms of inner products and whether the statement is self-evident. Questions arise regarding the definitions and properties of inner products, particularly in relation to complex numbers.

Discussion Status

The discussion is active, with participants sharing insights about the axioms of inner products and their implications. Some guidance has been offered regarding the logical equivalence of statements, but there is no explicit consensus on the necessity of the proof itself.

Contextual Notes

Participants note that the problem may stem from a textbook exercise, and there is mention of specific axioms that may or may not be included in the original problem statement. The discussion also touches on the nature of inner products in real versus complex vector spaces.

Defennder
Homework Helper
Messages
2,590
Reaction score
4

Homework Statement


Let V be an inner product space. Then for x,y,z [tex]\in[/tex] V and c[tex]\in[/tex]F, 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[tex]\in[/tex] 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 [tex]\in[/tex] V and c[tex]\in[/tex]F, 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[tex]\in[/tex] 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:
[tex]<x+z,y> = <x,y> + <z,y>[/tex]
[tex]<x,cy> = \bar{c}<x,y>[/tex] Here the bar denotes complex conjugation.

[tex]\overline{<x,y>} = <y,x>[/tex]
[tex]<x,x> > 0 \ \mbox{if} \ x \neq 0[/tex]
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:
[tex]\overline{<x,y>} = <y,x>[/tex]
[tex]<x,x> > 0 \ \mbox{if} \ x \neq 0[/tex]
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
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K