Documentation

LeanPool.JacobianDiffgeo.MappingDegree.Basics

Mapping-degree basics #

Surface perfectness ((๐“[โ‰ ] x).NeBot) is NOT re-proved here: surfaces-and-charts already provides the instance RS.nhdsNE_neBot for any ChartedSpace โ„‚ space.

fiberMultSum (minimal instances) #

noncomputable def RS.fiberMultSum {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [ChartedSpace โ„‚ X] [TopologicalSpace Y] [ChartedSpace โ„‚ Y] (F : X โ†’ Y) (y : Y) :

Total multiplicity of F over y (the fiber-sum). Junk-free by convention: for holomorphic nonconstant F on compact X the fiber is finite and every summand is โ‰ฅ 1; for constant F all summands are junk 0 (CC4), so the value is 0.

Equations
Instances For
    theorem RS.fiberMultSum_def {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [ChartedSpace โ„‚ X] [TopologicalSpace Y] [ChartedSpace โ„‚ Y] (F : X โ†’ Y) (y : Y) :
    theorem RS.fiberMultSum_eq_finset_sum {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [ChartedSpace โ„‚ X] [TopologicalSpace Y] [ChartedSpace โ„‚ Y] {F : X โ†’ Y} {y : Y} (hfin : (F โปยน' {y}).Finite) :
    fiberMultSum F y = โˆ‘ x โˆˆ hfin.toFinset, multiplicity F x
    theorem RS.fiberMultSum_of_forall_eq {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [ChartedSpace โ„‚ X] [TopologicalSpace Y] [ChartedSpace โ„‚ Y] {y : Y} (c : Y) :
    fiberMultSum (fun (x : X) => c) y = 0

    Junk convention: constant maps have fiberMultSum โ‰ก 0 (every summand is junk 0).

    Nonconstancy bridges and fibers (standing surface hypotheses) #

    Globally nonconstant holomorphic maps on connected surfaces are nowhere locally constant (identity theorem). THE bridge to every local-multiplicity hypothesis.

    Pointwise multiplicity is โ‰ฅ 1 under the global hypotheses.

    Fibers of nonconstant holomorphic maps are discrete.

    Fibers of nonconstant holomorphic maps on a compact surface are finite.

    Re-export of surfaces-and-charts' open mapping theorem (one-import convenience).

    Re-export of surfaces-and-charts' surjectivity theorem (one-import convenience).

    Each local multiplicity is bounded by the fiber-sum over its own value.

    Fiber-sums of nonconstant maps are positive (fibers are nonempty by surjectivity and every summand is โ‰ฅ 1).