Moving Taylor coefficients #
Mathlib's FormalMultilinearSeries.changeOrigin is the bridge from one power
series at the ambient origin to Taylor coefficients at the moving centers
(z, 0). In particular, every coefficient in the distinguished variable is
an analytic function of z, with all radii controlled by the original series.
Continuous-linear inclusion of the distinguished complex axis.
Equations
Instances For
The unit vector in the distinguished complex direction.
Equations
Instances For
The k-th (factorial-normalized) distinguished-variable Taylor coefficient at (z, 0).
Equations
- ClassicalComplexWPT.lastTaylorCoefficient p k z = (p.changeOrigin (z, 0) k) fun (x : Fin k) => ClassicalComplexWPT.lastDirection n
Instances For
At the base origin, changing origin leaves the diagonal distinguished coefficient unchanged.
The moving coefficient at the base origin is the usual factorial-normalized iterated derivative of the distinguished slice.
Vanishing of a directional Taylor coefficient is equivalent to vanishing of the derivative.
The public exact-order condition is exactly the first-nonzero-coefficient condition.
Every moving distinguished-variable coefficient is analytic in the base variables.
An analytic germ admits one ambient series whose moving last-variable coefficients are analytic.