Documentation

LeanPool.JacobianDiffgeo.MappingDegree.LocalStructure

The stack of adapted charts over a fiber (heart, part 1) #

LocalConstancy.lean combines this with the planar count (RootCounting.lean) to prove that fiberMultSum is locally constant.

structure RS.FiberStack {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [ChartedSpace X] [TopologicalSpace Y] [ChartedSpace Y] (F : XY) (y₀ : Y) :
Type (max u_1 u_2)

A stack of adapted charts over y₀: the (finite) fiber enumerated as pt : Fin nX, pairwise-disjoint adapted charts at each fiber point, and an open V ∋ y₀ that is contained in every target-chart source, whose target-chart images lie in the normal-form balls, and whose F-preimage is trapped in the chart sources.

Instances For
    theorem RS.FiberStack.mem_fiber_pt {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [ChartedSpace X] [TopologicalSpace Y] [ChartedSpace Y] {F : XY} {y₀ : Y} (S : FiberStack F y₀) (i : Fin S.n) :
    S.pt i F ⁻¹' {y₀}
    theorem RS.FiberStack.maps_pt_eq {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [ChartedSpace X] [TopologicalSpace Y] [ChartedSpace Y] {F : XY} {y₀ : Y} (S : FiberStack F y₀) (i : Fin S.n) :
    F (S.pt i) = y₀
    theorem RS.FiberStack.mem_source_pt {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [ChartedSpace X] [TopologicalSpace Y] [ChartedSpace Y] {F : XY} {y₀ : Y} (S : FiberStack F y₀) (i : Fin S.n) :
    S.pt i (S.A i).e.source
    theorem RS.FiberStack.radius_pos {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [ChartedSpace X] [TopologicalSpace Y] [ChartedSpace Y] {F : XY} {y₀ : Y} (S : FiberStack F y₀) (i : Fin S.n) :
    0 < (S.A i).radius
    theorem RS.FiberStack.mult_ne_zero {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [ChartedSpace X] [TopologicalSpace Y] [ChartedSpace Y] {F : XY} {y₀ : Y} (S : FiberStack F y₀) (i : Fin S.n) :
    multiplicity F (S.pt i) 0
    theorem RS.FiberStack.fiber_eq_iUnion {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [ChartedSpace X] [TopologicalSpace Y] [ChartedSpace Y] {F : XY} {y₀ : Y} (S : FiberStack F y₀) {y : Y} (hy : y S.V) :
    F ⁻¹' {y} = ⋃ (i : Fin S.n), F ⁻¹' {y} (S.A i).e.source

    The fiber over any yV decomposes along the chart sources (disjointly, by disjoint_sources).

    Existence (standing surface hypotheses) #

    Existence of a stack of adapted charts over every point (heart, part 1; Forster 4.24-proof mechanism). Does NOT need F surjective, Y connected, nor the fiber nonempty (n = 0 is allowed).