Coefficient-Driven Jacobi Characteristic Polynomial
Abstract
Strict coefficient Hankel data and self-adjoint companion multiplication produce a monic orthogonal basis whose positive Jacobi recurrence has charpoly q.
Theorem 1.1 (Coefficient data produce a positive Jacobi recurrence with charpoly q).
Proof. Machine-checked in Lean as D5/S3/Constants/Moments/CoefficientDrivenJacobiCharacteristicPolynomial.coefficient_driven_jacobi_characteristic_polynomial (✓ std3). ∎
Source. Repository-derived.
Commentary.
Let q be monic and let b be a power basis indexed below its degree. Equip the coefficient space with an inner product represented by a strictly positive finite Hankel form. The multiplication operator is the explicit companion-shaped matrix read from the coefficients of q, and is assumed self-adjoint for this Hankel inner product.
Gram–Schmidt in degree order gives an orthogonal basis p whose leading power-basis coordinate is one. Degree triangularity makes companion multiplication upper Hessenberg, while self-adjointness supplies the reflected zeros, so its matrix J in the p basis is tridiagonal.
For every positive index j, the subdiagonal entry is one and the opposite entry is h(j)/h(j-1), where h is the squared norm. Strict Hankel positivity makes this ratio positive. Finally, change-of-basis invariance reduces the characteristic polynomial to that of the companion matrix; the pinned power-basis theorem identifies it with q.
This declaration stops at the coefficient-driven Jacobi construction. It does not perform Cholesky factorization, construct chain weights, or identify the final chain polynomial.
References
- Truth anchor:
D5/S3/Constants/Moments/CoefficientDrivenJacobiCharacteristicPolynomial.coefficient_driven_jacobi_characteristic_polynomial