Generalized Winding Number at Right Edge Points #
Proves generalizedWindingNumber' (fdBoundaryH H) 0 5 s = -1/2 for points s
on the right vertical edge of the fundamental domain (s.re = 1/2, √3/2 < s.im < H).
FTC on a smooth segment: ∫ f'/f = log(−f(b)) − log(−f(a))
when −f stays in slitPlane. Delegates to LogDerivFTC.ftc_log_neg_on_segment.
FTC for log ∘ f when f stays in slitPlane (no negation).
Delegates to LogDerivFTC.ftc_log_on_segment.
FTC telescope: the left + right logDeriv integrals of fdBoundaryH H - s (skipping the
crossing interval [t₀ - δ, t₀ + δ]) equal log(-(h₀(t₀ - δ))) - log(-(h₀(t₀ + δ))).
Here h₀ t = fdBoundarySeg1H H t - s, α = H - √3/2, t₀ = (H - s.im)/α, δ > 0.
Also returns integrability of (fdBoundaryH H t - s)⁻¹ * deriv (fdBoundaryH H) t.
SingleCrossingData construction for right edge #
Demonstrates how the SingleCrossingData framework can be used to prove
the right edge winding number result.
Construct SingleCrossingData for a right edge point.
Bundles all the geometric ingredients (crossing parameter, cutoff function, far/near bounds, FTC telescope, limit) into a single data structure.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Alternative proof of the right edge gWN via the SingleCrossingData framework.
Demonstrates that the main theorem can be derived from the framework by
constructing rightEdgeCrossingData and applying gWN_eq_neg_half_of_singleCrossing.