Polynomial multiplication commutes with canonical E-series evaluation
ProvedArithmeticE.polynomial_mul_series_valueanalysise-functionspower-series
Let be a formal complex power series whose rational factorial-normalized coefficients satisfy the E-function exponential size and common-denominator bounds. For every complex polynomial and every , canonical series evaluation obeys
This identifies the formal polynomial products used in scalar differential equations with their analytic values. The proof uses absolute convergence of the E-series, the finite support of the polynomial, and the Cauchy product formula. It needs no value-lifting or arithmetic zero theorem.
Preamble
import Definitions.Def_rationalEArithmetic open ArithmeticE
Formal statement
theorem ArithmeticE.polynomial_mul_series_value (P : Polynomial ℂ) (f : PowerSeries ℂ)
(hf : RationalSeriesArithmetic f) (z : ℂ) :
seriesValue ((P : PowerSeries ℂ)*f) z = P.eval z * seriesValue f z := by sorry
Source
Cauchy product theorem for absolutely convergent series; analytic identification needed in Beukers, https://webspace.science.uu.nl/~beuke106/siegelshidlovskii.pdf, Theorem 3.2.