feat(PCP): the PCP theorem and the material needed to prove it - #32
Closed
BoltonBailey wants to merge 1 commit into
Closed
feat(PCP): the PCP theorem and the material needed to prove it#32BoltonBailey wants to merge 1 commit into
BoltonBailey wants to merge 1 commit into
Conversation
BoltonBailey
marked this pull request as draft
August 30, 2026 14:51
Adds `PCP_theorem`: `NP` equals the union of `PCP r q` over constructible `r =O log` and constant `q`, proved via Dinur's gap amplification (the `NP ⊆ PCP` direction) and a guess-and-verify simulation (`PCP ⊆ NP`). Cut down to what the proof actually uses, at declaration level: the `Classes/PCP` tree (Defs, surface, 115 internal modules, with ~150 declarations unreachable from `PCP_theorem` removed), and a small `FP` toolkit relocated to `Classes/P/Cobham/Internal` (pair-decoder bridge, head-of-list ops, polynomial rulers, bounded binary values and counter increments, and a P language as an FP decision function). Adds `PolyBound.exists_mul_pow_bound` and `pairSnd_length_le` to their home files. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
BoltonBailey
force-pushed
the
feat/pcp-theorem
branch
from
August 30, 2026 15:05
a27b988 to
c55cc76
Compare
Collaborator
Author
|
Ah, looks like the other one was merged, I'll close this one |
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.
The PCP theorem, cut down to what its proof actually uses, in case that's easier: