Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Diagonal Phase Blindness

Abstract

Diagonal observable families cannot recover relative phase without a non-diagonal interface.

Theorem 1.1 (Diagonal observables cannot recover relative phase).

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

Source. Repository-derived.

Commentary.

The equal superposition density and its conjugate by the canonical phase flip are distinct. Every indexed family of diagonal matrices gives the same joint trace-expectation readout on this pair, regardless of the size of the index type.

The second public clause uses the same pair: any matrix whose expectation separates the two states cannot be diagonal. The canonical Pauli X matrix supplies such a non-diagonal interface explicitly.

The family readout, trace expectation, diagonal predicate, states, and interface are existing repository or pinned-library primitives; no parallel observation carrier is introduced.

References