chrisd
- 5
- 0
Homework Statement
In my quantum class we learned that if two operators commute, we can always find a set of simultaneous eigenvectors for both operators. I'm having trouble proving this for the case of degenerate eigenvalues.
Homework Equations
Commutator: [A,B]=AB-BA
Eigenvalue equation:A \mid v \rangle = a \mid v \rangle
The Attempt at a Solution
Start off by assuming operators A and B commute so AB=BA.
I think I have the proof for non-degenerate eigenvalues correct:
A \mid v \rangle = a \mid v \rangle
BA \mid v \rangle = Ba \mid v \rangle
A(B \mid v \rangle) = a(B \mid v \rangle)
So B \mid v \rangle is also an eigenvector of A associated with eigenvalue a.
If a is non-degenerate, B \mid v \rangle must be the same eigenvector as \mid v \rangle, only multiplied by a scalar.
B \mid v\rangle=b\mid v \rangle which is just the eigenvalue equation for B.
For the degenerate case I'm stuck. I can prove that if \mid v_1 \rangle,\mid v_2 \rangle,...,\mid v_n \rangle are eigenvectors of A associated with eigenvalue a, any linear combination of these eigenvectors is also an eigenvector of A with eigenvalue a.
A (c_1\mid v_1 \rangle + c_2\mid v_2 \rangle)
=c_1A\mid v_1 \rangle + c_2A\mid v_2 \rangle
=c_1a\mid v_1 \rangle + c_2a\mid v_2 \rangle
=a(c_1\mid v_1 \rangle + c_2\mid v_2 \rangle)
and so from the fact that B \mid v_i \rangle is an eigenvector of A, B \mid v_i \rangle is a linear combination of the eigenvectors of A associated with eigenvalue a...
B \mid v_i \rangle= c_1\mid v_1 \rangle + c_2\mid v_2 \rangle + ... + c_n\mid v_n \rangle
so I know B \mid v_i \rangle exists within the eigenspace of a, but I'm not sure how to use this to prove that \mid v_i \rangle is an eigenvector of B.
Any hints would be appreciated.