Eigenvalues of a reduced density matrix

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 5K views
barnflakes
Messages
156
Reaction score
4
My lecturer keeps telling me that if a density matrix describes a pure state then it must contain only one non-zero eigenvalue which is equal to one. However I can't see how this is true, particularly as I have seen a matrix [tex]\rho_A = \begin{pmatrix} 1/2 & - 1/2 \\ -1/2 & 1/2 \\ \end{pmatrix}[/tex] for which this is not true. He then clarified that if it was in "the diagonal basis" this was true. Can someone clarify this for me or show me a proof please?
 
Physics news on Phys.org
I guess he means that you can write a density matrix as
[tex]\rho = | \psi_i \rangle \langle \psi_i |[/tex]
Which has eigenvalues [itex]\delta_{ij}[/itex] since
[tex]\rho |\psi_j \rangle = \delta_{ij} |\psi_i \rangle[/tex].
The example you gave can be written as [itex]\rho = | - \rangle \langle - |[/itex], where [tex]| - \rangle = \frac{1}{\sqrt{2}} \begin{pmatrix}1 \\ -1\end{pmatrix}[/tex] which has [itex]| - \rangle[/itex] as an eigenvector, with eigenvalue 1.
 
Is that true? I thought $\psi_i \rangle$ and $\psi_j \rangle$ weren't necessarily orthogonal. He also definitely said that when it's pure it only has one non-zero eigenvalue. Maybe he means only in the basis of its eigenvectors, I don't know? That's what I'm trying to find out.
 
Yeah I think it is the basis of its eigenvectors. I think you can always take a pure state as one possible basis vector. E.g. if you have [itex]|\psi_a \rangle = \alpha |0 \rangle + \beta |1 \rangle[/itex] then the other one is [itex]|\psi_b \rangle = \alpha |0 \rangle - \beta |1 \rangle[/itex]. I can't remember if/how this generalizes to higher dimensions though. :blushing: Maybe Gram-Schmidt?