Finite stack alphabets suffice
Lax434930.FiniteStackEquivalence · concepts/Lax434930/FiniteStackEquivalence.lean · lax-434930
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Lemma
Requiring every work-stack alphabet to be finite leaves unchanged.
Concept map
In the paper
- page 3 of this submission's paper
Lean source view on GitHub
| 1 | import Lax434930.MachineModels |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: Finite stack alphabets suffice |
| 6 | type: lemma |
| 7 | --- |
| 8 | Requiring every work-stack alphabet to be finite leaves unchanged. |
| 9 | -/ |
| 10 | |
| 11 | namespace Lax434930.FiniteStackEquivalence |
| 12 | |
| 13 | open PolynomialTime MachineModels |
| 14 | |
| 15 | /-- Requiring all work alphabets to be finite does not change P. -/ |
| 16 | axiom finiteStackP_eq_P : FiniteStackP = P |
| 17 | |
| 18 | end Lax434930.FiniteStackEquivalence |
| 19 |
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments