Table of Contents
Fetching ...

Resolution of The Linear-Bounded Automata Question

Tianrong Lin

TL;DR

The paper resolves the linear-bounded automata question by proving a general separation ${\rm DSPACE}[S(n)]\subsetneqq {\rm NSPACE}[S(n)]$ for every space-constructible $S(n)\ge n$, implying in particular ${\rm DSPACE}[n]\subsetneqq {\rm NSPACE}[n]$. It introduces a diagonalization method against deterministic $S(n)$-space machines using a universal nondeterministic TM, producing a language $L_d$ that lies in ${\rm NSPACE}[S(n)]$ but not in ${\rm DSPACE}[S(n)]$, and further shows $L\subsetneqq NL$ via padding, yielding $L\subsetneqq P$. As a corollary, no deterministic $O(\log n)$-space TM can decide STCON. The work advances the understanding of nondeterminism in space-bounded computation, with implications for context-sensitive languages and the boundaries between complexity classes, while also outlining open questions for intermediate space scales between $\log n$ and $n$.

Abstract

This paper resolves a famous and longstanding open question in automata theory, i.e., the {\it linear-bounded automata question} (or shortly, LBA question), which can also be phrased succinctly in the language of computational complexity theory as $$ {\rm NSPACE}[n]\overset{?}{=}{\rm DSPACE}[n]. $$ In fact, we prove a more general result that $$ {\rm DSPACE}[S(n)]\subsetneqq {\rm NSPACE}[S(n)] $$ where $S(n)\geq n$ is a space-constructible function. Our proof technique is based on diagonalization against deterministic $S(n)$ space-bounded Turing machines with a universal nondeterministic Turing machine and on other novel and interesting new techniques. Our proof also implies the following consequences, which resolve some famous open questions in complexity theory: (1). ${\rm DSPACE}[n]\subsetneqq {\rm NSPACE}[n]$; (2). $L\subsetneqq NL$; (3). $L\subsetneqq P$; (4). There exists no deterministic Turing machine working in $O(\log n)$ space deciding the $st$-connectivity question (STCON).

Resolution of The Linear-Bounded Automata Question

TL;DR

The paper resolves the linear-bounded automata question by proving a general separation for every space-constructible , implying in particular . It introduces a diagonalization method against deterministic -space machines using a universal nondeterministic TM, producing a language that lies in but not in , and further shows via padding, yielding . As a corollary, no deterministic -space TM can decide STCON. The work advances the understanding of nondeterminism in space-bounded computation, with implications for context-sensitive languages and the boundaries between complexity classes, while also outlining open questions for intermediate space scales between and .

Abstract

This paper resolves a famous and longstanding open question in automata theory, i.e., the {\it linear-bounded automata question} (or shortly, LBA question), which can also be phrased succinctly in the language of computational complexity theory as In fact, we prove a more general result that where is a space-constructible function. Our proof technique is based on diagonalization against deterministic space-bounded Turing machines with a universal nondeterministic Turing machine and on other novel and interesting new techniques. Our proof also implies the following consequences, which resolve some famous open questions in complexity theory: (1). ; (2). ; (3). ; (4). There exists no deterministic Turing machine working in space deciding the -connectivity question (STCON).

Paper Structure

This paper contains 11 sections, 13 theorems, 74 equations, 1 figure.

Key Result

Theorem 1.1

Let $S(n)\geq n$ be a space-constructible function. Then there is a language $L_d$ such that but That is,

Figures (1)

  • Figure 1: Adjacent groups for $m=3$

Theorems & Definitions (25)

  • Theorem 1.1
  • Theorem 1.2
  • Theorem 1.3
  • Corollary 1.4
  • Theorem 1.5
  • Definition 2.1: $k$-tape deterministic Turing machine, AHU74
  • Definition 2.2: $k$-tape nondeterministic Turing machine, AHU74
  • Definition 2.3
  • Lemma 2.1
  • Lemma 2.2
  • ...and 15 more