versus
Canonical statement
View source LaTeX
Is
\[
L\ne NL?
\]
Here \(L\) and \(NL\) are the languages decidable by, respectively,
deterministic and nondeterministic Turing machines using
\(O(\log n)\) work-tape cells on inputs of length \(n\), with read-only
input.Notes
This is the space-bounded analogue of versus : does nondeterminism add power for Turing machines restricted to work space? Here and denote deterministic and nondeterministic logarithmic space, with a read-only input tape. The question took its modern shape around 1970, when Savitch first related the two measures; no unique first proposal is documented [Savitch1970].
The canonical complete problem is reachability: deciding whether a directed graph contains a path from to is -complete, so if and only if this single problem lies in deterministic logspace. Savitch's theorem gives , simulating nondeterminism at the cost of squaring the space bound [Savitch1970]. In the other direction, the Immerman–Szelepcsényi theorem established the surprising equality , showing that nondeterministic logarithmic space, unlike (conjecturally) nondeterministic polynomial time, is closed under complement [Immerman1988].
Neither result collapses to , and the problem is open: a resolution requires either a deterministic -space algorithm for directed reachability or a proof that none exists [AroraBarak2009].
References (3)
- [Savitch1970]
Relationships between nondeterministic and deterministic tape complexities
Open ↗Walter J. Savitch · 1970 · misc
- [Immerman1988]
Nondeterministic space is closed under complementation
Open ↗Neil Immerman · 1988 · misc
- [AroraBarak2009]
Computational Complexity: A Modern Approach
Open ↗Sanjeev Arora and Boaz Barak · 2009 · misc
The boxed statement is the canonical open formulation — not a stronger variant or a related research program. The status reflects the catalog's last review; do your own literature search before investing serious effort.