Analytic maps into a weighted coefficient space #
An ambient formal multilinear series with positive radius determines, after
choosing a smaller distinguished-variable radius r, an analytic map from the
base variables into ℓ¹(ℕ, ℂ). Its k-th coordinate is
r ^ k * lastTaylorCoefficient p k z.
The proof is entirely Archimedean. It uses Mathlib's explicit
changeOriginSeries_summable_aux₁ binomial majorant, absolute summability, and
the ordinary triangle inequality. In particular, it does not use the
ultrametric multiplication estimates for restricted or Gauss-norm power
series.
The Banach space of absolutely summable complex sequences.
Equations
- ClassicalComplexWPT.WeightedSeq = lp (fun (x : ℕ) => ℂ) 1
Instances For
Include the base variables into the ambient space at last coordinate zero.
Equations
Instances For
Evaluate a multilinear form on copies of the last coordinate direction.
Equations
- ClassicalComplexWPT.evalLast n k = ContinuousMultilinearMap.apply ℂ (fun (x : Fin k) => ClassicalComplexWPT.Ambient n) ℂ fun (x : Fin k) => ClassicalComplexWPT.lastDirection n
Instances For
The base-variable series for the kth last-coordinate coefficient.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Place a scalar in sequence coordinate k, weighted by r ^ k.
Equations
- ClassicalComplexWPT.weightedSingleCLM r k = lp.singleContinuousLinearMap ℂ (fun (x : ℕ) => ℂ) 1 k ∘SL (↑↑r ^ k • ContinuousLinearMap.id ℂ ℂ)
Instances For
The weighted sequence-valued series supported in coordinate k.
Equations
Instances For
Assemble all weighted last-coordinate coefficient series.
Equations
- ClassicalComplexWPT.weightedCoefficientSeries p r l = ∑' (k : ℕ), ClassicalComplexWPT.weightedCoordinateSeries p r k l
Instances For
The ordinary (Archimedean) majorant needed to sum the weighted coordinate
series. This is extracted from Mathlib's changeOriginSeries_summable_aux₁;
no ultrametric inequality is used.
On the common convergence neighborhood, the j-th coordinate of the
ℓ¹-valued analytic sum is exactly the weighted moving Taylor coefficient.
The weighted last-direction Taylor coefficients at an ambient point.
Equations
- ClassicalComplexWPT.weightedLastCoeffs p r x hr = ⟨fun (k : ℕ) => ↑↑r ^ k * (p.changeOrigin x k) fun (x : Fin k) => ClassicalComplexWPT.lastDirection n, ⋯⟩
Instances For
Explicit ℓ¹ membership and norm control, uniformly on any smaller base
ball whose radius plus the distinguished weight stays inside p.radius.