I am trying to solve part b) of the following problem. I solved part a here e Compute a quantum state $\rho$ corresponding to an ensemble
Consider the ensemble consisting of the qubit states $|0⟩⟨0|$ and $|1⟩⟨1|$ occuring with probabilities 2/3 and 1/3, respectively. (a) Compute the quantum state $\rho$ corresponding to this ensemble. Is $ρ $ pure or mixed?
(b) Find an ensemble consisting of three distinct pure states (with non-zero probabilities) that corresponds to the same state $\rho$. Why can such an ensemble not correspond to an eigen-decomposition?
My try: I am not sure if the $\rho$ in part b is the same as in part a. I will assume so since the aim of this problem is to see that a linear combination of pure states can be mixed.
I am also not sure if I understand the question correctly. Does " an ensemble consisting of three distinct pure states taht correspond to the same state" mean the following:?
Let $|\psi_1⟩=(a_1,b_1)^T$, $|\psi_2⟩=(a_2,b_2)^T$,$|\psi_3⟩=(a_3,b_3)^T$ all unit vectors
Then the quantum ensamble would be $|\psi_1⟩⟨\psi_1|, |\psi_2⟩⟨\psi_2|$ and $|\psi_3⟩⟨\psi_3|$ with probabilities $p_1,p_2 and p_3$, such that $p_1+p_2+p_3=1$
I think the quantum state would be the linear combination
$\tilde\rho:=p_1|\psi_1⟩⟨\psi_1|+p_2|\psi_2⟩⟨\psi_2|+p_3|\psi_3⟩⟨\psi_3|$
$=p_1\pmatrix{a_1^2 & a_1b_1 \\ a_1b_1 & b_1^2}+p_2\pmatrix{a_2^2 & a_2b_2 \\ a_2b_2 & b_2^2}+p_3\pmatrix{a_3^2 & a_3b_3 \\ a_3b_3 & b_3^2}=\rho=\pmatrix{2/3 & 0 \\ 0 & 1/3} $
Moreover these matrices have to be hermitian Positive semidefinite with trace=1, since that is states are defined are hermitian operators that are Positive semidefinite with trace=1.. All entries in the matrices are complex numbers and the probabilities are real numbers >0
Then I equated each of the 4 entries of the equation and got 4 equations. I guess I need to assign values such that all restrictions hold, but I haven't been able to do so. How can I complete this? And why wouldn't this ensamble correspond to an eigen decomposition?