Every nonzero Euler E-combination has a minimal equation ordinary at one
ProvedEulerMascheroni.Mixed.ordinary_minimal_combinationdifferential-equationse-functionsformalization
For any complex , not all zero, the formal combination admits a positive-order minimal scalar polynomial differential equation whose leading coefficient is nonzero at .
If , use the explicit minimal third-order operator. If and , use , whose minimality follows from independence of and . A nonzero multiple of has minimal equation , and a nonzero constant has minimal equation . Thus this proves the entire ordinary cyclic-combination step needed for the Euler E-system at one, including all degenerate cases. No algebraicity hypothesis on and no arithmetic zero theorem are used.
Preamble
import Definitions.Def_eulerScalarEquation open ArithmeticE EulerMascheroni.Mixed
Formal statement
theorem EulerMascheroni.Mixed.ordinary_minimal_combination (a b c : ℂ) (hn : a ≠ 0 ∨ b ≠ 0 ∨ c ≠ 0) :
∃ (p : ℕ → Polynomial ℂ) (n : ℕ), 0 < n ∧
MinimalEquation p n (formalCombination a b c) ∧ (p n).eval 1 ≠ 0 := by sorry
Source
Direct scalar elimination in the Euler E-system; the ordinary cyclic-combination step in Beukers, https://webspace.science.uu.nl/~beuke106/siegelshidlovskii.pdf, Theorem 3.2, pp. 6–7. Minimality uses the separately proved polynomial functional independence of 1, exp(X), and exp(X) Ein(X).