Radial extension of circle homeomorphisms #
Every PolygonCell n has the closed unit disk as its carrier. This file implements the radial
extension (Alexander trick) of a homeomorphism of the unit circle. The extension preserves the
norm exactly, is continuous at the origin by that norm identity, and restricts to the selected
circle homeomorphism on the boundary.
The side-count indices of the source and target cells are independent phantom parameters. A
later boundary reparameterization only needs to construct a circle homeomorphism with the desired
action on marked arcs; PolygonCell.radialHomeomorph then supplies the disk homeomorphism.
Radially extend a circle homeomorphism to the complex plane, fixing the origin.
Equations
- LeanEval.Topology.ClassificationOfSurfaces.Circle.radialMap h z = if hz : z = 0 then 0 else ↑‖z‖ * ↑(h (LeanEval.Topology.ClassificationOfSurfaces.Circle.direction z hz))
Instances For
Radially extend a circle homeomorphism between closed polygon-cell carriers.
Equations
- One or more equations did not get rendered due to their size.