Documentation

LeanPool.ClassificationOfSurfaces.Moise.LocallyFiniteFaceModel

Standard plane models for locally finite faces #

A maximal face of a LocallyFiniteTriangleComplex is already parametrized by a standard simplex on its three literal global vertices. This file reindexes those coordinates by the chosen cyclic Fin 3 ordering and identifies the result with the standard closed plane triangle. The cyclic sides are carried exactly to the corresponding standard polygon sides.

@[reducible, inline]

The frontier of the standard source triangle, as a subtype.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    @[reducible, inline]

    One closed maximal face in its native simplex coordinates.

    Equations
    Instances For

      Reindex native face coordinates by the chosen cyclic Fin 3 ordering.

      Equations
      Instances For

        Undo the cyclic coordinate reindexing.

        Equations
        Instances For

          Native face coordinates are canonically homeomorphic to stdSimplex ℝ (Fin 3).

          Equations
          Instances For

            The standard simplex and the canonical intrinsic realization of the standard triangle are the same topological simplex.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              A cyclic face edge is contained in the face which names it.

              The standard plane realization of one locally finite closed face.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                The chosen ordering of a locally finite face, viewed in the global vertex type.

                Equations
                Instances For

                  The standard corner corresponding to the globally chosen first endpoint of a face edge.

                  Equations
                  Instances For

                    The standard corner corresponding to the globally chosen second endpoint of a face edge.

                    Equations
                    Instances For

                      The standard source point on a face side, oriented by the global edge ordering.

                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For

                        The affine barycentric coordinate along the globally oriented standard side.

                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For

                          Native face-simplex points supported on cyclic edge i.

                          Equations
                          Instances For
                            theorem LeanEval.Topology.ClassificationOfSurfaces.Moise.LocallyFiniteTriangleComplex.supportedOnEdge_endpoint_sum {S : Type u_1} [TopologicalSpace S] (K : LocallyFiniteTriangleComplex S) (f : K.Face) (e : K.Edge) (hef : eK.faceVertices f) (x : (K.ClosedFace f)) (hx : ∀ (v : (K.faceVertices f)), vex v = 0) :
                            x K.edgeFirst e, + x K.edgeSecond e, = 1

                            The two endpoint coordinates of a face point supported on an edge add to one.

                            noncomputable def LeanEval.Topology.ClassificationOfSurfaces.Moise.LocallyFiniteTriangleComplex.supportedOnEdgeToSimplex {S : Type u_1} [TopologicalSpace S] (K : LocallyFiniteTriangleComplex S) (f : K.Face) (e : K.Edge) (hef : eK.faceVertices f) (x : (K.ClosedFace f)) (_hx : ∀ (v : (K.faceVertices f)), vex v = 0) :
                            (stdSimplex e)

                            Restrict a face-simplex point supported on an arbitrary incident edge.

                            Equations
                            Instances For

                              Restrict a face-simplex point supported on side i to the corresponding edge simplex.

                              Equations
                              Instances For
                                theorem LeanEval.Topology.ClassificationOfSurfaces.Moise.LocallyFiniteTriangleComplex.faceMap_mem_edgeCarrier_of_supportedOnEdge {S : Type u_1} [TopologicalSpace S] (K : LocallyFiniteTriangleComplex S) (f : K.Face) (e : K.Edge) (hef : eK.faceVertices f) (x : (K.ClosedFace f)) (hx : ∀ (v : (K.faceVertices f)), vex v = 0) :

                                A face point supported on an incident edge maps into that edge carrier.

                                A point of a native face side maps into the corresponding ambient edge carrier.

                                Include edge-local simplex coordinates in any incident maximal face.

                                Equations
                                Instances For
                                  theorem LeanEval.Topology.ClassificationOfSurfaces.Moise.LocallyFiniteTriangleComplex.edgeSimplexInFace_supported {S : Type u_1} [TopologicalSpace S] (K : LocallyFiniteTriangleComplex S) (f : K.Face) (e : K.Edge) (hef : eK.faceVertices f) (z : (stdSimplex e)) (v : (K.faceVertices f)) (hv : ve) :
                                  (K.edgeSimplexInFace f e hef z) v = 0

                                  Reindexing the canonical edge simplex inside a face gives the same oriented affine parameter on the corresponding two standard vertices.

                                  The standard plane chart sends the canonical edge-simplex path to the globally oriented affine parameter on the corresponding standard side.

                                  The standard plane chart sends cyclic source side i exactly onto cyclic side i of the standard triangle.