Documentation

LeanPool.ClassificationOfSurfaces.Moise.Countermodels

Countermodels and semantic anchors #

This file is the executable half of the Definition Faithfulness rules in docs/AUTOFORMALIZATION_GUIDE.md. It must stay in the default build target: if a definition is weakened until junk witnesses satisfy it, something in this file stops compiling (or a negation in this file becomes provable and its positive counterpart does too, which the trivial-closure review catches).

Contents:

Positive anchor #

The one-face complex on three vertices realizes exactly the standard 2-simplex.

The standard 2-simplex carries a geometric triangulation with a single face.

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

    Vacuity probes for geometric triangulations #

    Non-examples #

    A faithful notion of finite triangulation must fail for non-compact spaces. The previous SurfaceTriangulable predicate passed both of these with the empty triangulation.

    Legacy bridge countermodel #

    FiniteSurfaceTriangulation still has an arbitrary stored realization. This fixture satisfies its current validity record for every universe-0 topological space using Homeomorph.refl, while its two face words are empty. Consequently its cell presentation is neither incidence-valid nor face-edge connected. The faithful Radó theorem does not use this object as its conclusion; it enters only through the explicitly ledgered compatibility bridge.

    Every universe-0 topological space inhabits the legacy triangulation structure.

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

      Empty boundary words leave the stored edge orbit unused, so the converted presentation is not incidence-valid.

      The two empty face words have no adjacency path, so the converted presentation is not face-edge connected.

      Cell-complex incidence countermodels #

      Two otherwise plausible one-edge faces sharing only a stored vertex, but no edge orbit.

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

        The disconnected fixture is locally valid: each of its two edge orbits occurs exactly once.

        Face-edge connectedness rejects two face systems even when the stored vertex type is a point.

        Vacuity record #

        The legacy predicate SurfaceTriangulable was satisfied by every topological space via the empty triangulation, because its realization field was arbitrary and unlinked to the combinatorial data. The predicate and the machine-checked vacuity proof were deleted together (per the Definition Faithfulness rules); the proof is preserved in git history on the commit that introduced this file. If you find yourself able to write such a proof for GeometricTriangulation, the definition has been broken.