Single-tape P is closed under complement
Lax434930.SingleTapeComplement · concepts/Lax434930/SingleTapeComplement.lean · lax-434930
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Lemma
The elementary single-tape class is closed under complement.
Concept map
Evidence
Each proof establishes this claim relative to its assumptions.
In the paper
- page 4 of this submission's paper
Lean source view on GitHub
| 1 | import Lax434930.MachineModels |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: Single-tape P is closed under complement |
| 6 | type: lemma |
| 7 | --- |
| 8 | The elementary single-tape class is closed under complement. |
| 9 | -/ |
| 10 | |
| 11 | namespace Lax434930.SingleTapeComplement |
| 12 | |
| 13 | open PolynomialTime MachineModels |
| 14 | |
| 15 | /-- Complement closure for the elementary single-tape definition. -/ |
| 16 | axiom closed_under_complement (L : Language) : |
| 17 | L ∈ SingleTapeP → Lᶜ ∈ SingleTapeP |
| 18 | |
| 19 | end Lax434930.SingleTapeComplement |
| 20 |
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments