Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Finite Lag Autocorrelation

Abstract

A finite real signal has its exact lag autocorrelation as the Fourier coefficients of its squared modulus.

Theorem 1.1 (Finite signals expand by lag autocorrelation).

Proof. Machine-checked in Lean as D5/S0/Asymptotics/Interference/FiniteLagAutocorrelation.finite_lag_autocorrelation_expansion (✓ std3). ∎

Source. Repository-derived.

Commentary.

For a real signal indexed by Fin(T+1), p is its Laurent coefficient polynomial, extended by zero away from indices zero through T. The Laurent product A = invert(p) times p is constructed from that signal.

The first public conjunct proves that the coefficient A_m is the lag sum of f_n times f_(n+m), with the zero extension supplied by p. The second public conjunct evaluates the same Laurent product on the unit circle and obtains the squared modulus over exactly the possible lags.

The proof imports the earlier finite pairwise expansion only as the canonical finite-signal primitive. Laurent convolution, inversion, support bounds, and unit-circle conjugation establish the stronger lag-indexed statement.

References