Lax307052.Acceptance
Correctness of the configuration search
concepts/Lax307052/Acceptance.lean · lax-307052
No public endorsements yet.
Loading review…
Sign in with ORCIDConcept map
Evidence
Each proof establishes this claim relative to its assumptions.
Lemma
On space-bounded computations, the recursive configuration search accepts exactly when the original machine does.
Lean source view on GitHub
| 1 | import Lax307052.ConfigurationGraph |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: Correctness of the configuration search |
| 6 | type: lemma |
| 7 | --- |
| 8 | On space-bounded computations, the recursive configuration search accepts |
| 9 | exactly when the original machine does. |
| 10 | -/ |
| 11 | |
| 12 | namespace Lax307052.Acceptance |
| 13 | |
| 14 | open Lax434930.PolynomialTime Lax434930.SpaceMachines ConfigurationGraph |
| 15 | |
| 16 | axiom correct (M : Machine) (w : Word) (s : ℕ) (hs : M.UsesSpace w s) : |
| 17 | SearchAccepts M w s ↔ M.Accepts w |
| 18 | |
| 19 | end Lax307052.Acceptance |
| 20 |
Community review
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above; your ORCID profile must share a public name.
0 comments