Fine subdivisions of intrinsic two-complexes #
The midpoint subdivision is quantitatively faithful: on every iteration, the image diameter of each new face is at most half that of its parent. This supplies the finite fine-subdivision and open-subcomplex extraction used in the compact form of Moise Chapter 8, Theorem 2.
The barycentric realization point at a specified vertex of a specified maximal face.
Equations
- K.facePoint t v = K.vertexPoint ⟨↑v, ⋯⟩
Instances For
An affine image of a face lies in the convex hull of the images of its three vertices.
Distances in an affine image of one face are bounded by a distance between vertex images.
Affine maps preserve midpoints.
A mesh bound measured after transporting each refined face into the original realization.
Equations
Instances For
One midpoint subdivision halves every existing mesh bound.
The identity subdivision has mesh at most one in barycentric sup distance.
The n-fold intrinsic midpoint subdivision.
Equations
Instances For
Every iterated midpoint refinement preserves the surface edge-valence bound.
Quantitative mesh estimate for iterated midpoint subdivision.
Every intrinsic finite two-complex has a faithful subdivision of arbitrarily small mesh.
Heine--Cantor and faithful midpoint subdivision make the image of every refined face have arbitrarily small diameter under a continuous map.
A sufficiently fine intrinsic subdivision is subordinate to any open cover.
Finite subcomplexes between compact and open sets #
A finite subcomplex of a faithful subdivision of K, selected so that its carrier contains
the prescribed compact set C and remains inside the prescribed open set U.
This is the finite-complex form of the compact part of Moise Ch. 8, Thm. 2. The full theorem in Moise treats arbitrary open subsets by a locally finite exhaustion; the Radó step only needs a finite collar around the compact part already constructed.
- subdivision : K.Subdivision
A faithful finite refinement of the original complex.
- keptFaces : Finset (Finset self.subdivision.refined.Vertex)
The maximal refined faces retained in the subcomplex.
- keptFaces_subset : self.keptFaces ⊆ self.subdivision.refined.faces
Every retained face is a face of the refined complex.
- covers : C ⊆ Set.range (⇑self.subdivision.homeo ∘ self.subdivision.refined.restrictFacesInclusion fun (t : Finset self.subdivision.refined.Vertex) => t ∈ self.keptFaces)
The selected subcomplex contains
Cafter transport to the original realization. - contained : Set.range (⇑self.subdivision.homeo ∘ self.subdivision.refined.restrictFacesInclusion fun (t : Finset self.subdivision.refined.Vertex) => t ∈ self.keptFaces) ⊆ U
Its transported carrier is contained in
U.
Instances For
The selected finite intrinsic complex.
Equations
- L.complex = L.subdivision.refined.restrictFaces fun (t : Finset L.subdivision.refined.Vertex) => t ∈ L.keptFaces
Instances For
Its canonical map into the original realization.
Equations
- L.inclusion = ⇑L.subdivision.homeo ∘ L.subdivision.refined.restrictFacesInclusion fun (t : Finset L.subdivision.refined.Vertex) => t ∈ L.keptFaces
Instances For
The canonical inclusion of an open subcomplex is an embedding.
The carrier of the selected subcomplex in the original realization.
Instances For
A compact subset of an open subset of a finite intrinsic complex is covered by a finite subcomplex of a faithful subdivision which is still contained in that open set.
Compact stages exhausting a proper open subset #
Finite faithful subcomplex stages exhausting an open subset of a finite intrinsic complex. Each stage contains a canonical compact distance core and lies in the interior of the next distance core. The stages are not yet a single conforming locally finite complex: reconciling their boundary subdivisions is the remaining combinatorial part of Moise Ch. 8, Thm. 2.
- stage (n : ℕ) : K.OpenSubcomplex (frontierCore U n) (interior (frontierCore U (n + 1)))
The
stagedeclaration.
Instances For
The carrier of one finite stage, viewed in the original realization.
Equations
- E.stageSupport n = (E.stage n).support
Instances For
The finite stage carriers cover exactly the prescribed open set.
Every proper open subset of a finite intrinsic complex has a compactly nested exhaustion by finite subcomplexes of faithful subdivisions.