Division by one minus X preserves minimal differential order
ProvedArithmeticE.division_preserves_minimal_orderdifferential-equationse-functionsformalization
Let and let be a minimal polynomial differential equation for . Then has a minimal equation of the same order , with leading coefficient .
The forward operator is , whose coefficients are , with the last correction omitted at . Minimality follows from the reverse identity
Multiplying an order- equation for by therefore produces an order- polynomial equation for , with nonzero leading coefficient. A smaller equation would contradict minimality of .
This proves the rational gauge step used in the classical zero-singularity argument. No arithmetic regularity or zero-singularity theorem is assumed or proved by this statement.
Preamble
import Definitions.Def_beukersLiftingData open ArithmeticE
Formal statement
theorem ArithmeticE.division_preserves_minimal_order (g : PowerSeries ℂ) (p : ℕ → Polynomial ℂ) (n : ℕ)
(hm : MinimalEquation p n ((1-PowerSeries.X)*g)) :
∃ q : ℕ → Polynomial ℂ, MinimalEquation q n g ∧ q n = (1-Polynomial.X)*p n := by sorry
Source
Beukers, A refined version of the Siegel–Shidlovskii theorem, https://webspace.science.uu.nl/~beuke106/siegelshidlovskii.pdf, proof of Corollary 2.2, pp. 3–4: the minimal operator of the quotient is L composed with multiplication by the linear factor. The reverse-jet identity makes the minimality argument explicit.