Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Exact Matrix Units from a Finite Weyl Pair

Abstract

Finite Fourier combinations of the cyclic window clock and shift form exact matrix units.

Theorem 1.1 (Fourier matrix units are single-entry matrices).

Proof. Machine-checked in Lean as D5/S3/Observer/MatrixUnitCertificate.matrix_unit_eq_single (✓ std3). ∎

Source. Repository-derived.

Commentary.

For every positive window cardinality M and indices i and j in Z/MZ, the Fourier construction E_ij defined below equals the matrix with entry one at (i,j) and zero elsewhere. Character orthogonality gives the diagonal projector, and the shift places its nonzero entry at (i,j).

Theorem 1.2 (Weyl Fourier matrix units multiply exactly).

Proof. Machine-checked in Lean as D5/S3/Observer/MatrixUnitCertificate.matrix_unit_mul (✓ std3). ∎

Source. Repository-derived.

Commentary.

For each positive window cardinality M, Fourier projection of the frozen clock V_M onto address i, followed by the frozen shift U_M^(i-j), defines E_ij. The exponent i-j is forced by the existing entry convention U_M(r,s) = 1 exactly when r-s = 1.

The standard Z/MZ characters enumerate the full finite character group. Exact character orthogonality makes the Fourier projector the single-entry matrix at (i,i), and the shift moves its nonzero column to j. Thus E_ij is exactly the standard single-entry matrix at (i,j).

Consequently E_ij E_kl equals E_il when j=k and is the zero matrix otherwise. This is an identity of complex matrices for every four window indices; it has no residual, norm bound, tolerance, or numerical approximation.

Theorem 1.3 (Diagonal matrix units resolve the identity).

Proof. Machine-checked in Lean as D5/S3/Observer/MatrixUnitCertificate.matrix_units_sum_diagonal (✓ std3). ∎

Source. Repository-derived.

Commentary.

Summing the diagonal Fourier matrix units over every cyclic address gives the identity matrix exactly. This is the finite-window completeness relation for the same Weyl-generated family.

References

  • Truth anchor: D5/S3/Observer/MatrixUnitCertificate.matrix_unit_eq_single
  • Truth anchor: D5/S3/Observer/MatrixUnitCertificate.matrix_unit_mul
  • Truth anchor: D5/S3/Observer/MatrixUnitCertificate.matrix_units_sum_diagonal
  • Dependency: D5/S3/Observer/WindowRegister