Hemisphere maps for the two-monogon sphere #
This file maps the two disk faces of SurfaceCellComplex.sphere to the upper and lower unit
hemispheres. The lower face uses complex conjugation, so the existing opposite-direction monogon
pairing has identical images.
The two possible directed sphere identifications are classified explicitly. The resulting
continuous facewise map on the polygonal pre-realization respects every raw gluing generator.
SphereQuotientHomeomorph descends this map and proves that it is a homeomorphism.
The squared radius of a point in an indexed polygon cell is at most one.
The nonnegative height above the equatorial plane associated to a disk point.
Equations
- z.hemisphereHeight = √(1 - Complex.normSq z.val)
Instances For
A disk point placed on the upper unit hemisphere.
Equations
- z.upperHemisphereVector = !₂[z.val.re, z.val.im, z.hemisphereHeight]
Instances For
A conjugated disk point placed on the lower unit hemisphere.
Equations
- z.lowerHemisphereVector = !₂[((starRingEnd ℂ) z.val).re, ((starRingEnd ℂ) z.val).im, -z.hemisphereHeight]
Instances For
The continuous map from a monogon disk to the upper unit hemisphere.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The continuous map from a monogon disk to the lower unit hemisphere.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The positive-to-negative monogon pairing has the same upper and lower hemisphere image.
The swapped monogon pairing has the same lower and upper hemisphere image.
Every boundary occurrence of the sphere is one of its two monogon occurrences.
The two directed forms of the unique sphere side pairing exhaust its identifications.
The continuous facewise map from the two monogon disks to the corresponding hemispheres.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The facewise map respects the canonical directed sphere boundary pairing.
The facewise map respects the swapped directed sphere boundary pairing.
The facewise sphere map identifies the endpoints of every raw polygon gluing generator.