Lax554803.SingleTapeComplement
Single-tape P is closed under complement
concepts/Lax554803/SingleTapeComplement.lean · lax-554803
No public endorsements yet.
Loading review…
Sign in with ORCIDConcept map
Evidence
Each proof establishes this claim relative to its assumptions.
Theorem
The elementary single-tape class is closed under complement.
Lean source view on GitHub
| 1 | import Lax554803.MachineModels |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: Single-tape P is closed under complement |
| 6 | type: theorem |
| 7 | --- |
| 8 | The elementary single-tape class is closed under complement. |
| 9 | -/ |
| 10 | |
| 11 | namespace Lax554803.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 Lax554803.SingleTapeComplement |
| 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