Documentation

LeanPool.LocalComplexGeometry.ClassicalComplexWPT.NormalSum

Normally convergent families of formal multilinear series #

Mathlib has no generic AnalyticAt.tsum theorem. The criterion below provides the precise replacement needed here: absolute coefficient summability together with one common positive-radius majorant lets us exchange the family sum and the homogeneous-degree sum and produces a HasFPowerSeriesOnBall witness.

noncomputable def ClassicalComplexWPT.seriesTsum {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} {I : Type u_4} [NontriviallyNormedField 𝕜] [NormedAddCommGroup E] [NormedSpace 𝕜 E] [NormedAddCommGroup F] [NormedSpace 𝕜 F] (p : IFormalMultilinearSeries 𝕜 E F) :

Coefficientwise sum of a family of formal multilinear series.

Equations
Instances For
    noncomputable def ClassicalComplexWPT.sumTsum {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} {I : Type u_4} [NontriviallyNormedField 𝕜] [NormedAddCommGroup E] [NormedSpace 𝕜 E] [NormedAddCommGroup F] [NormedSpace 𝕜 F] (p : IFormalMultilinearSeries 𝕜 E F) (x : E) :
    F

    Pointwise sum of the functions represented by a family of formal multilinear series.

    Equations
    Instances For
      theorem ClassicalComplexWPT.norm_seriesTsum_le {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} {I : Type u_4} [NontriviallyNormedField 𝕜] [NormedAddCommGroup E] [NormedSpace 𝕜 E] [NormedAddCommGroup F] [NormedSpace 𝕜 F] (p : IFormalMultilinearSeries 𝕜 E F) (hcoeff : ∀ (n : ), Summable fun (i : I) => p i n) (n : ) :
      seriesTsum p n ∑' (i : I), p i n
      theorem ClassicalComplexWPT.seriesTsum_apply {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} {I : Type u_4} [NontriviallyNormedField 𝕜] [NormedAddCommGroup E] [NormedSpace 𝕜 E] [NormedAddCommGroup F] [NormedSpace 𝕜 F] [CompleteSpace F] (p : IFormalMultilinearSeries 𝕜 E F) (n : ) (hcoeff : Summable fun (i : I) => p i n) (y : E) :
      ((seriesTsum p n) fun (x : Fin n) => y) = ∑' (i : I), (p i n) fun (x : Fin n) => y

      Evaluation commutes with the coefficientwise sum of a normally summable family.

      theorem ClassicalComplexWPT.hasFPowerSeriesOnBall_sumTsum {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} {I : Type u_4} [NontriviallyNormedField 𝕜] [NormedAddCommGroup E] [NormedSpace 𝕜 E] [NormedAddCommGroup F] [NormedSpace 𝕜 F] [CompleteSpace F] (p : IFormalMultilinearSeries 𝕜 E F) (r : NNReal) (hr : 0 < r) (hcoeff : ∀ (n : ), Summable fun (i : I) => p i n) (hmajor : Summable fun (n : ) => (∑' (i : I), p i n) * r ^ n) :

      A common-radius normal-convergence criterion for summing an arbitrary family of formal multilinear series.