Single-tape characterization of P
Lax434930.ModelEquivalence · concepts/Lax434930/ModelEquivalence.lean · lax-434930
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Lemma
The elementary single-tape and stack-machine definitions of coincide. Both simulations include polynomial bounds for input conversion, execution, and final output conversion.
Concept map
Evidence
Each proof establishes this claim relative to its assumptions.
In the paper
- page 3 of this submission's paper
Lean source view on GitHub
| 1 | import Lax434930.MachineModels |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: Single-tape characterization of P |
| 6 | type: lemma |
| 7 | --- |
| 8 | The elementary single-tape and stack-machine definitions of |
| 9 | coincide. Both simulations include polynomial bounds for input conversion, |
| 10 | execution, and final output conversion. |
| 11 | -/ |
| 12 | |
| 13 | namespace Lax434930.ModelEquivalence |
| 14 | |
| 15 | open PolynomialTime MachineModels |
| 16 | |
| 17 | /-- The elementary single-tape and stack definitions give the same class P. -/ |
| 18 | axiom singleTapeP_eq_P : SingleTapeP = P |
| 19 | |
| 20 | end Lax434930.ModelEquivalence |
| 21 |
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments