Documentation

LeanPool.LocalComplexGeometry.ClassicalComplexWPT.EdgeCases

Edge cases of classical complex Weierstrass preparation #

The degree-zero case is independent of analytic division: the distinguished polynomial is 1, so the original analytic germ is the unit.

@[simp]
theorem ClassicalComplexWPT.preparedPolynomial_zero {n : } (a : Fin 0Base n) (x : Ambient n) :
theorem ClassicalComplexWPT.classicalComplexWeierstrassPreparation_zero {n : } {f : Ambient n} (hf : AnalyticAt f 0) (horder : ExactOrderInLastVariable f 0) :
∃ (a : Fin 0Base n) (u : Ambient n), IsWeierstrassPreparation f 0 a u ∀ (a' : Fin 0Base n) (u' : Ambient n), IsWeierstrassPreparation f 0 a' u'(∀ (i : Fin 0), a i =ᶠ[nhds 0] a' i) u =ᶠ[nhds 0] u'

Degree-zero preparation, including uniqueness of the empty coefficient family and the unit.

theorem ClassicalComplexWPT.classicalComplexWeierstrassPreparation_noBase {d : } {f : Ambient 0} (hf : AnalyticAt f 0) (horder : ExactOrderInLastVariable f d) :
∃ (a : Fin dBase 0) (u : Ambient 0), IsWeierstrassPreparation f d a u ∀ (a' : Fin dBase 0) (u' : Ambient 0), IsWeierstrassPreparation f d a' u'(∀ (i : Fin d), a i =ᶠ[nhds 0] a' i) u =ᶠ[nhds 0] u'

When there are no base variables, preparation is precisely the univariate exact-order factorization. This proves the full public existence-and- uniqueness conclusion for every degree d when n = 0.