Winding Number Weight at ρ #
PV integral computation and generalized winding number of fdBoundaryH
around the elliptic point ρ = e^{2πi/3}.
Main Results #
pv_integral_at_rho_tendsto— PV integral converges to -iπ/3gWN_fdBoundary_H_at_rho— gWN = -1/6 at ρ
On seg 1: γ(t) - ρ has re = cos(θ(t)) + 1/2 where θ ∈ [π/3, π/2],
so cos(θ) ∈ [0, 1/2] and re ∈ [1/2, 1] > 0.
On seg 2 (t ∈ (2, 3)): γ(t) - ρ has re = cos(θ(t)) + 1/2 > 0 since
θ ∈ (π/2, 2π/3) gives cos ∈ (-1/2, 0) hence re ∈ (0, 1/2).
theorem
arg_approach_rho_left
{H : ℝ}
:
Filter.Tendsto (fun (δ : ℝ) => (fdBoundaryH H (3 - δ) - ellipticPointRho).arg) (nhdsWithin 0 (Set.Ioi 0))
(nhds (Real.pi / 6))
The arg of the approach direction from the left (seg 2 side) at ρ.
γ(3-δ) - ρ ≈ δ·(π/6)·exp(iπ/6), so arg → π/6.
theorem
pv_integral_at_rho_tendsto
(H : ℝ)
(hH : √3 / 2 < H)
:
Filter.Tendsto
(fun (ε : ℝ) =>
∫ (t : ℝ) in 0..5, if ‖fdBoundaryH H t - ellipticPointRho‖ > ε then
(fdBoundaryH H t - ellipticPointRho)⁻¹ * deriv (fun (s : ℝ) => fdBoundaryH H s - ellipticPointRho) t
else 0)
(nhdsWithin 0 (Set.Ioi 0)) (nhds (-(Complex.I * ↑Real.pi / 3)))
The PV integral of (γ-ρ)⁻¹ γ' over [0,5] with ε-ball cutoff tends to -iπ/3.
generalizedWindingNumber' (fdBoundaryH H) 0 5 ρ = -1/6.