3SAT is in NP #
This file combines the ordinary SAT witness with the regular exact-3 syntax
condition. On paired inputs the resulting verifier language is the intersection
of the existing SAT verifier language and ThreeSAT.PairSyntax.language, so it
is in P. The generic linear-witness guess-and-verify construction then gives
the headline theorem ThreeSAT.language_mem_NP.
A 3SAT witness is an ordinary SAT witness whose encoded formula also has exact-3 syntax.
Equations
- Complexity.SAT.ThreeSAT.Witness z witness = (Complexity.SAT.Witness z witness ∧ z ∈ Complexity.SAT.ThreeSAT.Syntax.language)
Instances For
The paired 3SAT witness language is the intersection of the SAT verifier language and the paired exact-3 syntax language.
3SAT ∈ NP. Exact-3 satisfiability has linearly bounded witnesses and a deterministic polynomial-time verifier.