[P2 proof] #680: NN+NNN strip frontier partitions are noncrossing — proof + small-width control + convention reconciliation - #754
Draft
LightChainr wants to merge 1 commit into
Conversation
…ved; small-width control w<=6; #675 28/66 reconciled as delayed-closing convention - notes/: full-rigour proof of the noncrossing claim (planarization of the king graph on occupied sites + minimal-crossing-tuple case analysis + Jordan contradiction), all widths and depths, open strip - scripts/: exact integer enumeration (transfer BFS + brute-force per-configuration cross-check), honest and delayed-closing conventions - results/: tables, raw class lists, metadata; class sets of NN and NN+NNN coincide at every w<=6, R<=4 in the honest convention; #675's 28/66 are the NN side of the delayed-closing/full-frontier convention where the sets differ (13 vs 28; 24 vs 65-66) but stay noncrossing - converse stays false at cluster level (witness re-verified) Full Matching-One repository CI has not been run for this commit.
This was referenced Sep 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
p680 — #680 delivery: Lemma A (NN+NNN strip frontier partitions are noncrossing)
Outcome:
prooffor the noncrossing claim (all widths and depths, open strip); class-set equality (NN vs NN+NNN) re-verified at w ≤ 6, R ≤ 4 in the honest convention; #675's 28/66 counts reconciled as a different convention.Contents
notes/p680-nn-nnn-noncrossing-lemma-20260913.md— the deliverable note:scripts/p680_frontier_partition_enumeration.py— exact integer enumeration (transfer BFS with union-find transitions + independent brute-force per-configuration cross-check wherever w·R ≤ 16; both conventions; witness function). Stdlib only.results/p680-noncrossing-lemma-20260913/— REPORT.md, metadata.json, commands.txt, raw class lists per (w,R).Class-count sequences (honest convention, w = 2..6)
Boundaries honored
No width above 6 enumerated; no Huawei budget; no #636 started; no STATUS/ROADMAP/RESEARCH-FRONTIER edits; nothing merged or closed; only new files added. The cyclic (periodic-y) strip is explicitly out of scope (Remark 6 of the note).
Full Matching-One repository CI has not been run for this commit.