Develop pure-kernel proof of Chomp 10×42 - #80
Open
DomTheDeveloper wants to merge 37 commits into
Open
Conversation
DomTheDeveloper
marked this pull request as ready for review
July 23, 2026 08:35
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.
Goal
Replace the external-computation boundary in DTD Formal Conjectures PR #185 with genuine Lean proofs that the three displayed children of the
10 × 42rectangle are losing Chomp positions.Trust policy
The final development must contain no:
sorryoradmit;native_decide;Lean.ofReduceorLean.ofReduceBool;External C++ programs may discover or compress certificates, but Lean must verify their mathematical content.
Kernel theorem layers
This branch develops:
The finite certificate semantics require complete representation of every real child at a losing node. A winning node needs one proved legal losing reply.
Why a raw proof DAG is not viable
A theorem-per-position proof DAG did not close even after 20,000,000 unique nodes and 82,862,247 proof edges for the first target alone. Therefore the final proof cannot replay the search state by state.
Exact symbolic representation
The complete losing-position stream through the third target contains 107,342,138 states. An exact reduced layered multi-valued decision diagram compresses it to:
The MDD builder uses hashes only to find candidate buckets; nodes are merged after exact transition comparison. The builder remains untrusted.
Remaining formal obligation
Instantiate the MDD theorem layer with concrete node tables and kernel-checkable local certificates proving, in the finite descendant domain of the three targets:
The ranked P-set theorem then yields the three losing proofs and removes the final
sorryfrom DTD PR #185.Canonical staging PR
DomTheDeveloper/formal-conjectures#185
That PR remains draft until the final theorem and axiom audit are green.