Higher-order antiderivative asymptotics at an on-curve pole #
For the higher-order pole integrand 1/(z-s)^k (k ≥ 2) with single-valued antiderivative
F(z) = -1/[(k-1)(z-s)^(k-1)], this file proves the asymptotics the sector-cancellation
argument of the generalized residue theorem consumes: along a branch of a curve leaving s
with one-sided tangent L and perpendicular deviation o(‖γ t - s‖ ^ n) (n ≥ k), the
difference F(γ t) - F(tangent target) tends to 0, where the tangent target is the point of
the tangent ray at the same distance from s. Combined with the fundamental theorem of calculus
on each smooth piece, this replaces the curve by its tangent rays in the excised principal
value, up to a vanishing error.
Main results #
Contour.hasDerivAt_antiderivative_pow_inv— the antiderivative of1/(z-s)^k.Contour.norm_antiderivative_diff_le_segment_bound— the mean-value bound for the antiderivative along a segment avoiding the pole.Contour.chord_to_tangent_isLittleO— the chord to the tangent target iso(‖γ t - s‖ ^ n)given the deviation bound, in the tangent hemisphere.Contour.antiderivative_diff_at_tangent_target_tendsto_zero— the parametrised core: the antiderivative difference to the tangent target tends to0for2 ≤ k ≤ n.Contour.antiderivative_diff_at_tangent_target_tendsto_zero_right/_left— the one-sided forms, from a one-sided derivative and the deviation bound against the tangent (+Lray on the right,-Lray on the left).
The one-sided forms take the deviation bound ‖tangentDeviation (γ t - s) L‖ = o(‖γ t - s‖ ^ n)
as a hypothesis; producing it from Contour.FlatOfOrder (whose witness directions are
existential) is the tangent-forcing bridge, a separate step.
Provenance #
Migrated from HungerbuhlerWasem/HigherOrderAsymptotics.lean of the AINTLIB LeanModularForms
development, restated for the raw curve: the flatness hypotheses carried there by the
IsFlatOfOrder structure become explicit deviation bounds against the one-sided tangent. See
N. Hungerbühler, M. Wasem, Non-integer valued winding numbers and a generalized Residue
Theorem, arXiv:1808.00997, §3 (eq. 3.4).
Mean-value bound for the antiderivative along a segment. When the segment from z₁ to
z₂ stays at distance ≥ ε from s, the antiderivative difference satisfies
‖F(z₂) - F(z₁)‖ ≤ ‖z₂ - z₁‖ / ε^k.
Chord-to-tangent-target o-bound (parametrised core). In the +T hemisphere and off
s, the chord from γ t to the tangent target at the same distance is dominated by the
perpendicular deviation, hence o(‖γ t - s‖ ^ n) whenever the deviation is. The right side
instantiates T = L, l = 𝓝[>] t₀; the left side T = -L, l = 𝓝[<] t₀.
The antiderivative difference to the tangent target vanishes (parametrised core). If the
chord to the +T tangent target is o(‖γ t - s‖ ^ n) along l, γ → s off s along l, and
2 ≤ k ≤ n, then F(γ t) - F(target) tends to 0 along l, for the antiderivative F of the
order-k pole integrand.
The right-branch antiderivative asymptotics: with one-sided derivative L ≠ 0 from the
right at t₀ and perpendicular deviation o(‖γ t - s‖ ^ n) against L, the antiderivative
difference between γ t and the tangent target on the +L ray tends to 0 as t → t₀⁺
(2 ≤ k ≤ n).
The left-branch antiderivative asymptotics: the counterpart of
antiderivative_diff_at_tangent_target_tendsto_zero_right from the left, with the tangent
target on the
-L ray.