The Cook–Levin theorem
Lax429075.CookLevin · concepts/Lax429075/CookLevin.lean · lax-429075
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Theorem
Satisfiability of CNF formulas is NP-complete under polynomial many-one reductions.
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: The Cook–Levin theorem |
| 7 | type: theorem |
| 8 | --- |
| 9 | Satisfiability of CNF formulas is NP-complete under polynomial many-one reductions. |
| 10 | -/ |
| 11 | |
| 12 | namespace Lax429075.CookLevin |
| 13 | |
| 14 | open Satisfiability Reductions |
| 15 | |
| 16 | axiom np_complete : NPComplete SAT |
| 17 | |
| 18 | end Lax429075.CookLevin |
| 19 |
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments