Documentation

LeanPool.LocalComplexGeometry.ClassicalComplexWPT.WeightedCoefficientMap

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.

@[reducible, inline]
noncomputable abbrev ClassicalComplexWPT.WeightedSeq :
AddSubgroup (PreLp fun (x : ) => )

The Banach space of absolutely summable complex sequences.

Equations
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
      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
          Instances For
            @[simp]
            theorem ClassicalComplexWPT.weightedSingleCLM_apply (r : NNReal) (k : ) (z : ) :
            (weightedSingleCLM r k) z = lp.single 1 k (r ^ k * z)

            Assemble all weighted last-coordinate coefficient series.

            Equations
            Instances For
              @[simp]
              theorem ClassicalComplexWPT.weightedCoordinateSeries_apply {n : } (p : FormalMultilinearSeries (Ambient n) ) (r : NNReal) (k l : ) (v : Fin lBase n) :
              (weightedCoordinateSeries p r k l) v = lp.single 1 k (r ^ k * ((p.changeOriginSeries k l) fun (i : Fin l) => (baseInclusion n) (v i)) fun (x : Fin k) => lastDirection n)

              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.

              theorem ClassicalComplexWPT.weightedCoefficientSeries_apply {n : } (p : FormalMultilinearSeries (Ambient n) ) (r : NNReal) (hr : r < p.radius) (l : ) (v : Fin lBase n) (j : ) :
              ((weightedCoefficientSeries p r l) v) j = r ^ j * ((p.changeOriginSeries j l) fun (i : Fin l) => (baseInclusion n) (v i)) fun (x : Fin j) => lastDirection n
              theorem ClassicalComplexWPT.weightedCoefficientSeries_sum_apply {n : } (p : FormalMultilinearSeries (Ambient n) ) (r : NNReal) (z : Base n) (j : ) (hr : r < p.radius) (hzq : z Metric.eball 0 (weightedCoefficientSeries p r).radius) (hzp : (baseInclusion n) z Metric.eball 0 p.radius) :
              ((weightedCoefficientSeries p r).sum z) j = r ^ j * (p.changeOrigin ((baseInclusion n) z) j) fun (x : Fin j) => lastDirection n

              On the common convergence neighborhood, the j-th coordinate of the ℓ¹-valued analytic sum is exactly the weighted moving Taylor coefficient.

              noncomputable def ClassicalComplexWPT.weightedLastCoeffs {n : } (p : FormalMultilinearSeries (Ambient n) ) (r : NNReal) (x : Ambient n) (hr : r < (p.changeOrigin x).radius) :

              The weighted last-direction Taylor coefficients at an ambient point.

              Equations
              Instances For
                @[simp]
                theorem ClassicalComplexWPT.weightedLastCoeffs_apply {n : } (p : FormalMultilinearSeries (Ambient n) ) (r : NNReal) (x : Ambient n) (hr : r < (p.changeOrigin x).radius) (k : ) :
                (weightedLastCoeffs p r x hr) k = r ^ k * (p.changeOrigin x k) fun (x : Fin k) => lastDirection n
                theorem ClassicalComplexWPT.exists_weightedLastCoeffs_on_baseBall {n : } (p : FormalMultilinearSeries (Ambient n) ) (s r : NNReal) (hsr : s + r < p.radius) {z : Base n} (hz : z Metric.eball 0 s) :
                ∃ (c : WeightedSeq), (∀ (k : ), c k = r ^ k * lastTaylorCoefficient p k z) c ∑' (k : ), p.changeOrigin (z, 0) k * r ^ k

                Explicit ℓ¹ membership and norm control, uniformly on any smaller base ball whose radius plus the distinguished weight stays inside p.radius.