Basic definitions for classical complex Weierstrass preparation #
This module will contain the ordinary finite-dimensional spaces and local analytic
definitions used by the proof development. The independently audited public
statement remains in Challenge.lean.
@[reducible, inline]
The complex parameter space ℂⁿ.
Equations
- ClassicalComplexWPT.Base n = (Fin n → ℂ)
Instances For
@[reducible, inline]
The parameter space together with the distinguished complex variable.
Equations
Instances For
The distinguished-variable slice has a zero of exact order d at the origin:
all derivatives of order below d vanish and the derivative of order d does
not vanish.
Equations
- ClassicalComplexWPT.ExactOrderInLastVariable f d = ((∀ k < d, iteratedDeriv k (ClassicalComplexWPT.lastSlice f) 0 = 0) ∧ iteratedDeriv d (ClassicalComplexWPT.lastSlice f) 0 ≠ 0)
Instances For
def
ClassicalComplexWPT.IsWeierstrassPreparation
{n : ℕ}
(f : Ambient n → ℂ)
(d : ℕ)
(a : Fin d → Base n → ℂ)
(u : Ambient n → ℂ)
:
f is locally the product of a nonvanishing analytic unit and a monic
distinguished-variable polynomial whose lower coefficients are analytic and
vanish at the base origin.
Equations
- One or more equations did not get rendered due to their size.