Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Common Four-Sector Decomposition

Abstract

Commuting orthogonal projections admit the common four-sector decompositions.

Theorem 1.1 (Commuting projections have four equivalent decompositions).

Proof. Machine-checked in Lean as D5/S3/Quantum/Algebra/CommutingProjectionFourSector.commuting_projection_four_sector_criterion (✓ std3). ∎

Source. Repository-derived.

Commentary.

Let P and Q be orthogonal projections on an arbitrary complete real or complex inner-product space. Define the four sector operators by S11 = PQ, S10 = P(I-Q), S01 = (I-P)Q, and S00 = (I-P)(I-Q).

The theorem retains all four conditions of the named source statement. They are: commutation of P and Q; projection of every sector operator; orthogonality and internal direct-sum completeness of the four ranges; and existence of four pairwise orthogonal projection outcomes whose sum is the identity and whose two marginals are P and Q.

The reverse direct-sum implication uses uniqueness of sector components to make distinct sector products vanish, which recovers PQ = QP without a finite-dimensional or closed-range assumption.

Loogle returned IsStarProjection.mul as an exact result for products of commuting projections, and the proof applies it. Pinned Mathlib also supplied the orthogonal-family, star-projection range, and internal direct-sum declarations used in the proof. Repository and LeanSearch queries found no theorem packaging the complete four-condition criterion.

References

  • Truth anchor: D5/S3/Quantum/Algebra/CommutingProjectionFourSector.commuting_projection_four_sector_criterion