もっともらしい推測を前提とする論文と矛盾しているように見える単純な構造を得た。
予想が誤りである可能性は低いので、議論の何が問題になっていますか?
AND圧縮は、SATインスタンスのセットをマップする確定的多項式時間アルゴリズムです。 単一のSATインスタンスに サイズの such that is satisfiable if and only if all are satisfiable. ... Unless the unlikely complexity-theoretic collapse occurs, there is no AND-compression for SAT.
Construction:
If are not in CNF, convert them to CNF possibly adding new variables. This is polynomial.
In CNF one can encode AND gate and OR gate .
The AND and OR gates have the property that for all satisfying assignments of their CNFs we have and .
Let the -th clause in be for literals .
Using the OR gate and new variables, compute variable .
For all clauses in () and the AND gate compute variable .
By construction .
For all , using the AND gate compute .
.
So the final formula is the union of the CNFs for ,,, and a unit clause .
is linear in the number of all literals, is polynomial in , which makes polynomial in .
This appears to contradict the claim in the paper, unless the certain collapse happens.
What is wrong with this argument that appears to contradict the claim in the paper?
Similar construction works for OR-compression, when at least one must be satisfiable.
The newly introduced variable are uniquely determined by the original variables.
OR gate in CNF 3 := 1 \/ 2 : [[1 2 -3],[-1 3],[-2 3]]
AND gate in CNF 3 := 1 /\ 2 : [[-1 -2 3],[1 -3],[2 -3]]