Hermitian matrix with negative eigenvalue

Click For Summary

Homework Help Overview

The discussion revolves around a problem involving a Hermitian matrix A that is said to have a non-positive eigenvalue. The original poster attempts to demonstrate that A is not positive definite by showing the existence of a vector v such that the expression (v^T)(A)(v bar) is less than or equal to zero.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the relationship between eigenvectors and their conjugates, questioning the validity of certain equalities. There is exploration of how to manipulate expressions involving the Hermitian property of A and the implications of having a negative eigenvalue.

Discussion Status

Some participants have provided guidance on how to approach the problem, suggesting the use of specific vectors and the implications of the Hermitian property. Multiple interpretations of the relationships between the components of the matrix and eigenvectors are being explored, but there is no explicit consensus on the steps leading to a conclusion.

Contextual Notes

There are discussions about the assumptions regarding the eigenvectors and the properties of Hermitian matrices. Participants are also considering the implications of the eigenvalue being non-positive and how this affects the proof of non-positive definiteness.

snakebite
Messages
16
Reaction score
0

Homework Statement


Hello,
I have the following problem:
Suppose A is a hermitian matrix and it has eigenvalue [tex]\lambda[/tex] <=0. Show that A is not positive definite i.e there exists vector v such that (v^T)(A)(v bar) <=0

The Attempt at a Solution


Let w be an eigenvetor we have the following equalities which are equivalent:
Aw=[tex]\lambda[/tex]w
A(w bar) = [tex]\lambda[/tex] (w bar) (i am not sure about this equality)
(w^t)(A)(w bar) = (w^t)[tex]\lambda[/tex] (w bar)
[(w^t)(A)(w bar)]^T = [(w^t)[tex]\lambda[/tex] (w bar)]^T
(w bar)^T*(A)^T*w = (w bar)^T*[tex]\lambda[/tex]*w
[(w bar)^T*(A)^T*w]bar = [(w bar)^T*[tex]\lambda[/tex]*w]bar
(w^T)(A bar)^T(w bar) = (w^T)[tex]\lambda[/tex](w bar)
(w^T)A(w bar) = (w^T)[tex]\lambda[/tex](w bar)

but i cannot prove why (w^T)[tex]\lambda[/tex](w bar) is negative, assuming taht the 2ndd equality is true.

Thank you
 
Physics news on Phys.org
Well, (w^T)(w bar) is positive, isn't it? It's sum of w_i*(w_i bar), right?
 
I'm not to sure what you mean by w_i?

Also, I'm still not completely convinced that
Aw=[tex]\lambda[/tex]w is equivalent to A(w bar) = [tex]\lambda[/tex](w bar).
Is it generally true that the conjugate is also an eigenvector?

Thanks
 
snakebite said:
I'm not to sure what you mean by w_i?

Also, I'm still not completely convinced that
Aw=[tex]\lambda[/tex]w is equivalent to A(w bar) = [tex]\lambda[/tex](w bar).
Is it generally true that the conjugate is also an eigenvector?

Thanks

w_i is the i component of the vector w. No, you can't go from Aw=lambda*w to A(w bar)=lambda (w bar). What you can do is take conjugate transpose of both sides. (w bar)^T (A bar)^T=((lambda bar) (w bar)^T). Do you see how to get what you want from there?
 
yea if we start off with (w bar)^T(A bar)^T then this is equivalent to the following(I am only looking at the left side of the equation)
(w bar)^T(A bar)^T(w bar)
[(w bar)^T(A bar)^T(w bar)]^T since it is a 1x1 matrix
(w bar)^T(A bar)(w)
[(w bar)^T(A bar)(w)]bar
(w^T)(A)(w bar)

and on the left side we're left with [tex]\lambda[/tex](w^T)(w bar) which is negative, hence the left side is negative and therefore A is not positive definite
Correct?
 
snakebite said:
yea if we start off with (w bar)^T(A bar)^T then this is equivalent to the following(I am only looking at the left side of the equation)
(w bar)^T(A bar)^T(w bar)
[(w bar)^T(A bar)^T(w bar)]^T since it is a 1x1 matrix
(w bar)^T(A bar)(w)
[(w bar)^T(A bar)(w)]bar
(w^T)(A)(w bar)

and on the left side we're left with [tex]\lambda[/tex](w^T)(w bar) which is negative, hence the left side is negative and therefore A is not positive definite
Correct?

No, not correct. I really don't know how you are justifying some of those steps. Can you show what happens to the right side as well? And you have to use that A is hermitian, otherwise the statement isn't true. What does it mean for A to be Hermitian?
 
So, far we have Aw=[tex]\lambda[/tex]w
so by taking the transpose and getting the conjugate we get
(w bar)^T(A bar)^T = (w bar)^T ([tex]\lambda[/tex] bar)^T but A is hermitian and lamba is a real number therefore we get

(w bar)^T(A) = [tex]\lambda[/tex] (w bar)^T

now if I want to arrive at w^TA(w bar) on the right side i will have to either add a w factor in which case i can:
-get the transpose of the whole equation, at which point i will get an extra ^T on the A. (w^T)(A)^T(w bar)
-or i can but a bar over the whole thing where i would be left with an extra bar on the A.(w^T)(A bar)(w bar)
I cannot quite fix the A in order to get the correct equation. Is there some kind of property that I am missing here?

Thanks again
 
snakebite said:
So, far we have Aw=[tex]\lambda[/tex]w
so by taking the transpose and getting the conjugate we get
(w bar)^T(A bar)^T = (w bar)^T ([tex]\lambda[/tex] bar)^T but A is hermitian and lamba is a real number therefore we get

(w bar)^T(A) = [tex]\lambda[/tex] (w bar)^T

now if I want to arrive at w^TA(w bar) on the right side i will have to either add a w factor in which case i can:
-get the transpose of the whole equation, at which point i will get an extra ^T on the A. (w^T)(A)^T(w bar)
-or i can but a bar over the whole thing where i would be left with an extra bar on the A.(w^T)(A bar)(w bar)
I cannot quite fix the A in order to get the correct equation. Is there some kind of property that I am missing here?

Thanks again

You just need 'some vector' v. v doesn't have to be the same as w. How about picking v=(w bar)?
 
Ah yes I didn't think of that
so we have (w bar)^T A = (lambda)(w bar)^T
replacing w bar by v and then multiplying both sides by (v bar) we get
(v^T)(A)(v bar) = (lambda)(v^T)(v bar) but (v^T)(v bar)= ((z1(z1 bar) + ... + zn(zn bar)) which is positive hence (lambda)(v^T)(v bar) is negative which is what we wanted to show.

right?
 
  • #10
snakebite said:
Ah yes I didn't think of that
so we have (w bar)^T A = (lambda)(w bar)^T
replacing w bar by v and then multiplying both sides by (v bar) we get
(v^T)(A)(v bar) = (lambda)(v^T)(v bar) but (v^T)(v bar)= ((z1(z1 bar) + ... + zn(zn bar)) which is positive hence (lambda)(v^T)(v bar) is negative which is what we wanted to show.

right?

Right.
 

Similar threads

Replies
8
Views
2K
Replies
5
Views
2K
Replies
15
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
4
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
11
Views
4K
Replies
12
Views
2K