Documentation

LeanPool.LocalComplexGeometry.ClassicalComplexWPT.PreparationSequences

Analytic quotient and remainder coefficient sequences #

This file feeds the normalized moving coefficient sequence into the \ell^1(\mathbb N) division theorem. The resulting quotient and remainder depend analytically on the base variables. At the base origin, exact order forces the remainder to vanish and the quotient to have constant coefficient one.

@[irreducible]
noncomputable def ClassicalComplexWPT.normalizedPreparationTail {n : } (p : FormalMultilinearSeries (Ambient n) ) (r : NNReal) (hr : r < p.radius) (d : ) :
Base nOriginSeq

The small perturbation of the normalized distinguished monomial.

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

    The quotient produced by dividing the degree-d monomial by the normalized moving coefficient sequence.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[irreducible]
      noncomputable def ClassicalComplexWPT.normalizedPreparationRemainder {n : } (p : FormalMultilinearSeries (Ambient n) ) (r : NNReal) (hr : r < p.radius) (d : ) :
      Base nOriginSeq

      The low-degree remainder produced by the same division.

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

        Convolution with the degree-d monomial inserts d leading zero coefficients.

        theorem ClassicalComplexWPT.convolution_apply_eq_zero_of_right {q p : OriginSeq} {n : } (hp : kn, p k = 0) :
        (convolution q p) n = 0
        theorem ClassicalComplexWPT.normalizedPreparationTail_zero_of_le {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) {k : } (hk : k d) :
        (normalizedPreparationTail p r hr d 0) k = 0
        theorem ClassicalComplexWPT.normalizedPreparationRemainder_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) (hsmall : normalizedPreparationTail p r hr d 0 < 1) :
        theorem ClassicalComplexWPT.normalizedPreparationQuotient_zero_apply_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) (hsmall : normalizedPreparationTail p r hr d 0 < 1) :
        (normalizedPreparationQuotient p r hr d 0) 0 = 1

        Exact order yields a radius and analytic quotient/remainder coefficient maps with the preparation factorization, vanishing origin remainder, and unit-normalized origin quotient.