Documentation

LeanPool.LocalComplexGeometry.ClassicalComplexWPT.NormalizedCoefficients

Normalized weighted coefficient sequences #

Exact order in the distinguished variable lets us choose a small positive weight so that the normalized coefficient sequence is strictly close to the degree-d monomial in the ordinary complex ℓ¹ norm. This is the Archimedean tail-scaling estimate needed by the Banach-algebra proof.

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

Absolutely summable one-variable coefficient sequences at the origin.

Equations
Instances For
    noncomputable def ClassicalComplexWPT.monomialSeq (d : ) :

    The monomial coefficient vector supported at degree d.

    Equations
    Instances For
      @[simp]
      theorem ClassicalComplexWPT.monomialSeq_apply_ne {d k : } (h : k d) :
      (monomialSeq d) k = 0
      noncomputable def ClassicalComplexWPT.scaleSeq (t : NNReal) (ht : t 1) (f : OriginSeq) :

      Diagonal rescaling of an ℓ¹ sequence by powers of t ≤ 1.

      Equations
      Instances For
        @[simp]
        theorem ClassicalComplexWPT.scaleSeq_apply (t : NNReal) (ht : t 1) (f : OriginSeq) (k : ) :
        (scaleSeq t ht f) k = t ^ k * f k
        noncomputable def ClassicalComplexWPT.normalizedScale (t : NNReal) (ht : t 1) (f : OriginSeq) (d : ) :

        Rescale a sequence and normalize its coefficient in degree d to one.

        Equations
        Instances For
          @[simp]
          theorem ClassicalComplexWPT.normalizedScale_apply (t : NNReal) (ht : t 1) (f : OriginSeq) (d k : ) :
          (normalizedScale t ht f d) k = (t ^ d * f d)⁻¹ * (t ^ k * f k)
          theorem ClassicalComplexWPT.normalizedScale_sub_monomial_apply_lt {t : NNReal} (ht : t 1) (ht0 : 0 < t) (f : OriginSeq) (d k : ) (hlow : j < d, f j = 0) (hfd : f d 0) :
          ↑(normalizedScale t ht f d - monomialSeq d) k t / f d * f k
          theorem ClassicalComplexWPT.norm_normalizedScale_sub_monomial_le {t : NNReal} (ht : t 1) (ht0 : 0 < t) (f : OriginSeq) (d : ) (hlow : j < d, f j = 0) (hfd : f d 0) :
          theorem ClassicalComplexWPT.exists_scale_normalized_close_half (f : OriginSeq) (d : ) (hlow : j < d, f j = 0) (hfd : f d 0) :
          ∃ (t : NNReal) (ht : t 1), 0 < t t < 1 normalizedScale t ht f d - monomialSeq d < 1 / 2

          Distinguished-variable coefficients at the base origin, weighted by R^k.

          Equations
          Instances For
            @[simp]
            theorem ClassicalComplexWPT.originWeightedCoeffs_low_eq_zero {n d : } {f : Ambient n} (p : FormalMultilinearSeries (Ambient n) ) (hp : HasFPowerSeriesAt f p 0) (horder : ExactOrderInLastVariable f d) (R : NNReal) (hR : R < p.radius) {k : } (hk : k < d) :
            (originWeightedCoeffs p R hR) k = 0
            theorem ClassicalComplexWPT.originWeightedCoeffs_top_ne_zero {n d : } {f : Ambient n} (p : FormalMultilinearSeries (Ambient n) ) (hp : HasFPowerSeriesAt f p 0) (horder : ExactOrderInLastVariable f d) (R : NNReal) (hR0 : 0 < R) (hR : R < p.radius) :
            (originWeightedCoeffs p R hR) d 0
            theorem ClassicalComplexWPT.mul_radius_lt_of_le_one {n : } (p : FormalMultilinearSeries (Ambient n) ) (R t : NNReal) (hR : R < p.radius) (ht : t 1) :
            ↑(t * R) < p.radius
            noncomputable def ClassicalComplexWPT.normalizedOriginCoeffs {n : } (p : FormalMultilinearSeries (Ambient n) ) (r : NNReal) (hr : r < p.radius) (d : ) :

            Normalize the radially weighted Taylor coefficients at the origin.

            Equations
            Instances For
              @[simp]
              theorem ClassicalComplexWPT.normalizedOriginCoeffs_apply {n : } (p : FormalMultilinearSeries (Ambient n) ) (r : NNReal) (hr : r < p.radius) (d k : ) :
              (normalizedOriginCoeffs p r hr d) k = (r ^ d * lastTaylorCoefficient p d 0)⁻¹ * (r ^ k * lastTaylorCoefficient p k 0)
              noncomputable def ClassicalComplexWPT.normalizedCoefficientMap {n : } (C : Base nOriginSeq) (denom : ) :
              Base nOriginSeq

              Normalize any analytic coefficient map by a fixed scalar.

              Equations
              Instances For
                noncomputable def ClassicalComplexWPT.analyticNormalizedCoefficientMap {n : } (p : FormalMultilinearSeries (Ambient n) ) (r : NNReal) (hr : r < p.radius) (d : ) :
                Base nOriginSeq

                The analytic weighted coefficient map normalized by its degree-d coefficient at the base origin.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For

                  Exact distinguished order supplies a normalized analytic coefficient map that is within 1/2 of the monomial at the origin and remains within 1 on a neighborhood of the base origin.