← P/NP Dual Rehearsal / Research Rounds / Round 14
Formally imports the telescoping sum from standard amortized analysis: with amortized cost ĉ_t=c_t+Φ_(t+1)-Φ_t, as long as the initial potential, the per-step amortized cost, and the number of steps are all polynomially bounded in the input, the total actual computational cost is polynomial — this is a rigorous proof, not a metaphor. But this round catches a previously overlooked asymmetry: the P=NP side only needs a single SAT algorithm to exist, together with its own algorithm-specific potential function — it need not be solver-independent. The P≠NP side, if it wants to argue a lower bound from “no potential function of a given kind can be found,” must first prove that the certificate system is complete for all P algorithms; otherwise, a missing certificate only shows that the certificate system is too weak, not that no such algorithm exists — this is the “Potential-Function Certificate-Completeness Trap.” Upgrades ATC into a two-layer certificate (a Progress/Ranking layer governing termination, and an Amortized Potential layer governing total resource use), and distinguishes three layers of cost — object-level running time, certificate complexity, and discovery complexity — making clear that object-level running time is what the traditional P/NP classification actually targets.
Relationship to other documents, stated as far as possible in the document's own words, not my interpretation.
“A potential function is a powerful weapon for upper bounds, but not a natural weapon for lower bounds. ∃A+∃ATC_A can serve as a constructive certificate along the P=NP route; but ¬∃ATC can only support P≠NP once the ATC certificate language has been proven complete for all P algorithms.” — excerpted from this round's closing “This Round's Verdict.” Tentative score: P=NP: 13, P≠NP: 13 (“at this point, the ‘tie’ looks less like a score and more like a universal constant. Wry grin.”).
Loading…