Proposition 2.2: Finite Crossings and Isolated Crossing Intervals #
For a PiecewiseC1Immersion γ : [a,b] → ℂ, we prove that the set of parameter
values where γ passes through a given point z₀ is finite. This is
Proposition 2.2 from Hungerbuhler-Wasem.
Main Results #
finite_crossings— the set{t ∈ Icc a b | γ t = z₀}is finiteexists_isolated_crossing_interval— each crossing has an isolating sub-interval
Proof Strategy #
At smooth points, HasDerivAt.eventually_ne (from deriv_ne_zero) shows crossings
are isolated. At partition points, one-sided derivative limits are nonzero, which
also gives isolation on each side via strict monotonicity of a real projection.
The crossing set is closed and has no accumulation points, hence finite by compactness.
Helper: HasDerivAt for real part composition #
Eventually not in partition (shared pattern) #
Isolation of crossings at smooth points #
At a smooth point (not in partition) where γ(t₀) = z₀, there is a punctured neighborhood in which γ(t) ≠ z₀.
Isolation of crossings at partition points #
At a partition point p with a < p, the left-sided derivative limit is nonzero, so γ(t) ≠ γ(p) for t sufficiently close to p from the left.
At a partition point p with p < b, the right-sided derivative limit is nonzero, so γ(t) ≠ γ(p) for t sufficiently close to p from the right.
Crossings are isolated #
At any crossing t₀ ∈ [a, b], there is a punctured neighborhood with no other crossings in [a,b].
Main theorem #
Isolated crossing intervals #
For each crossing, there exists an isolating sub-interval.
CPV existence for (z - z₀)⁻¹ along piecewise C¹ immersions #
CPV of (z - z₀)⁻¹ exists on a sub-interval with a single crossing,
given C² regularity at the crossing point.
This combines pv_limit_via_dyadic with cpv_exists_from_shifted_tendsto
to prove CPV existence on a sub-interval containing exactly one crossing.
The cutoff integrand for (z - z₀)⁻¹ is interval-integrable along a
piecewise C¹ curve. The integrand is bounded: (γ(t) - z₀)⁻¹ is bounded by
1/ε on the region ‖γ(t) - z₀‖ > ε, and the derivative is locally bounded
by continuity.
CPV of (z - z₀)⁻¹ exists along a piecewise C¹ immersion.
Hypotheses:
hγ_meas: γ is (Borel) measurable (follows from global continuity)h_no_endpt: γ doesn't cross z₀ at the endpoints a, bhC2: γ is C² at each interior crossing pointh_cont_deriv_cross: the derivative is continuous near each crossing
The proof uses cpv_exists_on_subinterval with the cardinality of the full
crossing set as the induction bound.
CPV of (z - z₀)⁻¹ exists along a piecewise C¹ immersion, for the
common case where the curve is globally C² and measurable.
This is a simplified version of the general theorem where C² regularity holds everywhere (not just at crossings), which is the typical case for smooth curves like the fundamental domain boundary.