Polygon properties: values, segment functions, derivatives, differentiability #
Defines per-segment functions fdPolygonSeg1..fdPolygonSeg5 and proves:
- Values at key points (
fdPolygon_at_t1..fdPolygon_at_t4) - Segment continuity and matching at breakpoints
fdPolygon_continuousandfdPolygon_closed- Derivative computation helpers and segment derivatives
- Segment differentiability and
fdPolygon_differentiableAt_off_partition
The first segment of the boundary polygon (right vertical edge).
Equations
- RectHomotopyProof.fdPolygonSeg1 t = 1 / 2 + (↑RectHomotopyProof.HHeight - ↑t * (↑RectHomotopyProof.HHeight - ↑√3 / 2)) * Complex.I
Instances For
The second segment of the boundary polygon (chord from ρ' to i).
Equations
Instances For
The third segment of the boundary polygon (chord from i to ρ).
Equations
Instances For
The fifth segment of the boundary polygon (top horizontal edge).
Equations
- RectHomotopyProof.fdPolygonSeg5 t = ↑t - 9 / 2 + ↑RectHomotopyProof.HHeight * Complex.I