Documentation

LeanPool.LocalComplexGeometry.Geometry.FiniteProjection

Geometric finite projection of a prepared hypersurface #

This module packages the genuine local finite-map conclusion of Weierstrass preparation. The source is the actual zero locus in an open vertical tube, and properness is asserted over the open base neighborhood itself.

Coordinate and zero-locus definitions #

Projection to the first n standard complex coordinates.

Equations
Instances For

    Append a distinguished last coordinate.

    Equations
    Instances For

      Evaluation of a monic prepared polynomial in its base and last variables.

      Equations
      Instances For
        @[reducible, inline]

        The zero locus of F in the open vertical tube U × {‖w‖ < R}.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          noncomputable def LocalComplexGeometry.localProjection {n : } (F : ComplexEuclidean (n + 1)) (U : Set (ComplexEuclidean n)) (R : ) :
          LocalHypersurface F U RU

          Projection of the local hypersurface to its open base.

          Equations
          Instances For

            Audited geometric finite-projection predicate #

            An explicit local finite projection, including analytic preparation on a tube, vertical boundary control, finite fibers, surjectivity, and genuine properness over the open base U.

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

              The polynomial associated to one vertical fiber #

              The prepared value at z, regarded as a polynomial in the last variable.

              Equations
              Instances For
                theorem LocalComplexGeometry.preparedValue_exists_zero {n d : } (hd : 0 < d) (a : Fin dComplexEuclidean n) (z : ComplexEuclidean n) :
                ∃ (w : ), preparedValue a z w = 0
                theorem LocalComplexGeometry.norm_lt_of_monic_sum_eq_zero_of_coeff_bound {d : } (hd : 0 < d) {r : } (hr : 0 < r) (b : Fin d) (w : ) (hb : ∀ (i : Fin d), b i < r ^ (d - i) / (2 * d)) (hzero : w ^ d + i : Fin d, b i * w ^ i = 0) :

                A quantitative root bound for a monic polynomial with sufficiently small lower coefficients.

                A compact-preimage criterion for the local projection #

                theorem LocalComplexGeometry.isProperMap_localProjection_of_inner_bound {n : } {F : ComplexEuclidean (n + 1)} {U : Set (ComplexEuclidean n)} {r R : } (_hr : 0 r) (hrR : r < R) (hF : ContinuousOn F {x : ComplexEuclidean (n + 1) | (dropLastCLM n) x U (lastCoordinateCLM n) x < R}) (hbound : ∀ (x : ComplexEuclidean (n + 1)), (dropLastCLM n) x U(lastCoordinateCLM n) x < RF x = 0(lastCoordinateCLM n) x r) :

                If all zeros in the radius-R tube actually lie in a fixed smaller closed disc, then projection of the zero locus to the open base is proper.

                From an open preparation witness to finite projection #

                theorem LocalComplexGeometry.hasGeometricFiniteProjection_of_open_preparation {n d : } (hd : 0 < d) {f : ClassicalComplexWPT.Ambient n} (hf : AnalyticAt f 0) (a : Fin dClassicalComplexWPT.Base n) (u : ClassicalComplexWPT.Ambient n) (s : Set (ClassicalComplexWPT.Ambient n)) (ha : ∀ (i : Fin d), AnalyticAt (a i) 0) (ha0 : ∀ (i : Fin d), a i 0 = 0) (hu : AnalyticAt u 0) (hs : IsOpen s) (hs0 : 0 s) (hunit : xs, u x 0) (hfactor : xs, f x = u x * ClassicalComplexWPT.preparedPolynomial d a x) :

                A positive-degree preparation on an open neighborhood yields the full audited geometric finite-projection predicate after shrinking to a product tube.

                Positive exact order, through the pinned WPT theorem, gives a genuine geometric finite projection in the standard coordinate model.