Documentation

LeanPool.ClassificationOfSurfaces.Moise.DualConnectivity

Dual connectivity of completed surface triangulations #

A completed finite triangulation of a connected surface has connected dual graph. The proof does not require a separate cyclic-link theorem. If the faces split into two dual components, their closed carriers can meet only at triangulation vertices. Deleting that finite vertex locus would therefore disconnect the surface, contradicting finite-puncture connectivity.

def LeanEval.Topology.ClassificationOfSurfaces.TriangleFamily.FaceReachable {Vertex : Type u_1} (faces : Finset (Finset Vertex)) (root : Face faces) (t : Finset Vertex) :

Membership of a raw face in the dual component generated by root.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem LeanEval.Topology.ClassificationOfSurfaces.TriangleFamily.faceReachable_root {Vertex : Type u_1} {faces : Finset (Finset Vertex)} (root : Face faces) :
    FaceReachable faces root root
    theorem LeanEval.Topology.ClassificationOfSurfaces.TriangleFamily.not_faceAdjacent_of_faceReachable_of_not {Vertex : Type u_1} {faces : Finset (Finset Vertex)} (root f g : Face faces) (hf : FaceReachable faces root f) (hg : ¬FaceReachable faces root g) :
    ¬FaceAdjacent faces f g

    A face outside the component of root cannot share an edge with a face inside it.

    A finite geometric triangulation of a connected surface carries the complete incidence certificate needed by the cell-complex bridge.