If a bra-ket ⟨ϕ∣ψ⟩ multiplies a row by a column to give a number, what happens when
we multiply a column by a row? We get an operator — the outer product — and the most important
operators built this way are projectors.
The outer product
The outer product of ∣ϕ⟩ with ⟨ψ∣ is written ∣ϕ⟩⟨ψ∣. In
Cn it is a column times a row, producing an n×n matrix:
It is an operator: acting on a ket ∣χ⟩ it gives ∣ϕ⟩⟨ψ∣χ⟩=(⟨ψ∣χ⟩)∣ϕ⟩ — the vector ∣ϕ⟩ scaled by the number
⟨ψ∣χ⟩.
Projectors
A projector is the outer product of a normalized ket with its own bra:
Pψ=∣ψ⟩⟨ψ∣,⟨ψ∣ψ⟩=1.
Two defining properties make it a projector.
Idempotence. Applying it twice is the same as applying it once:
Pψ2=∣ψ⟩⟨ψ∣ψ⟩⟨ψ∣=∣ψ⟩(1)⟨ψ∣=Pψ,
because ⟨ψ∣ψ⟩=1. Once you have projected, projecting again changes nothing.
Hermiticity. It equals its own conjugate transpose, Pψ†=Pψ, since
(∣ψ⟩⟨ψ∣)†=∣ψ⟩⟨ψ∣. Hermitian idempotent operators are
exactly the orthogonal projectors.
Projectors and the completeness relation
The completeness relation from the previous lesson is a sum of projectors onto the basis states:
k∑∣ek⟩⟨ek∣=k∑Pek=I.
Each Pek projects onto one basis direction, and together they reconstruct the whole identity — a
complete, non-overlapping decomposition of the space.
Expectation values and the Born rule
The expectation value of a projector in a state ∣ψ⟩ is a probability. For Pϕ=∣ϕ⟩⟨ϕ∣,
⟨ψ∣Pϕ∣ψ⟩=⟨ψ∣ϕ⟩⟨ϕ∣ψ⟩=∣⟨ϕ∣ψ⟩∣2.
This is exactly the Born-rule probability of finding the system, prepared in ∣ψ⟩, to be in
state ∣ϕ⟩. Measurement in quantum mechanics is described by a set of orthogonal projectors
summing to the identity; the probability of each outcome is the expectation value of the corresponding
projector.
Worked example
Let ∣ψ⟩=cos(θ/2)∣0⟩+sin(θ/2)∣1⟩ with θ=π/3. The
projector onto ∣0⟩ is P0=∣0⟩⟨0∣, and
⟨ψ∣P0∣ψ⟩=∣⟨0∣ψ⟩∣2=cos2(θ/2)=cos2(π/6).
Since cos(π/6)=3/2, the probability is (3/2)2=3/4=0.75.
Try it
This is a numerical exercise — your code should return a number, not a circuit. For the state above
with θ=π/3, compute ⟨ψ∣P0∣ψ⟩, the probability of measuring outcome 0.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.