Chord-quotient asymptotics at a transverse crossing #
For a curve γ : ℝ → ℂ through a pole s = γ t₀ with non-vanishing one-sided derivative L,
the chord quotient (γ t - s) / (t - t₀) tends to L, so on a small one-sided interval the
normalized chord (γ t - s) / (L (t - t₀)) is close to 1. Two consequences feed the
principal-value existence argument at the crossing:
- chord quotients
(γ b - s) / (γ a - s)fora, bon a common side lie inComplex.slitPlane— the hypothesis under which the logarithmic fundamental theorem of calculus (Contour.integral_inv_sub_mul_deriv_eq_log) applies on the excised pieces; - the arguments of the annular quotients converge as the excision cutoff
δ(ε) → 0⁺, which pins the angle contribution of each branch at the pole.
Where the two sides share a proof, the statement is parametrised over the within-set u
(Ioi t₀ on the right, Iio t₀ on the left).
Main results #
Contour.chord_quotient_tendsto—(γ t - s) / (t - t₀) → Lalong𝓝[u] t₀fort₀ ∉ u.Contour.exists_normalized_chord_bound_right/_left—‖(γ t - s)/(L(t - t₀)) - 1‖ ≤ ρon a fixed one-sided interval.Contour.div_mem_slitPlane_of_close_to_one—z / w ∈ slitPlaneforz, w1/4-close to1.Contour.exists_chord_quotient_mem_slitPlane_right/_left— chord quotients on a small one-sided interval lie in the slit plane.Contour.arg_annular_quotient_tendsto_right/_left— convergence of the annular quotient arguments along a positive cutoffδ(ε) → 0⁺.Contour.exists_chord_div_tangent_mem_slitPlane_right/Contour.exists_neg_tangent_div_chord_mem_slitPlane_left— a window radius on which the boundary quotients (chord over tangent on the right, negated tangent over chord on the left) lie in the slit plane, discharging theh_slithypotheses of the annular lemmas.Contour.exists_crossing_slitPlane_radius— the per-crossing package: one radius carrying all four slit-plane properties together with the non-zero one-sided derivatives, ready for a common minimum across the crossings of a pole.
Provenance #
Migrated from chord_div_t_tendsto, normalized_chord_close, exists_normalized_chord_*,
div_mem_slitPlane_of_close_to_one, chord_quotient_mem_slitPlane,
exists_slitPlane_chord_quotient_*, tendsto_arg_of_pos_smul_tendsto, and
arg_*_annular_tendsto of CPVExistence.lean, together with
exists_chord_div_endpoint_slitPlane_right/_left of LocalCutoffs.lean, in the AINTLIB
LeanModularForms development.
See N. Hungerbühler, M. Wasem, Non-integer valued winding numbers and a generalized Residue
Theorem, arXiv:1808.00997, §3.
Chord-to-tangent quotient limit. Given HasDerivWithinAt γ L u t₀ with t₀ ∉ u and
γ t₀ = s, the chord quotient (γ t - s) / (t - t₀) tends to L along 𝓝[u] t₀.
Specialises to the one-sided limits at u = Ioi t₀ (right) and u = Iio t₀ (left).
Fixed-radius normalized chord bound (right side): a positive radius r on whose
right interval (t₀, t₀ + r] the normalized chord is uniformly ρ-close to 1.
Fixed-radius normalized chord bound (left side): the counterpart of
exists_normalized_chord_bound_right on [t₀ - r, t₀).
Chord quotient in the slit plane (algebraic core). If the normalized chords at a and
b are 1/4-close to 1 and a, b lie on a common side of t₀ — so that
(b - t₀) / (a - t₀) > 0 — then (γ b - s) / (γ a - s) ∈ Complex.slitPlane.
Chord quotients on a small right interval lie in the slit plane: there is r > 0 such
that (γ b - s) / (γ a - s) ∈ Complex.slitPlane whenever t₀ < a ≤ b ≤ t₀ + r.
Chord quotients on a small left interval lie in the slit plane: there is r > 0 such
that (γ b - s) / (γ a - s) ∈ Complex.slitPlane whenever t₀ - r ≤ a ≤ b < t₀. Stated with
a the left endpoint — the form in which the argument-lift fundamental theorem of calculus
consumes it on the left excised piece.
Positive real scaling does not move the argument: if Q ∈ slitPlane, c ε > 0
eventually, and (c ε : ℂ) * f ε → Q, then arg (f ε) → arg Q.
Right annular quotient argument convergence: along a positive cutoff δ(ε) → 0⁺, the
argument of the annular quotient (γ (t₀ + r) - s) / (γ (t₀ + δ ε) - s) converges to the
argument of (γ (t₀ + r) - s) / L.
Left annular quotient argument convergence: along a positive cutoff δ(ε) → 0⁺, the
argument of the annular quotient (γ (t₀ - δ ε) - s) / (γ (t₀ - r) - s) converges to the
argument of (-L) / (γ (t₀ - r) - s).
Boundary chord-to-tangent quotients in the slit plane (right): there is a window radius
r > 0 such that (γ (t₀ + r') - s) / L ∈ Complex.slitPlane for every 0 < r' ≤ r — the
h_slit input of arg_annular_quotient_tendsto_right at any admissible window radius.
Boundary chord-to-tangent quotients in the slit plane (left): there is a window radius
r > 0 such that (-L) / (γ (t₀ - r') - s) ∈ Complex.slitPlane for every 0 < r' ≤ r — the
h_slit input of arg_annular_quotient_tendsto_left at any admissible window radius.
The per-crossing slit-plane radius package: at a transverse crossing with non-zero
one-sided derivatives, a single radius r > 0 carries all four slit-plane properties — the
two-sided chord quotients and the two boundary tangent quotients at every admissible offset —
so a common minimum over the crossings of a pole inherits them all.