The Reduced Density Matrix
From a global pure state to a local mixed one
When system and environment become entangled, the joint state still contains everything. But an experimenter who only acts on can never see . The object that reproduces all statistics of system-only measurements is the reduced density matrix
obtained by the partial trace over the environment. It is defined so that for every system observable ,
Demanding this equality for all fixes uniquely — the partial trace is the only map that gets every local expectation value right.
Computing the partial trace
Pick an orthonormal basis for the environment. The partial trace sandwiches between environment basis states and sums:
For a pure global state , this gives the compact result
i.e. where is the matrix of amplitudes with system index as row and environment index as column. (This is exactly the Schmidt picture: the eigenvalues of are the squared Schmidt coefficients.)
The maximally entangled case
Take the Bell state with the first qubit the system. The amplitude matrix is , so
The system, though part of a perfectly definite pure global state, is locally in the maximally mixed state. All information about it has migrated into the correlations with .
Properties you can rely on
The reduced density matrix is always a legitimate state: it is Hermitian, positive semidefinite, and has unit trace, . Its eigenvalues are probabilities. If the global state is a product , then stays pure — no entanglement, no mixing. The more entangled and are, the more mixed becomes, until at maximal entanglement it is proportional to the identity.
Try it
This is a numerical exercise — your code should return a number. Build the reduced
density matrix of the system qubit from by partial trace, then return its purity
.
Sign in on the full site to ask questions and join the discussion.