feat(proof-complexity): bound canonical oracle openings - #59
Open
windsornguyen wants to merge 1 commit into
Open
feat(proof-complexity): bound canonical oracle openings#59windsornguyen wants to merge 1 commit into
windsornguyen wants to merge 1 commit into
Conversation
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.
What does this change?
This adds exact canonical-opening interfaces, composition theorems for one, two, and arbitrary well-founded adaptive oracle-query paths, and conservative pathwise resource accounting.
The principal verified results are:
B0, each opening fits budgetB, and an execution asksqqueries, every tracked resource is bounded byB0 + q * B.2^(m^2)to2^O(m)at sufficiently largem.2^O(m)rows and2^O(m)row support while covering2^(m^2)coordinates.This is not a proof that
P != NP. It rules out a broad but restricted grammar: sparse linear syndromes followed by local row opening, including any fixed-round rearrangement of ordinary slices. A surviving de-oraclization construction must add genuine far-case proximity machinery or an algebraic way to open dense checksum symbols.The PR is larger than the repository's usual 200-line target because the result is one dependency-closed theorem chain: semantic composition, resource accounting, executable finite counterexamples, and the two barrier theorems. Each module remains focused and below the 500-line file limit. The included research notes audit the Athamnah-Ron-Zewi-Rothblum oracle layers and state the evidentiary boundary explicitly.
How was it tested?
lake build --wfailpasses (1,696 jobs from a freshorigin/mainworktree)lake lintpassessorryor new axioms, or this PR does not change Lean proofsgit diff --check origin/main..HEADpassesce2639039e288b439276d73febcb9def19bccb42