The differential of a holomorphic function (CC1, design §2.4) #
Unit: holomorphic-forms (docs/design/holomorphic-forms.md). RS.mdifferential f hf is the
holomorphic 1-form df of a holomorphic function f : X → ℂ; in every maximal-atlas chart its
coefficient is the planar derivative of the chart composite
(RS.coeffIn_mdifferential : coeffIn e (df) = deriv (f ∘ e.symm) on e.target).
Also provides RS.Form1.smulFun (multiplication of a form by a holomorphic function, used by
canonical-forms) with its coefficient formula.
Holomorphic 1-forms only — no meromorphic machinery here (meromorphic 1-forms are later
f • η pairs in canonical-forms/meromorphic-trace).
The underlying covector section of the differential: x ↦ d f_x, crossing the
TangentSpace ↦ Bundle.Trivial defeq in the codomain.
Equations
- RS.mdifferentialSection f x = mfderiv% f x
Instances For
The raw chart coefficient of the differential section is the derivative of the chart composite.
The differential of a holomorphic function, as a holomorphic 1-form.
Equations
Instances For
Chart-coefficient formula for the differential: coeffIn e (df) = deriv (f ∘ e.symm) on
e.target (CC1's d-rule).
Preferred-chart coefficient of the differential.
ℂ-linearity of the differential #
The smoothness proofs of the combined functions are taken as hypotheses (no smooth-algebra
instances needed; the value of mdifferential does not depend on the proof argument).
Multiplication of a form by a holomorphic function #
Multiply a holomorphic 1-form by a holomorphic function (used by canonical-forms to build
h • η).
Equations
- RS.Form1.smulFun f hf η = { toFun := f • ⇑η, contMDiff_toFun := ⋯ }