Lax554803.FiniteStackEquivalence
Finite stack alphabets suffice
concepts/Lax554803/FiniteStackEquivalence.lean · lax-554803
No public endorsements yet.
Loading review…
Sign in with ORCIDConcept map
Theorem
Requiring every work-stack alphabet to be finite leaves unchanged.
Lean source view on GitHub
| 1 | import Lax554803.MachineModels |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: Finite stack alphabets suffice |
| 6 | type: theorem |
| 7 | --- |
| 8 | Requiring every work-stack alphabet to be finite leaves unchanged. |
| 9 | -/ |
| 10 | |
| 11 | namespace Lax554803.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 Lax554803.FiniteStackEquivalence |
| 19 |
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