Documentation

LeanPool.ClassificationOfSurfaces.Moise.IntrinsicFineSubdivision

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
Instances For

    An affine image of a face lies in the convex hull of the images of its three vertices.

    theorem LeanEval.Topology.ClassificationOfSurfaces.Moise.IntrinsicTwoComplex.exists_facePoints_dist_ge (K : IntrinsicTwoComplex) {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] (t : K.Face) (a : (K.Vertex) →ᵃ[] E) (x y : K.realization) (hx : x K.faceCarrier t) (hy : y K.faceCarrier t) :
    ∃ (v : t) (w : t), dist (a x) (a y) dist (a (K.facePoint t v)) (a (K.facePoint t w))

    Distances in an affine image of one face are bounded by a distance between vertex images.

    A mesh bound measured after transporting each refined face into the original realization.

    Equations
    Instances For
      theorem LeanEval.Topology.ClassificationOfSurfaces.Moise.IntrinsicTwoComplex.dist_midpointPosition_corner_le (K : IntrinsicTwoComplex) {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] (t : K.Face) (i : ZMod 3) (a : (K.Vertex) →ᵃ[] E) {d : } (hd : 0 d) (hvertex : ∀ (j k : ZMod 3), dist (a (Pi.single (K.faceVertex t j) 1)) (a (Pi.single (K.faceVertex t k) 1)) d) {w z : K.MidpointVertex} (hw : w K.midpointCornerFace t i) (hz : z K.midpointCornerFace t i) :
      dist (a (K.midpointPosition w)) (a (K.midpointPosition z)) d / 2

      The identity subdivision has mesh at most one in barycentric sup distance.

      Every intrinsic finite two-complex has a faithful subdivision of arbitrarily small mesh.

      theorem LeanEval.Topology.ClassificationOfSurfaces.Moise.IntrinsicTwoComplex.exists_subdivision_image_dist_lt (K : IntrinsicTwoComplex) {h : K.realizationPlane} (hcont : Continuous h) {eps : } (heps : 0 < eps) :
      ∃ (R : K.Subdivision), tR.refined.faces, xR.refined.faceCarrier t, yR.refined.faceCarrier t, dist (h (R.homeo x)) (h (R.homeo y)) < eps

      Heine--Cantor and faithful midpoint subdivision make the image of every refined face have arbitrarily small diameter under a continuous map.

      theorem LeanEval.Topology.ClassificationOfSurfaces.Moise.IntrinsicTwoComplex.exists_subdivision_subordinate_openCover (K : IntrinsicTwoComplex) {I : Type u_1} (U : ISet K.realization) (hU : ∀ (i : I), IsOpen (U i)) (hcover : Set.univ⋃ (i : I), U i) :
      ∃ (R : K.Subdivision), tR.refined.faces, ∃ (i : I), xR.refined.faceCarrier t, R.homeo x U i

      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.

      Instances For

        The carrier of the selected subcomplex in the original realization.

        Equations
        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.

          Instances For

            The carrier of one finite stage, viewed in the original realization.

            Equations
            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.