Problem with proof of orthogonality of eigenvectors for Hermitian

Click For Summary

Homework Help Overview

The discussion revolves around the proof of the orthogonality of eigenvectors corresponding to distinct eigenvalues of a Hermitian operator. Participants are examining the mathematical steps involved in transitioning from one line of the proof to another, particularly focusing on the manipulation of inner products and eigenvalues.

Discussion Character

  • Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants are questioning the validity of the steps taken in the proof, particularly the transition from the first to the second line. There are discussions about the order of terms in inner products and the implications of conjugating expressions. Some participants express confusion about why certain manipulations are necessary or preferred.

Discussion Status

The discussion is ongoing, with participants providing insights and alternative perspectives on the proof. Some have offered clarifications regarding the properties of Hermitian operators, while others have noted the complexity of the proof's structure. There is no explicit consensus on the best approach to understanding the proof, but multiple interpretations are being explored.

Contextual Notes

Participants have noted that the proof is derived from a textbook, which may have influenced the presentation of the mathematical steps. There is also mention of potential editorial oversights in the textbook that could contribute to the confusion.

inquire4more
Messages
45
Reaction score
0
I'm not sure if this is the appropriate section, perhaps my question is better suited for Linear Algebra. At any rate, here goes.

Regarding a proof of the orthogonality of eigenvectors corresponding to distinct eigenvalues of some Hermitian operator [itex]A[/itex]:
Given [itex]A|\phi_1\rangle = a_1|\phi_1\rangle[/itex] and [itex]A|\phi_2\rangle = a_2|\phi_2\rangle[/itex] we have
[tex]\begin{array}{lll}<br /> 0 & = & \langle\phi_1|A|\phi_2\rangle -<br /> \langle\phi_2|A|\phi_1\rangle^* \\<br /> & = & a_1\langle\phi_2|\phi_1\rangle - a_2\langle\phi_1|\phi_2\rangle^* \\<br /> & = & (a_1 - a_2)\langle\phi_2|\phi_1\rangle \\<br /> \end{array}[/tex]
Now, I understand that this shows the inner product of the eigenvectors to be 0 (given distinct eigenvalues) and therefore that the eigenvectors are orthogonal. But, if someone could please help, how do we arrive at line 2 of the equivalence from line 1. That is, replacing the operator with its corresponding eigenvalues. There appears to me to be some gymnastics with the positions of multiplicands. If someone could possibly detail this for me (and please assume I am an idiot, not such a stretch really) I would again be eternally grateful and would show just how grateful I am by possibly responding with a thank you. No, make that most definitely responding with a thank you.
 
Last edited:
Physics news on Phys.org
In line two, the order inside the inner products is backwards. The left terms should read

[tex]\langle\phi_1|A|\phi_2\rangle \\<br /> & = a_1\langle\phi_1|\phi_2\rangle [/tex]

Applying A to the bra on the left, with eigenvalue a1.

Likewise

[tex]\langle\phi_2|A|\phi_1\rangle^* \\<br /> & = a_2\langle\phi_2|\phi_1\rangle^*[/tex]

Or you could obtain your result for line two, by taking complex conjugates and multiplying everything by (-1); I don't know why you did that?
 
Last edited by a moderator:
rachmaninoff said:
In line two, the order inside the inner products is backwards. The left terms should read

[tex]\langle\phi_1|A|\phi_2\rangle \\<br /> & = a_1\langle\phi_1|\phi_2\rangle [/tex]

Applying A to the bra on the left, with eigenvalue a1.

Likewise

[tex]\langle\phi_2|A|\phi_1\rangle^* \\<br /> & = a_2\langle\phi_2|\phi_1\rangle^*[/tex]

Or you could obtain your result for line two, by taking complex conjugates and multiplying everything by (-1); I don't know why you did that?
Thank you. I arrived at precisely the same result, only arriving at the given line 2 by the conjugation and multiplication by -1. This is not my proof. It is one given in a textbook entitled Quantum Mechanics: A Modern Development authored by a Leslie Ballentine. I cannot determine why line 2 was arrived at, but I nevertheless assume I am missing something, hence my question.
 
