Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Purity Pythagoras Decomposition

Abstract

Pairwise orthogonal basis measurements split density-matrix purity excess into visible probability energy and orthogonal residual mass.

Lemma 1.1 (Every visible measurement is orthogonal to the residual).

Proof. Machine-checked in Lean as D5/S3/Quantum/Tomography/PurityPythagorasDecomposition.measurement_inner_residualVector (✓ std3). ∎

Source. Repository-derived.

Commentary.

Let C be a finite family of complete rank-one record measurements on the trace-zero Hermitian space. Assume the ranges of the corresponding real orthogonal projections are pairwise orthogonal.

For any chosen context, projected test vector, and state, the real Hilbert–Schmidt inner product of that visible component with the state minus the sum of all visible components is zero. Thus the defined residual lies in the orthogonal complement of every visible measurement image.

Symmetry and idempotence identify the selected context’s contribution with its pairing against the original state, while pairwise orthogonality removes every cross-context contribution.

Theorem 1.2 (Purity excess splits into visible and residual mass).

Proof. Machine-checked in Lean as D5/S3/Quantum/Tomography/PurityPythagorasDecomposition.purity_pythagoras_decomposition (✓ std3). ∎

Source. Repository-derived.

Commentary.

Let rho be a positive semidefinite complex matrix of trace one in dimension d. Centering it by the maximally mixed state produces a trace-zero Hermitian vector whose squared Hilbert–Schmidt norm is the real trace purity minus the inverse dimension.

For each complete rank-one record context, the squared norm of its visible projection is the sum over outcomes of the squared Born probability deviations from the uniform value. Pairwise orthogonality makes these visible energies add without cross terms.

The preceding residual-orthogonality result then gives an exact Pythagorean split: purity excess equals the double sum of visible probability energies plus the squared norm of the remaining component. The family need not be tomographically complete; any unseen mass is retained by the nonnegative residual term.

References

  • Truth anchor: D5/S3/Quantum/Tomography/PurityPythagorasDecomposition.measurement_inner_residualVector
  • Truth anchor: D5/S3/Quantum/Tomography/PurityPythagorasDecomposition.purity_pythagoras_decomposition
  • Dependency: D5/S3/Quantum/Measurement/BasisMeasurementProjection