Cellwise assembly for locally finite PL face fillings #
This file transports every polygonal Schoenflies filling back to its native abstract face. A single compatibility package records the three geometric facts needed for global assembly: filled interiors are pairwise disjoint, the replacement graph misses every filled interior, and the family of filled closed regions is locally finite. Under these conditions the transported maps form a genuine locally finite triangle complex in the plane.
A standard-triangle filling transported back to the native simplex of its source face.
Equations
- F.faceMap x = F.map ↑((K.facePlaneHomeomorph f) x)
Instances For
The relative interior of a filled source face maps into the bounded complementary region of its polygonal boundary.
Boundary recognition from global barycentric coordinates #
Every abstract edge contained in a maximal face is one of its three cyclic edges.
If equal global barycentric coordinates are represented on distinct vertex triples, the standard coordinate on the first triangle lies on its frontier.
Lifting the standard coordinate of a boundary point recovers its original ambient support point.
Global cellwise compatibility #
The geometric conditions under which the independently chosen polygonal face fillings assemble to a locally finite plane complex. The first field rules out duplicate maximal-face labels; the remaining fields say that different filled cells meet only along the replacement graph and remain locally finite.
- faceVertices_injective : Function.Injective K.faceVertices
- graphAvoidsInteriors (f : K.Face) : Disjoint (Set.range G.graphReplacementMap) (facePolygonalCircle f).interiorRegion
- interiorsDisjoint (f g : K.Face) : f ≠ g → Disjoint (facePolygonalCircle f).interiorRegion (facePolygonalCircle g).interiorRegion
- closedRegions_mem_region (f : K.Face) : (facePolygonalCircle f).closedRegion ⊆ G.region
- locallyFiniteClosedRegions : LocallyFinite fun (f : K.Face) => {q : ↑G.region | ↑q ∈ (facePolygonalCircle f).closedRegion}
Instances For
The transported chosen fillings have exactly the same overlap relation as the original abstract triangles.
The assembled replacement complex #
Replace every face of a locally finite complex by its coherent polygonal Schoenflies filling. The abstract vertices and faces are unchanged.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The canonical homeomorphism onto the replacement #
A chosen maximal face containing a point of the support.
Equations
Instances For
Chosen barycentric coordinates for a support point in its chosen maximal face.
Equations
Instances For
The image of one source face, regarded as a subset of the permitted open plane region.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Source faces remain locally finite after passing through a realization which is closed relative to its perturbation region.
A closed abstract face is homeomorphic to its carrier inside the whole support.
Equations
Instances For
The coherent cellwise filling as a map into the support of the assembled plane complex.
Equations
- One or more equations did not get rendered due to their size.
Instances For
On every named source face, the global replacement map is the chosen face filling.
The source face formula, expressed on a carrier subtype.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Read the old face map in coordinates chosen from a point of the replacement support.
Equations
- One or more equations did not get rendered due to their size.
Instances For
On every replacement face, the inverse is the original face parametrization.
The inverse face formula on one replacement carrier.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The source support and its coherent polygonal replacement are canonically homeomorphic.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The canonical replacement homeomorphism preserves every named closed face exactly. This is stronger than preservation of the total support and is the bridge used when a finite family of replacement faces is pulled back to a finite source subcomplex.