Documentation

LeanPool.HadwigerNelsonBounds.PartsRootDecisionCore

Root-case dispatcher for the Parts certificate #

The dispatcher colors the nine unfixed vertices of the 13-vertex 2-Golomb root. Its leaves point to the appropriate one of the 432 checked symmetry and color variants from PartsFirstStage.

A branch in the root trie, or a leaf selecting a checked Parts tree.

Instances For
    def HadwigerNelsonBounds.partsRootChild (children : Fin 4) (color : Fin 4) :

    Decode a branch's zero-sentinel child table.

    Equations
    Instances For

      Constant-depth lookup in 64-node root-trie chunks.

      Equations
      Instances For

        Executable membership of an exact assignment in a current path.

        Equations
        Instances For

          Every selected certificate root already occurs in the root-trie path.

          Equations
          Instances For
            theorem HadwigerNelsonBounds.partsRootsInPathB_sound {coloring : Fin 481Fin 4} {path roots : List PartsAssignment} (hcheck : PartsRootsInPathB path roots = true) (hextends : PartsExtends coloring path) :
            PartsExtends coloring roots

            Executable checker for the finite root-case trie.

            Equations
            Instances For
              theorem HadwigerNelsonBounds.partsRootVerifiesNodeB_unsat {nodes : Array (Array PartsRootNode)} {coloring : Fin 481Fin 4} (hproper : PartsProper coloring) {fuel : } {path : List PartsAssignment} {index : } :
              PartsRootVerifiesNodeB nodes fuel path index = truePartsExtends coloring pathFalse

              The four fixed assignments after color normalization.

              Equations
              Instances For
                theorem HadwigerNelsonBounds.partsRootDecision_not_colorable (nodes : Array (Array PartsRootNode)) (nodeCount : ) (hverify : PartsRootVerifiesNodeB nodes (nodeCount + 1) partsNormalizedRootPath 0 = true) {coloring : Fin 481Fin 4} (hproper : PartsProper coloring) (hroots : PartsExtends coloring partsNormalizedRootPath) :

                A checked root trie eliminates every proper coloring extending the fixed root.