SAT belongs to NP
Lax429075.SATinNP · concepts/Lax429075/SATinNP.lean · lax-429075
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Lemma
A polynomial time verifier checks a satisfying assignment of polynomial length.
Concept map
Evidence
Each proof establishes this claim relative to its assumptions.
In the paper
- page 2 of this submission's paper
Lean source view on GitHub
| 1 | import Lax429075.Satisfiability |
| 2 | import Lax434930.NondeterministicPolynomialTime |
| 3 | |
| 4 | /-! |
| 5 | --- |
| 6 | title: SAT belongs to NP |
| 7 | type: lemma |
| 8 | --- |
| 9 | A polynomial time verifier checks a satisfying assignment of polynomial length. |
| 10 | -/ |
| 11 | |
| 12 | namespace Lax429075.SATinNP |
| 13 | |
| 14 | open Satisfiability Lax434930.NondeterministicPolynomialTime |
| 15 | |
| 16 | axiom membership : SAT ∈ NP |
| 17 | |
| 18 | end Lax429075.SATinNP |
| 19 |
Used by
none
From Mathlib
none
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments