{"paper_meta":{"paper_id":"arxiv:0704.0108","title":"0704.0108","authors":[],"year":null,"published":null,"updated":null,"venue_or_source":"arxiv-papers-shard","primary_category":"cs","secondary_categories":[],"doi":null,"license":"unknown","source_type":"pdf+shard","source_url":null,"pdf_url":null},"abstract":{"raw":"","cleaned":"","offsets":[]},"full_paper_text":{"raw_ordered_text":"arXiv:0704.0108v1 [cs.CC] 1 Apr 2007\n1\nAbstract\nDescription of a polynomial time reduction of SAT to 2-SAT of\npolynomial size.\n1\n\nReducing SAT to 2-SAT\nSergey Gubin\nNovember 4, 2018\n1\nIntroduction\nAmong all dimensions, 2-SAT possesses many special properties unique in\nthe sense of computational complexity [1, 2, 3, 4, 5]. But in light of works\n[6, 8, 7, 9] a problem arose: either those properties are accidental or there\nare polynomial time reductions of SAT to 2-SAT of polynomial size. This\narticle describes one such reduction.\n2\nPresenting SAT with XOR\nIn [6] was described one of the ways to present SAT with a conjunction of\nXOR. Let us summarize it.\nLet Boolean formula f define a given SAT instance:\nf = c1 ∧c2 ∧. . . ∧cm.\n(1)\nClauses ci are disjunctions of literals:\nci = Li1 ∨Li2 ∨. . . ∨Lini, i = 1, 2, . . . , m\n- where ni is the number of literals in clause ci; and Lij are the literals. Using\ndistributive laws, formula (1) can be rewritten in disjunctive form:\nf = d1 ∨d2 ∨. . . dp, p = n1n2 . . . nm.\nClauses dk in this presentation are conjunctions of m literals - one literal\nfrom each clause ci, i = 1, 2, . . . , m:\ndk = L1k1 ∧L2k2 ∧. . . ∧Lmkm, k = 1, 2, . . . , p.\n(2)\n∗Author’s email: sgubin@genesyslab.com\n2\n\nIt is obvious that formula (1) is satisfiable iffthere are clauses without com-\nplimentary literals amongst conjunctive clauses (2). Disjunction of all those\nclauses is the disjunctive normal form of formula (1). Thus, formula (1) is\nsatisfiable iffthere are members in its disjunctive normal form.\nThere is a generator for conjunctive clauses (2):\ng =\nm\n^\ni=1\n(ξi1 ⊕ξi2 ⊕. . . ⊕ξini) = true,\n(3)\n- where Boolean variable ξμν indicates whether literal Lμν participates in con-\njunction (2). Solutions of equation (3) generate conjunctive clauses (2). Let’s\ncall the variables ξ the indicators. To select from all solutions of equation (3)\nthose without complimentary clauses, let’s use another Boolean equation.\nFor each of the combination of clauses (ci, cj), 1 ≤i < j ≤m, let’s build\na set of all couples of literals participating in the clauses:\nAij = { (Liμ, Ljν) | ci = Liμ ∨. . . ; cj = Ljν ∨. . . }.\nLet Bij be a set of such couples of indicators (ξiμ, ξjν), that the literals they\npresent are complimentary:\nBij = { (ξiμ, ξjν) | (Liμ, Ljν) ∈Aij, Liμ = ̄Ljν }.\nThere are C2\nm sets Bij, 1 ≤i < j ≤m, and\n|Bij| ≤min{ni, nj}.\nLet’s mention that some of the sets can be empty. Then, the following equa-\ntion will select from all solutions of equation (3) those without complimentary\nclauses:\nh =\n^\n1≤i