Showcase #
This file packages the local Fock-space argument in a paper-friendly form.
The key reduction is the centered decomposition
p = (p - C (p.eval 0)) + C (p.eval 0),
which kills the constant term and lets the core theorem LocalFockSPR_of_small_norm
apply to the centered polynomial. The phase-aligned conclusion is then obtained
by the wrapper in LocalHelpers.lean.
The centered polynomial obtained by removing the constant term.
Equations
- FockSPR.centeredPolynomial p = p - Polynomial.C (Polynomial.eval 0 p)
Instances For
The centered polynomial has zero constant term.
The paper-friendly orthogonal reduction step: split off the constant term.