Nevertheless, Ballentine's book is a good written one.

But i still like Gallindo & Pascual's volumes more than any other book on the subject.

Daniel.
 
dextercioby said:
Nevertheless, Ballentine's book is a good written one.
Right, no dispute there. I quite like the book. My issue is with the development of the proof. I am simply not grasping the development of the proof as concerns line 2 and was wondering if perhaps someone might shed some light on this for me.
 
inquire4more said:
[tex]\begin{array}{lll}<br /> 0 & = & \langle\phi_1|A|\phi_2\rangle -<br /> \langle\phi_2|A|\phi_1\rangle^* \\<br /> & = & a_1\langle\phi_2|\phi_1\rangle - a_2\langle\phi_1|\phi_2\rangle^* \\<br /> & = & (a_1 - a_2)\langle\phi_2|\phi_1\rangle \\<br /> \end{array}[/tex]
How strange! While each line is true, it is a bizarre sequence. I can't find my copy of Ballentine handy, but I suspect it's just something not caught in editing. A more natural sequence would be:
From the first line:
[tex]0 = \langle\phi_1|A|\phi_2\rangle -\langle\phi_2|A|\phi_1\rangle^*[/tex]

Then:
[tex]0 = a_2 \langle\phi_1|\phi_2\rangle - a_1\langle\phi_2|\phi_1\rangle^*[/tex]

[tex]0 = a_2 \langle\phi_1|\phi_2\rangle - a_1\langle\phi_1|\phi_2\rangle[/tex]

[tex]0 = (a_2 - a_1) \langle\phi_1|\phi_2\rangle[/tex]

(I don't think you're missing anything.)
 
Doc Al said:
How strange! While each line is true, it is a bizarre sequence. I can't find my copy of Ballentine handy, but I suspect it's just something not caught in editing...
(I don't think you're missing anything.)

Haha...thanks. I find it so interesting that line 2, though undoubtedly less natural, is in fact correct and can't help but wonder if Ballentine chose to state it in this form for some reason. Honestly, I can understand some minor typo passing the editor with greater ease than some quite true but very peculiar form of a statement. Oh well, my hang up. Afraid my mind isn't going to let this one go for awhile. Thanks for letting me know I wasn't quite so dunce here guys.
 
Part of the magic of Hermitian operators
is you can consider them opperating to the
left or right

so if a1 is an eigenvalue of A for vector |1> you have

A |1>= a1 |1> and <1|A = a1 <1|

to see it just conjugate the first equation and
realize A-conjugate = A and eigenvalues of
Hermitian operators are real.
 
Right, qbert, I follow you. What I cannot understand is the point to conjugating the first equivalence so as to arrive at the second one. Doc Al typed what I arrived at when working over the proof, which very naturally seems more, well, natural. Is there some reason to go by way of the second line which I am not seeing?
 
  • #10
I agree the sequence seems unesc. complicated.
A professor my friend had however only used operators
acting to the left. (don't know why -- but he defined
hermition operators on bra's...)

You don't have to conjugate the first to arrive at the second
[tex]\begin{array}{lll}<br /> 0 & = & (\langle\phi_1|A)|\phi_2\rangle - (\langle\phi_2|A)|\phi_1\rangle^* \\<br /> & = & a_1 \langle\phi_1|| \phi_2\rangle - a_2 \langle\phi_2||\phi_1\rangle^* \\<br /> & = & a_1\langle\phi_2|\phi_1\rangle - a_2\langle\phi_1|\phi_2\rangle^* \\<br /> & = & (a_1 - a_2)\langle\phi_2|\phi_1\rangle \\<br /> \end{array}[/tex]

But to me the proof seems needlesssly complex.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
2
Views
2K
  • · Replies 20 ·
Replies
20
Views
5K
Replies
2
Views
4K
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
6K