Complementing a logarithmic space language
Lax733996.ComplementClosure · concepts/Lax733996/ComplementClosure.lean · lax-733996
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Lemma
The complement of a language in also belongs to .
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.NondeterministicLogarithmicSpace |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: Complementing a logarithmic space language |
| 6 | type: lemma |
| 7 | --- |
| 8 | The complement of a language in also belongs to . |
| 9 | -/ |
| 10 | |
| 11 | namespace Lax733996.ComplementClosure |
| 12 | |
| 13 | open Lax434930.PolynomialTime Lax434930.NondeterministicLogarithmicSpace |
| 14 | |
| 15 | axiom closed (A : Language) : A ∈ NL → Aᶜ ∈ NL |
| 16 | |
| 17 | end Lax733996.ComplementClosure |
| 18 |
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments