Documentation

TauCeti.Analysis.Contour.Curve.Integrability

Integrability of contour integrands #

A piecewise- curve has interval-integrable derivative. Multiplying that derivative by a continuous function along the compact curve image therefore gives an interval-integrable contour integrand. This file packages that Layer 0 conclusion of the contour-integration roadmap for vector-valued integrands over .

The main theorem assumes continuity on the exact image γ '' [[a, b]]; a companion form accepts continuity on any set containing that image.

Main results #

The proof uses Mathlib's IntervalIntegrable.smul_continuousOn, after IsPiecewiseC1On.intervalIntegrable_deriv supplies integrability of the velocity.

theorem TauCeti.Contour.IsPiecewiseC1On.intervalIntegrable_deriv_smul_comp {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {γ : } {f : E} {a b : } ( : IsPiecewiseC1On γ a b) (hf : ContinuousOn f (γ '' Set.uIcc a b)) :
IntervalIntegrable (fun (t : ) => deriv γ t f (γ t)) MeasureTheory.volume a b

Along a piecewise- curve, the product of the curve velocity with a function continuous on the curve image is interval-integrable. This is the vector-valued contour integrand t ↦ deriv γ t • f (γ t) from Layer 0 of the contour-integration roadmap.

theorem TauCeti.Contour.IsPiecewiseC1On.intervalIntegrable_deriv_smul_comp_of_mapsTo {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {γ : } {f : E} {a b : } {s : Set } ( : IsPiecewiseC1On γ a b) (hf : ContinuousOn f s) (hγs : Set.MapsTo γ (Set.uIcc a b) s) :
IntervalIntegrable (fun (t : ) => deriv γ t f (γ t)) MeasureTheory.volume a b

Ambient-set form of IsPiecewiseC1On.intervalIntegrable_deriv_smul_comp: it suffices for f to be continuous on a set s containing the curve image.