Documentation

LeanPool.LocalComplexGeometry.WPTBridge.DivisionUniqueness

Uniqueness in analytic Weierstrass division #

This file proves germ-level uniqueness of the analytic quotient and the finite-degree remainder coefficients.

Evaluation of a normalized finite prepared tail in physical coordinates.

theorem LocalComplexGeometry.WPTBridge.analyticWeierstrassDivision_unique {n d : } (h q q' : ClassicalComplexWPT.Ambient n) (remainder remainder' a : Fin dClassicalComplexWPT.Base n) (hq : AnalyticAt q 0) (hq' : AnalyticAt q' 0) (hremainder : ∀ (i : Fin d), AnalyticAt (remainder i) 0) (hremainder' : ∀ (i : Fin d), AnalyticAt (remainder' i) 0) (ha : ∀ (i : Fin d), AnalyticAt (a i) 0) (ha0 : ∀ (i : Fin d), a i 0 = 0) (hfactor : 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) (hfactor' : 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) :
q =ᶠ[nhds 0] q' ∀ (i : Fin d), remainder i =ᶠ[nhds 0] remainder' i

Function-germ uniqueness in analytic Weierstrass division: two analytic quotients and analytic degree-< d remainders representing the same germ have the same quotient germ and the same coefficient germs.