Documentation

TauCeti.Analysis.Calculus.DSlopeIntegral

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 #

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.

theorem TauCeti.dslope_eq_integral_deriv {f : } {U : Set } (hU : Convex U) (hU_open : IsOpen U) (hf : DifferentiableOn f U) {c w : } (hc : c U) (hw : w U) :
dslope f c w = (t : ) in 0..1, deriv f (c + t (w - c))

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.

theorem TauCeti.continuousOn_dslope_prod {f : } {U : Set } (hU_open : IsOpen U) (hf : DifferentiableOn f U) :
ContinuousOn (fun (p : × ) => dslope f p.1 p.2) (U ×ˢ U)

Joint continuity of (c, w) ↦ dslope f c w on U ×ˢ U for f differentiable on an arbitrary open set U (no convexity assumption).

theorem TauCeti.continuousOn_dslope_first_arg {f : } {U : Set } (hU_open : IsOpen U) (hf : DifferentiableOn f U) {w₀ : } (hw₀ : w₀ U) :
ContinuousOn (fun (c : ) => dslope f c w₀) U

Continuity of c ↦ dslope f c w₀ on any open set U (no convexity). Follows from continuousOn_dslope_prod by partial application.

theorem TauCeti.deriv_dslope_bounded_on_compact {f : } {U : Set } (hU_open : IsOpen U) (hf : DifferentiableOn f U) {K_c : Set } (hK_compact : IsCompact K_c) (hK_sub : K_cU) {w₀ : } (hw₀ : w₀ U) :
C > 0, δ > 0, cK_c, wMetric.ball w₀ δ, deriv (dslope f c) w C

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.