proven
No public endorsements yet.
Loading review…
Sign in with ORCIDConcept map
Evidence
Each proof establishes this claim relative to its assumptions.
-
no assumptions
lem✓Lax307052.Runs
Lemma
For a machine whose runs stay within the space bound, bounded configuration reachability agrees with machine acceptance.
Lean source view on GitHub
| 1 | import Lax307052.ConfigurationGraph |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: Runs and configuration reachability |
| 6 | type: lemma |
| 7 | --- |
| 8 | For a machine whose runs stay within the space bound, bounded configuration |
| 9 | reachability agrees with machine acceptance. |
| 10 | -/ |
| 11 | |
| 12 | namespace Lax307052.Runs |
| 13 | |
| 14 | open Lax434930.PolynomialTime Lax434930.SpaceMachines ConfigurationGraph |
| 15 | |
| 16 | axiom acceptance (M : Machine) (w : Word) (s : ℕ) (hs : M.UsesSpace w s) : |
| 17 | AcceptsBounded M w s ↔ M.Accepts w |
| 18 | |
| 19 | end Lax307052.Runs |
| 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