Faithful polygonal realization of a geometric triangulation #
The local map in this file identifies each three-sided polygon cell with the corresponding barycentric face. Its side formula uses the cyclic face order exactly, so adjacent face maps agree under the signed occurrence pairing.
A three-sided polygon cell is canonically identified with one closed barycentric face.
Equations
Instances For
On cyclic side i, the face-cell map is the affine barycentric path from face vertex i
to face vertex i+1.
Recover the geometric triangle represented by an enumerated cyclic face.
Equations
Instances For
Every polygon appearing in the cyclic presentation of a triangulation has three marked sides.
The enumerated polygon for f, including its stored side-count type, is homeomorphic to the
corresponding closed geometric face.
Equations
Instances For
The facewise map on the disjoint union of cyclic polygon cells.
Equations
- T.polygonalPreMap x = ↑((T.polygonFaceHomeomorph x.fst) x.snd)
Instances For
The original oriented geometric edge stored at an enumerated boundary occurrence.
Equations
- T.cyclicOrientedEdge o = T.orientedFaceEdge (T.cyclicFace o.fst) ((ZMod.finEquiv 3) (Fin.cast ⋯ o.snd))
Instances For
The boundary occurrence belonging to a specified Fin 3 side of an enumerated face.
Equations
- T.cyclicOccurrence f i = ⟨f, Fin.cast ⋯ i⟩
Instances For
The enumerated side parameter is carried to the corresponding affine edge parameter.
The affine endpoints of an enumerated side are the source and target of its original oriented geometric edge.
Every point of a geometric edge has the affine parameterization determined by either orientation of that edge.
Compatible signed occurrence pairings have identical images under the facewise geometric map.
The facewise map is constant on the equivalence relation generated by all compatible pairings.
Descend the calibrated face maps through the cyclic polygonal quotient.
Equations
- T.polygonalRealizationMap valid = Quotient.lift T.polygonalPreMap ⋯
Instances For
Two distinct occurrences carrying the same oriented geometric edge identify equal side parameters in the polygonal quotient.
Two distinct occurrences carrying oppositely oriented copies of one geometric edge identify opposite side parameters in the polygonal quotient.
Invert one calibrated face map and include that polygon in the quotient.
Equations
- T.faceQuotientMap valid f x = T.toFiniteCyclicPresentation.polygonalMk valid ⟨f, (T.polygonFaceHomeomorph f).symm x⟩
Instances For
Transport a closed face along equality of its face name.
Equations
- T.closedFaceCastHomeomorph h = h ▸ Homeomorph.refl (T.toIntrinsic.ClosedFace f)
Instances For
Changing only the proof-level name of a packed face does not change its inverse quotient value.
The two inverse face maps agree in the quotient along a common geometric edge.
At a fixed vertex, inverse face maps agree across one star-adjacency step.
Strong fixed-star connectivity makes the quotient value of a vertex independent of the incident face used to compute it.
Under strong fixed-star connectivity, inverse face maps agree on every face overlap.
Choose one containing face and use its inverse face map. Overlap compatibility makes this choice immaterial.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The faithful homeomorphism from the cyclic polygonal quotient to the barycentric geometric realization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Existence form used by the classification pipeline.
For a genuine surface triangulation, fixed-star connectivity follows from the manifold charts, so the faithful polygonal realization needs no extra combinatorial hypothesis.
The Radó triangulation of a compact Eval surface has connected fixed-vertex stars.
The Eval-surface triangulation simultaneously carries cyclic validity, dual connectivity, and the fixed-star connectivity used by the faithful geometric quotient.
The polygonal quotient enumerated from the Radó triangulation is homeomorphic to its honest barycentric geometric realization.
Surface-level form of the geometric bridge: the valid polygonal quotient obtained from the named Radó triangulation is homeomorphic to the original compact Eval surface.