Documentation

LeanPool.LocalComplexGeometry.ClassicalComplexWPT.L1PowerSeries

Analytic evaluation of an ℓ¹ coefficient sequence #

An ℓ¹ sequence defines a power series on the open unit disc. More importantly for preparation, evaluation is jointly analytic in the coefficient sequence and the scalar variable at every point whose scalar coordinate is zero. The proof packages the coordinate evaluations into an operator-valued formal multilinear series with radius at least one.

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

Complex ℓ¹ sequences, viewed as coefficients of one-variable power series.

Equations
Instances For

    Evaluation of the k-th coefficient as a continuous linear functional.

    Equations
    Instances For

      The continuous-linear evaluation operator at w.

      Equations
      Instances For
        noncomputable def ClassicalComplexWPT.evalL1PowerSeries (a : L1Sequence) (w : ) :

        Evaluate an ℓ¹ sequence as a one-variable power series.

        Equations
        Instances For

          Evaluation is jointly analytic in the sequence and scalar at scalar coordinate zero.

          An analytic family of ℓ¹ coefficients evaluates to a jointly analytic function.

          theorem ClassicalComplexWPT.evalL1PowerSeries_eq_tsum (a : L1Sequence) {w : } (hw : w < 1) :
          evalL1PowerSeries a w = ∑' (k : ), a k * w ^ k

          Inside the unit disc, bundled evaluation is the usual scalar power-series sum.

          theorem ClassicalComplexWPT.summable_norm_l1_mul_pow (a : L1Sequence) {w : } (hw : w 1) :
          Summable fun (k : ) => a k * w ^ k
          theorem ClassicalComplexWPT.summable_l1_mul_pow (a : L1Sequence) {w : } (hw : w 1) :
          Summable fun (k : ) => a k * w ^ k

          Evaluation turns ℓ¹ convolution into multiplication inside the unit disc.