Documentation

LeanPool.LocalComplexGeometry.Nullstellensatz.Main

Rückert's local analytic Nullstellensatz #

The prepared-prime argument supplies the prime zero-set theorem in every dimension. This module exposes its unconditional ideal-theoretic and representative-level consequences.

The ideal of germs vanishing on the local zero set of an arbitrary ideal is its radical.

A descriptive alias for the unconditional ideal form of the local analytic Nullstellensatz.

theorem LocalComplexGeometry.localAnalyticNullstellensatz_core {n s : } {f : Fin sComplexEuclidean n} {g : ComplexEuclidean n} (hf : ∀ (i : Fin s), AnalyticAt (f i) 0) (hg : AnalyticAt g 0) (hzero : ∀ᶠ (x : ComplexEuclidean n) in nhds 0, (∀ (i : Fin s), f i x = 0)g x = 0) :
∃ (N : ), 0 < N ∃ (h : Fin sComplexEuclidean n), (∀ (i : Fin s), AnalyticAt (h i) 0) (fun (x : ComplexEuclidean n) => g x ^ N) =ᶠ[nhds 0] fun (x : ComplexEuclidean n) => i : Fin s, h i x * f i x

Rückert's local analytic Nullstellensatz for a finite family of analytic representatives. A germ vanishing on their local common zero set has a positive power in the ideal they generate.

theorem LocalComplexGeometry.localAnalyticNullstellensatz_empty {n : } {g : ComplexEuclidean n} (hg : AnalyticAt g 0) (hzero : g =ᶠ[nhds 0] fun (x : ComplexEuclidean n) => 0) :
∃ (N : ), 0 < N (fun (x : ComplexEuclidean n) => g x ^ N) =ᶠ[nhds 0] fun (x : ComplexEuclidean n) => 0

Empty-family form: an analytic representative which is locally zero has a positive power which is locally zero.