Documentation

LeanPool.JacobianDiffgeo.Abel.ChartSupported

abel-theorem: chart-supported (0,1)-forms and pairing localization (design §4.1 step 5) #

Unit: abel-theorem. Namespace RS.Abel.

The packaging device for design step 5: a planar function h smooth on , supported in a compact K inside the target of one maximal-atlas chart e, spreads to a global (0,1)-form ChartSupportedData.form whose coefficient in any preferred chart is the conj (deriv τ)-transported copy of h (exactly Form01.compat's law) — the concrete global object that a weak solution's chart-local dbarf/f-data assembles into.

Two consumption lemmas:

Also here: the inverse-derivative units deriv_trans_mul_deriv_trans_symm / deriv_trans_ne_zero (consumed again by the order bookkeeping in UpgradeDischarge.lean), and Form01.coeffAt_finsetSum.

Inverse-derivative units #

The two transition derivatives at matched points multiply to 1.

Transition derivatives never vanish.

Finset sums of (0,1)-form coefficients #

theorem RS.Abel.Form01.coeffAt_finsetSum {X : Type u_1} [TopologicalSpace X] [ChartedSpace X] [IsManifold (modelWithCornersSelf ) X] {ι : Type u_2} (s : Finset ι) (F : ιForm01 X) (x : X) (z : ) :
(∑ ks, F k).coeffAt x z = ks, (F k).coeffAt x z

Chart-supported (0,1)-data #

A planar (0,1)-coefficient supported compactly inside one maximal-atlas chart.

Instances For

    The source-side compact carrier.

    Equations
    Instances For
      theorem RS.Abel.ChartSupportedData.h_eq_zero_of_notMem_Ksrc {X : Type u_1} [TopologicalSpace X] [ChartedSpace X] (D : ChartSupportedData X) {y : X} (hy : y D.e.source) (hyK : yD.Ksrc) :
      D.h (D.e y) = 0
      noncomputable def RS.Abel.ChartSupportedData.coeff {X : Type u_1} [TopologicalSpace X] [ChartedSpace X] (D : ChartSupportedData X) (x : X) :

      The raw coefficient formula in the preferred chart at x.

      Equations
      Instances For
        theorem RS.Abel.ChartSupportedData.coeff_eventuallyEq_zero {X : Type u_1} [TopologicalSpace X] [T2Space X] [ChartedSpace X] (D : ChartSupportedData X) (x : X) {z : } (hz : z (chartAt x).target) (hy : (chartAt x).symm zD.Ksrc) :

        The coefficient vanishes near any target point whose source point avoids the compact source carrier.

        The chart-supported global (0,1)-form.

        Equations
        • D.form = { coeffAt := D.coeff, coeffAt_zero_off := , contDiffOn_coeffAt := , compat := }
        Instances For

          The coefficient at an active chart center.

          The coefficient at an inactive chart center.

          Pairing localization #

          theorem RS.Abel.pairing_form {X : Type u_1} [TopologicalSpace X] [T2Space X] [ChartedSpace X] [IsManifold (modelWithCornersSelf ) X] (PU : SurfPoU X) (D : ChartSupportedData X) (θ : Form1 X) :
          pairing PU D.form θ = (z : ), D.h z * coeffIn D.e θ z

          The localization lemma: the global PoU pairing of a chart-supported (0,1)-form collapses to a single planar integral in the supporting chart.