DeepPractise
DeepPractise

Projective Measurements (Formal View)

Track: Foundations · Difficulty: Beginner · Est: 14 min

Projective Measurements (Formal View)

Overview

We have used measurement rules in several forms:

  • Born’s rule via overlaps,
  • state-update (collapse) in a chosen basis,
  • and density-matrix measurement via Tr(ρΠ)\mathrm{Tr}(\rho\Pi).

This page unifies those ideas using projectors and the structure of projective measurements. The payoff is conceptual clarity: you can see why repeated measurements behave the way they do, and how “basis choice” becomes “projector choice.”

Intuition

A projective measurement is like asking: “Which direction is the state pointing along?”

  • The measurement divides the state space into mutually exclusive “buckets” (outcomes).
  • Each bucket has an associated projector that extracts the component of the state in that bucket.
  • After you observe an outcome, the state is forced into that bucket. If you ask the same question again, you get the same answer.

This is the clean mathematical reason behind “repeat measurement gives the same result” for ideal projective measurements.

Formal Description

Projectors

Given a normalized state b|b\rangle, the projector onto that state is

Π=bb.\Pi = |b\rangle\langle b|.

Interpretation:

  • Π\Pi acts like a filter that keeps the component along b|b\rangle.

A projective measurement

A projective measurement with outcomes kk is specified by a set of projectors {Πk}\{\Pi_k\} with two key properties.

  1. Orthogonality (mutually exclusive outcomes):
ΠjΠk=0for jk.\Pi_j\Pi_k = 0\quad\text{for }j\ne k.

In words: projecting onto outcome jj and then onto a different outcome kk gives nothing.

  1. Completeness (some outcome always happens):
kΠk=I,\sum_k \Pi_k = I,

where II is the identity operator (the “do nothing” operator). In words: the projectors cover the whole space.

For a qubit measured in an orthonormal basis {b0,b1}\{|b_0\rangle,|b_1\rangle\}, the projectors are

Π0=b0b0,Π1=b1b1,\Pi_0=|b_0\rangle\langle b_0|,\quad \Pi_1=|b_1\rangle\langle b_1|,

and the completeness relation is Π0+Π1=I\Pi_0+\Pi_1=I.

Probabilities and state update

If the system is in a pure state ψ|\psi\rangle, the probability of outcome kk is

P(k)=ψΠkψ.P(k)=\langle\psi|\Pi_k|\psi\rangle.

If the system is described by a density matrix ρ\rho, the probability is

P(k)=Tr(ρΠk).P(k)=\mathrm{Tr}(\rho\Pi_k).

After observing outcome kk, the state updates to the normalized projected state:

  • For pure states:
ψΠkψP(k).|\psi\rangle \to \frac{\Pi_k|\psi\rangle}{\sqrt{P(k)}}.
  • For density matrices (conceptual form):
ρΠkρΠkP(k).\rho \to \frac{\Pi_k\rho\Pi_k}{P(k)}.

You do not need to manipulate these algebraically; the key idea is: “apply the projector, then renormalize.”

Repeatability

If after measurement the state is in the range of Πk\Pi_k, applying the same projector again does nothing.

This is why repeating the same projective measurement immediately yields the same outcome with probability 1.

Worked Example

Measure a qubit in the computational basis.

The projectors are

Π0=00,Π1=11.\Pi_0=|0\rangle\langle 0|,\quad \Pi_1=|1\rangle\langle 1|.

Let

ψ=350+451.|\psi\rangle = \tfrac{3}{5}|0\rangle+\tfrac{4}{5}|1\rangle.

Compute P(0)P(0):

P(0)=ψΠ0ψ.P(0)=\langle\psi|\Pi_0|\psi\rangle.

Interpretation: Π0\Pi_0 keeps only the 0|0\rangle component. That component’s amplitude is 3/53/5, so

P(0)=352=925.P(0)=\left|\tfrac{3}{5}\right|^2=\tfrac{9}{25}.

If outcome 0 occurs, the updated state is

Π0ψP(0)=35035=0.\frac{\Pi_0|\psi\rangle}{\sqrt{P(0)}} = \frac{\tfrac{3}{5}|0\rangle}{\tfrac{3}{5}} = |0\rangle.

Measuring again immediately yields outcome 0 with probability 1.

Turtle Tip

Turtle Tip

When you see a projector, think “filter.” Probability is “how much passes through,” and post-measurement state is “what passed through, renormalized.”

Common Pitfalls

Common Pitfalls

Don’t confuse “projective measurement” with “any measurement.” Projective measurement is a specific idealized model.

Also, don’t forget completeness: kΠk=I\sum_k\Pi_k=I is the reason you always get some outcome.

Quick Check

Quick Check
  1. What does orthogonality (ΠjΠk=0\Pi_j\Pi_k=0 for jkj\ne k) mean in plain language?
  2. Why does repeating the same projective measurement give the same outcome?

What’s Next

Projectors clarify measurement structure. Next we revisit phase with a sharper lens: phase becomes physically meaningful through interference, which is the mechanism by which probabilities can be redistributed across outcomes.