An orthonormal basis turns abstract vectors into concrete lists of numbers, and the completeness
relation built from such a basis is one of the most-used identities in all of quantum mechanics. This
lesson introduces both and shows how to wield the completeness relation as a calculational tool.
Orthonormal bases
A set {∣e1⟩,∣e2⟩,…} is orthonormal if its members are mutually orthogonal
and individually normalized:
⟨ei∣ej⟩=δij={10i=j,i=j.
If, in addition, the set spans the whole Hilbert space, it is an orthonormal basis. The
computational basis {∣0⟩,∣1⟩} for a qubit is the standard example.
Expansion coefficients are inner products
In an orthonormal basis, any state expands as ∣ψ⟩=∑kck∣ek⟩, and each
coefficient is recovered by a single inner product. Taking the bra-ket with ∣ej⟩,
⟨ej∣ψ⟩=k∑ck⟨ej∣ek⟩=k∑ckδjk=cj.
So ck=⟨ek∣ψ⟩. The orthonormality is doing all the work: it collapses the sum to a
single surviving term.
The completeness relation (resolution of the identity)
Since this holds for every ∣ψ⟩, the operator in parentheses must be the identity:
k∑∣ek⟩⟨ek∣=I
This is the completeness relation, also called the resolution of the identity. Each term
∣ek⟩⟨ek∣ is an outer product (a projector, covered in the next lesson), and they sum to
the identity precisely when the basis is complete.
Parseval's identity and normalization
Sandwich the completeness relation inside ⟨ψ∣⋅∣ψ⟩:
⟨ψ∣ψ⟩=k∑⟨ψ∣ek⟩⟨ek∣ψ⟩=k∑∣⟨ek∣ψ⟩∣2=k∑∣ck∣2.
This is Parseval's identity. For a normalized physical state, ⟨ψ∣ψ⟩=1, so
k∑∣ck∣2=1.
The squared coefficients are exactly the Born-rule probabilities of measuring each basis outcome, and
completeness guarantees they sum to 1 — total probability is conserved.
Worked example
Take the normalized state
∣ψ⟩=51((1+i)∣0⟩+3∣1⟩),
so c0=(1+i)/5 and c1=3/5. Then ∣c0∣2=∣1+i∣2/5=2/5 and
∣c1∣2=3/5, giving
k∑∣ck∣2=52+53=1,
confirming both normalization and the completeness relation in this basis.
Try it
This is a numerical exercise — your code should return a number, not a circuit. For the state above,
compute ∑k∣ck∣2 and confirm it equals 1.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.