dslope as a parameter integral #
For f : ℂ → ℂ differentiable on an open set and points c, w there, the divided slope
dslope f c w is a fundamental-theorem-of-calculus average of the derivative of f along the
segment [c, w] — on a convex set,
dslope f c w = ∫ t in 0..1, deriv f (c + t • (w - c)).
The representation unifies the two branches of dslope (deriv f c at c = w, the slope
(f w - f c) / (w - c) otherwise) into a single integral that is manifestly continuous through the
diagonal. From it we read off the analytic inputs the Dixon homology Cauchy theorem needs about the
map (c, w) ↦ dslope f c w: joint continuity and a Cauchy bound on its w-derivative.
Main results #
TauCeti.dslope_eq_integral_deriv— the integral representation on an open convex set.TauCeti.continuousOn_dslope_prod— joint continuity of(c, w) ↦ dslope f c wonU ×ˢ Ufor arbitrary openU.TauCeti.continuousOn_dslope_first_arg— continuity ofc ↦ dslope f c w₀on openU.TauCeti.deriv_dslope_bounded_on_compact— a uniform bound on‖deriv (dslope f c) w‖forcin a compact subset ofUandwnear a point ofU.
Provenance #
Adapted from DslopeIntegral.lean in the AINTLIB LeanModularForms development. Prerequisite for
the holomorphy of the Dixon dslope integral, hence for the homology Cauchy theorem and the
generalized residue theorem on the roadmap.
The dslope integral representation on a convex open set: when f is
differentiable on U and both c, w ∈ U (so the segment [c, w] ⊆ U), then
dslope f c w equals the integral of the derivative of f along the segment.
Joint continuity of (c, w) ↦ dslope f c w on U ×ˢ U for f differentiable on an
arbitrary open set U (no convexity assumption).
Continuity of c ↦ dslope f c w₀ on any open set U (no convexity).
Follows from continuousOn_dslope_prod by partial application.
Uniform bound on deriv (dslope f c) w. For f differentiable on an open set U, with c
ranging over a compact subset of U and w over a small ball around a point w₀ ∈ U, the norm
‖deriv (dslope f c) w‖ is bounded by a single constant.