Uniform versus Pointwise Behavior under Contour Degeneration
Erik Goughnour
We investigate boundary degeneration in conformal maps arising from smooth planar domains that converge to polygonal limits. Focusing on a family of Lamé domains that approach a rectangle, we show that although the associated Riemann maps converge uniformly on compact subsets of the unit disk, boundary correspondence becomes increasingly non-uniform near corners.
This phenomenon is quantified using harmonic measure. We demonstrate that boundary neighborhoods of physical thickness O(1/n) near the rectangle corners correspond to preimage arcs of length O(1/n²) on the unit circle, reflecting the quadratic scaling associated with right-angle wedges.
Latest PDF (updated automatically on each release)
-
Uniform interior convergence: Riemann maps for Lamé curves converge uniformly on compact subsets of the unit disk as the exponent n → ∞
-
Non-uniform boundary behavior: Boundary correspondence fails to extend uniformly to the boundary near corners
-
Quadratic scaling law: Corner harmonic measure scales as O(1/n²), consistent with right-angle wedge theory
-
Numerical validation: Boundary integral methods confirm the scaling law without explicit Riemann map computation
All numerical results can be reproduced using the companion software packages:
| Package | Description |
|---|---|
| superellipse | Lamé curve geometry and discretization |
| panel-bie | Boundary integral equation solvers |
| harmonic-measure | Harmonic measure computation |
| Binder | Purpose |
|---|---|
| Numerical verification | |
| Visual illustrations |
- Paper source + CI - LaTeX and build automation
- Numerics glue - Experiment configuration
# Install packages
pip install harmonic-measure superellipse panel-bie
# Run scaling diagnostic
harmonic-measure scaling --ns 8 12 16 24 32 48
# Generate paper figures
pip install matplotlib
python -c "
from harmonic_measure import corner_scaling_diagnostic
ns, arcs, slope = corner_scaling_diagnostic([8, 12, 16, 24, 32, 48])
print(f'Fitted slope: {slope:.4f} (expected: -2.0)')
"@article{Goughnour2026,
author = {Erik Goughnour},
title = {On the Convergence of Analytic Boundary Approximations
to Schwarz--Christoffel Mappings},
year = {2026},
note = {Preprint}
}Paper: All rights reserved Code: MIT License