Proposed computer-assisted proof: Z(12,17,3,3)=103 - #1
Open
yousofy wants to merge 1 commit into
Open
Conversation
yousofy
marked this pull request as ready for review
July 27, 2026 06:08
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.
This draft pull request submits a proposed computer-assisted proof of
I could not open a GitHub issue, so I am submitting the complete reproducibility
bundle as a draft pull request for review and integration guidance.
Lower bound
The bundle includes an explicit 12 by 17 Boolean matrix with 103 ones.
The verifier checks all 220 row triples and obtains the histogram
Thus no row triple occurs in three columns, so the matrix contains no all-one
3 by 3 submatrix.
Proposed upper bound
The proposed upper bound excludes every 104-one matrix through:
The verifier reconstructs the constraints itself and uses Python integer and
rational arithmetic. The optional generator is not part of the trusted proof.
Local reproduction
I ran:
from
proposals/z12_17_103.Environment:
The run ended with:
Integrity
Original proof-bundle SHA-256:
The included
SHA256SUMSfile binds the original proof files and all 303certificate parts.
Provenance and review status
This material was produced during a ChatGPT-assisted investigation. The full
provenance is recorded in
proposals/z12_17_103/SUBMISSION.md.This is submitted as a proposed proof for independent scrutiny, not as a
peer-reviewed or already accepted result.
I intentionally have not modified the root README,
analysis/result_status.json, propagated-bound tables, or other establishedpublication-boundary files. Those should be changed only after review and in
the structure preferred by the maintainer.
@dfield — I would appreciate review of the proof bundle and guidance on how
you would prefer it integrated into the repository.