advanced · Physics · Quantum Information & von Neumann Entropy
Quantum Mutual Information
Mutual information measures how much two systems know about each other. Classically it counts the
shared bits between two random variables; quantumly it captures the total correlation — classical
and quantum together — held in a joint state.
Definition
For a bipartite state ρAB with reduced states ρA=TrBρAB and
ρB=TrAρAB, the quantum mutual information is
I(A:B)=S(ρA)+S(ρB)−S(ρAB).
This mirrors the classical identity I(X;Y)=H(X)+H(Y)−H(X,Y), with Shannon entropies replaced
by von Neumann entropies. It quantifies how much the entropy of the parts exceeds the entropy of the
whole: if the whole carries less uncertainty than its pieces taken separately, the deficit is shared
information.
Key properties
Non-negativity.I(A:B)≥0 always, a direct consequence of the subadditivity of
von Neumann entropy, S(AB)≤S(A)+S(B) (covered in the next lesson).
Zero iff uncorrelated.I(A:B)=0 exactly when ρAB=ρA⊗ρB, a
product state with no correlations of any kind.
Symmetry.I(A:B)=I(B:A).
Upper bound.I(A:B)≤2min{log2dA,log2dB} — twice the classical ceiling,
the extra factor of two being room for quantum correlations.
Pure states: maximal correlation
If ρAB=∣ψ⟩⟨ψ∣ is pure, then S(ρAB)=0, and (as the Schmidt
decomposition will show) the two reduced states share the same spectrum, so S(ρA)=S(ρB).
The mutual information becomes
I(A:B)=2S(ρA),
exactly twice the entanglement entropy. A pure product state has S(ρA)=0 and hence
I=0; a maximally entangled state has S(ρA)=log2dA and hence the maximal I=2log2dA.
The Bell state, computed
Take ∣Φ+⟩=21(∣00⟩+∣11⟩). Its global density matrix
∣Φ+⟩⟨Φ+∣ is pure, so S(ρAB)=0. Tracing out B,
ρA=TrB∣Φ+⟩⟨Φ+∣=21∣0⟩⟨0∣+21∣1⟩⟨1∣=21,
the maximally mixed qubit with S(ρA)=1 bit; likewise S(ρB)=1. Therefore
I(A:B)=1+1−0=2 bits,
saturating the bound 2log22. The two qubits are perfectly correlated, yet the whole has zero
entropy — the hallmark of pure-state entanglement.
Try it
Compute the quantum mutual information I(A:B), in bits, of the Bell state
∣Φ+⟩=21(∣00⟩+∣11⟩) using
I=S(A)+S(B)−S(AB). Return the value.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.