Correctness of rejection by counting
Lax733996.Rejection · concepts/Lax733996/Rejection.lean · lax-733996
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Lemma
On a space-bounded computation, counting certifies rejection precisely when there is no accepting computation.
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 Lax733996.ConfigurationCounting |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: Correctness of rejection by counting |
| 6 | type: lemma |
| 7 | --- |
| 8 | On a space-bounded computation, counting certifies rejection precisely when |
| 9 | there is no accepting computation. |
| 10 | -/ |
| 11 | |
| 12 | namespace Lax733996.Rejection |
| 13 | |
| 14 | open Lax434930.PolynomialTime Lax434930.SpaceMachines ConfigurationCounting |
| 15 | |
| 16 | axiom correct (M : Machine) (w : Word) (s : ℕ) (hs : M.UsesSpace w s) : |
| 17 | RejectsByCounting M w s ↔ ¬ M.Accepts w |
| 18 | |
| 19 | end Lax733996.Rejection |
| 20 |
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments