Polynomial time for CNF verification
Lax429075.VerifierTime · concepts/Lax429075/VerifierTime.lean · lax-429075
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Lemma
A finite stack machine decodes the paired input and checks the supplied assignment. Its running time is polynomial in the input length, including on malformed encodings, using the machine model of lax-434930.
Concept map
In the paper
- page 2 of this submission's paper
Lean source view on GitHub
| 1 | import Lax429075.Satisfiability |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: Polynomial time for CNF verification |
| 6 | type: lemma |
| 7 | --- |
| 8 | A finite stack machine decodes the paired input and checks the supplied |
| 9 | assignment. Its running time is polynomial in the input length, including |
| 10 | on malformed encodings, using the machine model of |
| 11 | [lax-434930](https://laxarchive.org/lax-434930/). |
| 12 | -/ |
| 13 | |
| 14 | namespace Lax429075.VerifierTime |
| 15 | |
| 16 | open Satisfiability Lax434930.PolynomialTime |
| 17 | |
| 18 | axiom polynomial : Verifier ∈ P |
| 19 | |
| 20 | end Lax429075.VerifierTime |
| 21 |
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments