A regular derivative-coordinate matrix yields a minimal scalar equation
ProvedArithmeticE.polynomial_derivative_frame_minimal_equationdifferential-equationsformalizationlinear-algebra
Let , , and . Suppose has a polynomial derivative frame of order : there are polynomially independent series and polynomial data with
and . Then there are polynomials such that
and no nonzero polynomial differential operator of order less than annihilates .
Thus the equation has minimal order and is ordinary at . This is a purely algebraic implication; it has no E-function or arithmetic hypothesis. Order zero is allowed and corresponds to the frame forcing .
Preamble
import Definitions.Def_polynomialDerivativeFrame open ArithmeticE
Formal statement
theorem ArithmeticE.polynomial_derivative_frame_minimal_equation
(F : PowerSeries ℂ) (ξ : ℂ) (n : ℕ)
(hf : PolynomialDerivativeFrame F ξ n) :
∃ p : ℕ → Polynomial ℂ, MinimalEquation p n F ∧ (p n).eval ξ ≠ 0 := by sorrySource
Auxiliary formalization of Beukers, A refined version of the Siegel–Shidlovskii theorem, Theorem 3.2, printed pp. 6–7 (prescribed derivative rows and determinant equation), https://webspace.science.uu.nl/~beuke106/siegelshidlovskii.pdf. These explicit polynomial-numerator and module-coordinate interfaces are derived from the proof, not quoted named lemmas.