Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Zero Norm Propagation for Matrix States

Abstract

A positive normalized matrix trace functional propagates a zero quadratic value to every mixed value.

Theorem 1.1 (A zero quadratic value annihilates every mixed value).

Proof. Machine-checked in Lean as D5/S3/QuantumStates/GNSZeroPropagation.gns_zero_norm_propagation (✓ std3). ∎

Source. Repository-derived.

Commentary.

The state functional is the source trace pairing Tr(rho times a), with rho positive semidefinite and trace one. Its quadratic value at g is the squared Frobenius norm of g times the positive square root of rho.

A zero quadratic value therefore makes g times the square root of rho equal to zero. The same factorization for an arbitrary h proves the mixed trace value Tr(rho h star g) is zero.

The matrix GNS identity is reused directly; the deposited statement retains positivity, normalization, and the universal mixed-value conclusion as public clauses.

References

  • Truth anchor: D5/S3/QuantumStates/GNSZeroPropagation.gns_zero_norm_propagation
  • Dependency: D5/S3/Quantum/GNSMatrix