Documentation

LeanPool.LocalComplexGeometry.Analytic.LevelSet

Regular holomorphic level sets #

A surjective derivative at one point gives a local analytic parametrization of the corresponding fiber. The parameter space has the expected complex dimension n - m. Besides the analytic parameter map, the interface exposes an analytic ambient fiber-coordinate map and eventual two-sided inverse laws, so the conclusion is stronger than a dimension count.

An explicit local analytic parametrization of the fiber F⁻¹(F a) by ℂ^(n-m).

The parameter and fiber-coordinate maps are analytic at their marked points. They are locally inverse on the parameter space and on the level set, and the parameter map lands in the level set on a neighborhood of the origin.

Instances For
    theorem LocalComplexGeometry.IsLocalLevelSetParametrization.eventually_mem_fiber_iff {n m : } {F : ComplexEuclidean nComplexEuclidean m} {a : ComplexEuclidean n} {parameter : ComplexEuclidean (n - m)ComplexEuclidean n} {fiberCoordinate : ComplexEuclidean nComplexEuclidean (n - m)} (h : IsLocalLevelSetParametrization F a parameter fiberCoordinate) :
    ∀ᶠ (x : ComplexEuclidean n) in nhds a, F x = F a parameter (fiberCoordinate x) = x

    Near the base point, membership in the regular level set is exactly recovery by the local parameter/fiber-coordinate pair.

    theorem LocalComplexGeometry.IsLocalLevelSetParametrization.exists_mem_nhds_parameter_injOn {n m : } {F : ComplexEuclidean nComplexEuclidean m} {a : ComplexEuclidean n} {parameter : ComplexEuclidean (n - m)ComplexEuclidean n} {fiberCoordinate : ComplexEuclidean nComplexEuclidean (n - m)} (h : IsLocalLevelSetParametrization F a parameter fiberCoordinate) :
    snhds 0, Set.InjOn parameter s

    The parameter map is injective on some neighborhood of the origin.

    theorem LocalComplexGeometry.holomorphic_regularLevelSet_parametrization {n m : } {F : ComplexEuclidean nComplexEuclidean m} {a : ComplexEuclidean n} (hF : AnalyticAt F a) (hsurj : Function.Surjective (fderiv F a)) :
    ∃ (parameter : ComplexEuclidean (n - m)ComplexEuclidean n) (fiberCoordinate : ComplexEuclidean nComplexEuclidean (n - m)), IsLocalLevelSetParametrization F a parameter fiberCoordinate

    Holomorphic regular level-set theorem. If the derivative of a holomorphic map is surjective at a, then the local fiber through a is analytically parametrized by a neighborhood of the origin in ℂ^(n-m), with an analytic local inverse defined on the ambient source.

    Only surjectivity at the marked point is assumed; no separate neighborhood constant-rank hypothesis is needed.