NP-hardness of SAT
Lax429075.SATHard · concepts/Lax429075/SATHard.lean · lax-429075
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Lemma
Every language in NP has a polynomial many-one reduction to the binary language of satisfiable CNF formulas.
Concept map
Evidence
Each proof establishes this claim relative to its assumptions.
In the paper
- page 3 of this submission's paper
Lean source view on GitHub
| 1 | import Lax429075.Satisfiability |
| 2 | import Lax429075.Reductions |
| 3 | |
| 4 | /-! |
| 5 | --- |
| 6 | title: NP-hardness of SAT |
| 7 | type: lemma |
| 8 | --- |
| 9 | Every language in NP has a polynomial many-one reduction to the binary |
| 10 | language of satisfiable CNF formulas. |
| 11 | -/ |
| 12 | |
| 13 | namespace Lax429075.SATHard |
| 14 | |
| 15 | open Satisfiability Reductions Lax434930.PolynomialTime Lax434930.NondeterministicPolynomialTime |
| 16 | |
| 17 | axiom hardness (A : Language) : A ∈ NP → ManyOne A SAT |
| 18 | |
| 19 | end Lax429075.SATHard |
| 20 |
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments