top | item 43765401

(no title)

Dor_Elbaz | 10 months ago

I’m an undergrad student in Computer Science and I’ve been working on a new theoretical model — the Perfect Concurrency (PC) model — that tries to approach the P vs NP problem from a new angle.

The model assumes infinite parallelism and zero overhead, isolating only the total amount of “logical work” an algorithm must perform. Even in this idealized setting, I prove that for all sufficiently large n, any correct algorithm solving SAT must perform Ω(2ⁿ) total work. Then, using a simulation lemma, I show that this lower bound implies SAT ∉ P, and therefore P ≠ NP.

The argument avoids known barriers like relativization, natural proofs, and algebrization. It’s formal, self-contained, and includes two appendices: one for cross-validation against known results, and one FAQ addressing common objections.

Here is Version 3 of the paper, incorporating all revisions and reviewer feedback so far: https://zenodo.org/records/15263845

I’d be thrilled to hear what you think — and grateful for any feedback, critiques, or questions.

— Dor Elbaz

discuss

order

mika6996|10 months ago

Has your paper been peer-reviewed by leading scientists?

Dor_Elbaz|10 months ago

Not yet. I’ve just publicly released Version 3 of the paper, which addresses all prior critiques and includes formal proofs, simulation lemmas, and a cross-validation appendix.

It’s currently being submitted to the ECCC and arXiv for formal review. I’ve also reached out to a few experts (including Scott Aaronson) and am actively seeking feedback.

I’d be thrilled to hear any comments or critiques you might have — peer review begins with open dialogue. Thanks for asking.