intermediate · Physics · The Postulates of Quantum Mechanics
State Update After Measurement
The second half of Postulate 3 is the projection postulate: after a measurement that returns
outcome ak, the state collapses to the normalized projection of the old state onto the eigenspace
of ak. This lesson makes that update concrete and shows how it generates conditional
probabilities for later measurements.
The update rule
If a measurement of A^=∑kakP^k on ∣ψ⟩ returns ak, the new state is
∣ψ′⟩=⟨ψ∣P^k∣ψ⟩P^k∣ψ⟩=p(ak)P^k∣ψ⟩.
The numerator P^k∣ψ⟩ keeps only the part of ∣ψ⟩ lying in the eigenspace;
the denominator p(ak) restores unit norm so ∣ψ′⟩ is a legitimate state. Notice
that ∣ψ′⟩ is an eigenstate of A^ with eigenvalue ak, which is why re-measuring
gives ak again with certainty.
Partial measurement on a composite system
A frequent situation is measuring one qubit of a multi-qubit register. Measuring qubit 0 in the
Z basis uses the two projectors
P^0(0)=∣0⟩⟨0∣⊗I^,P^0(1)=∣1⟩⟨1∣⊗I^,
which act only on qubit 0 and leave qubit 1 untouched. The projector keeps every term of the state
whose qubit-0 label matches the outcome, then we renormalize.
Worked example
Consider the normalized two-qubit state
∣ψ⟩=101(∣00⟩+2∣01⟩+2∣10⟩+∣11⟩),
with 12+22+22+12=10 confirming normalization. Suppose we measure qubit 0 in the
Z basis and obtain 0. Apply P^0(0)=∣0⟩⟨0∣⊗I^: only the terms
with qubit 0 equal to ∣0⟩ survive,
P^0(0)∣ψ⟩=101(∣00⟩+2∣01⟩).
The probability of this outcome is the squared norm of what survives:
p(q0=0)=1012+22=105=21.
Renormalizing by p=1/2 gives the collapsed state
∣ψ′⟩=51(∣00⟩+2∣01⟩).
Now ask: in this collapsed state, what is the probability that qubit 1 reads 1? The amplitude
of ∣01⟩ (qubit 1 = 1) is 2/5, so
p(q1=1∣q0=0)=522=54=0.8.
This is a genuine conditional probability: the first measurement reshaped the state, and the
second probability is computed from the updated state, not the original.
Try it
Starting from ∣ψ⟩=101(∣00⟩+2∣01⟩+2∣10⟩+∣11⟩),
measure qubit 0 and condition on the outcome 0. Project, renormalize, and return the conditional
probability p(q1=1∣q0=0).
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.