Documentation

LeanPool.JacobianDiffgeo.JacFunctorial.Pullback

Form1.pullback — the easy direction (jacobian-functoriality §3) #

Unit: jacobian-functoriality. Pullback of a holomorphic 1-form along any holomorphic f : X → Y (chain rule via mfderiv, no branch-point subtlety).

Main declarations:

Compat (to be filed upstream, docs/requests/holomorphic-forms.md) #

Compat: two-manifold chart bridges (requested upstream, proved locally) #

Reading a ContMDiffAt map through arbitrary maximal-atlas charts on both source and target is analytic. Generalizes RS.contMDiffAt_iff_analyticAt_of_mem_source (f : X → ℂ) to an arbitrary charted target Y.

The (forward) preferred chart's own mfderiv at its base point is the identity — the symmetric counterpart of RS.mfderiv_chartAt_symm_chartAt_self.

theorem RS.tangentCoord_mfderiv_chart_comp {X : Type u_1} [TopologicalSpace X] [ChartedSpace X] {Y : Type u_2} [TopologicalSpace Y] [ChartedSpace Y] [IsManifold (modelWithCornersSelf ) Y] {F : XY} {g : X} {z : } (hF : MDiffAt F (g z)) (hg : MDiffAt g z) :
tangentCoord ((mfderiv% F (g z)) ((mfderiv% g z) 1)) = deriv ((chartAt (F (g z))) F g) z

Two-manifold generalization of RS.tangentCoord_mfderiv_comp: the composite mfderiv, read in the target's own preferred chart, is the planar derivative of the chart-composite.

pullbackSection and its coefficient formula #

The pulled-back covector at x: precompose η's covector at f x with the differential of f at x (crossing the TangentSpaceBundle.Trivial defeq in the codomain, as in Form1CoeffData.toSection/mdifferentialSection).

Equations
Instances For

    Master computation (mirrors Form1CoeffData.coeffInFun_toSection): in any maximal-atlas source chart e and target chart e' (with f mapping the relevant point into e'.source), the raw coefficient of pullbackSection f η is the chain-rule pullback formula.

    Form1.pullback #

    Pullback of η along f, as a raw Form1 X (before packaging as a linear map).

    Equations
    Instances For

      The preferred-chart coefficient formula (§3.1).

      Form1.pullback (§3.1): pullback of a holomorphic 1-form along any holomorphic f : X → Y, as a -linear map Form1 Y →ₗ[ℂ] Form1 X. Automatically 0 for constant f (no case split: a constant map has vanishing mfderiv, so pullbackSection vanishes identically).

      Equations
      Instances For

        The preferred-chart coefficient formula, restated for Form1.pullback.

        The any-maximal-atlas-chart coefficient formula, restated for Form1.pullback (§3.3).

        Functoriality (§3.4) #