Documentation

LeanPool.LocalComplexGeometry.WPTBridge.Division

Analytic Weierstrass division #

This file reconstructs function-level analytic quotients and polynomial remainders from the sequence-level division operators.

The analytic quotient reconstructed in the original distinguished variable.

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

    The i-th remainder coefficient, rescaled back to the original variable.

    Equations
    Instances For

      Fixed-radius analytic Weierstrass division by a prepared polynomial. The radius and ambient power-series witness remain explicit so downstream germ bridges can reuse the constructed quotient and remainder functions.

      theorem LocalComplexGeometry.WPTBridge.exists_analyticWeierstrassDivision {n d : } (h : ClassicalComplexWPT.Ambient n) (hh : AnalyticAt h 0) (a : Fin dClassicalComplexWPT.Base n) (ha : ∀ (i : Fin d), AnalyticAt (a i) 0) (ha0 : ∀ (i : Fin d), a i 0 = 0) :
      ∃ (q : ClassicalComplexWPT.Ambient n) (remainder : Fin dClassicalComplexWPT.Base n), AnalyticAt q 0 (∀ (i : Fin d), AnalyticAt (remainder i) 0) h =ᶠ[nhds 0] fun (x : ClassicalComplexWPT.Ambient n) => q x * ClassicalComplexWPT.preparedPolynomial d a x + i : Fin d, remainder i x.1 * x.2 ^ i

      Arbitrary-dividend analytic Weierstrass division. This is the function-level adapter missing from the pinned WPT public surface: it returns an analytic quotient and analytic coefficients of a remainder of distinguished degree strictly below d.