physicslover123
- 3
- 1
- Homework Statement
- **Problem 1: Distinguishing between two states**
Let n be a natural number. Suppose you are given one of two n-qubit states, |ψ₀⟩ or |ψ₁⟩, each equally likely (with probability 1/2). You know exactly what these two states are, but you don't know which of the two you've been handed. Also, assume the two states are not identical (two states differing only by a global phase count as identical here).
In this problem, your goal is to find a projective measurement {P, I − P} that maximizes the probability of correctly distinguishing the states. Specifically, the measurement should maximize:
(1/2) × Pr[0 | ψ₀] + (1/2) × Pr[1 | ψ₁],
where Pr[i | ψᵢ] represents the probability that the measurement outcome is "i" given the state |ψᵢ⟩.
**(i)** Carefully demonstrate that, without losing generality, the problem can be reduced to considering measurements within the two-dimensional space spanned by the states |ψ₀⟩ and |ψ₁⟩. In other words, you only need to consider measurements of the form:
{|u⟩⟨u|, I − |u⟩⟨u|},
where |u⟩ is within the span of |ψ₀⟩ and |ψ₁⟩.
(You should aim to make this proof rigorous—the reasoning involved is more subtle than it might initially appear!)
**(ii)** Determine the optimal measurement and clearly prove its optimality.
- Relevant Equations
- quantum mechanics eqs
I'm not entirely sure how to approach part 1. I tried the following: Call the span of the two states S. We can decompose H = S + S_perp. We consider some projector P: H -> V where V is some subspace of H. I made a new operator P_s P P_s where P_s is the orthogonal projector onto S. However, I couldn't prove idempotence, and so it wasn't a projector even though the measurement probabilities are the same. Pls help!