Interior Winding Number #
The generalized winding number of the fundamental domain boundary around any strict interior point equals -1.
Main Results #
fdBoundary_H_avoids_interior— the boundary at height H never passes through a strict interior pointgWN_fdBoundary_H_eq_neg_one_of_interior— gWN = -1 for interior points with im < heightCutoffgWN_fdBoundary_H_eq_neg_one_of_strictInterior— gWN = -1 for any strict interior point with im < H
theorem
generalizedWindingNumber_fdBoundary_eq_neg_one_uhp
(s : UpperHalfPlane)
(hs_norm : ‖↑s‖ > 1)
(hs_re : |(↑s).re| < 1 / 2)
(hs_im : (↑s).im < heightCutoff)
:
Variant for upper half-plane points.
theorem
gWN_fdBoundary_H_eq_neg_one_of_interior
(p : ℂ)
(hp_norm : ‖p‖ > 1)
(hp_re : |p.re| < 1 / 2)
(hp_im_pos : 0 < p.im)
(hp_im : p.im < heightCutoff)
{H : ℝ}
(hH : heightCutoff ≤ H)
:
For interior points with im < heightCutoff, the generalized winding number of fdBoundaryH around p is -1 for any H ≥ heightCutoff.
theorem
gWN_fdBoundary_H_eq_neg_one_of_strictInterior
(p : ℂ)
(hp_norm : ‖p‖ > 1)
(hp_re : |p.re| < 1 / 2)
(hp_im_pos : 0 < p.im)
{H : ℝ}
(hH : heightCutoff ≤ H)
(hp_im : p.im < H)
:
For any strict interior point with im < H, the generalized winding number of fdBoundaryH around p is -1. Requires H ≥ heightCutoff.