Unambiguous Turing machine

From HandWiki

In theoretical computer science, a Turing machine is a theoretical machine that is used in thought experiments[by whom?] to examine the abilities and limitations of computers.[citation needed] An unambiguous Turing machine is a special kind of non-deterministic Turing machine, which, in some sense,[clarification needed] is similar to a deterministic Turing machine.

Formal definition

A non-deterministic Turing machine is represented formally by a 6-tuple, [math]\displaystyle{ M=(Q, \Sigma, \iota, \sqcup, A, \delta) }[/math], as explained in the page non-deterministic Turing machine. An unambiguous Turing machine is a non-deterministic Turing machine such that, for every input [math]\displaystyle{ w=a_1,a_2,...,a_n }[/math], there exists at most one sequence of configurations [math]\displaystyle{ c_0,c_1,...,c_m }[/math] with the following conditions:

  1. [math]\displaystyle{ c_0 }[/math] is the initial configuration with input [math]\displaystyle{ w }[/math]
  2. [math]\displaystyle{ c_{i+1} }[/math] is a successor of [math]\displaystyle{ c_i }[/math] and
  3. [math]\displaystyle{ c_m }[/math] is an accepting configuration.

In other words, if [math]\displaystyle{ w }[/math] is accepted by [math]\displaystyle{ M }[/math], there is exactly one accepting computation.

Expressivity

Every deterministic Turing machine is an unambiguous Turing machine, as for each input, there is exactly one computation possible. Unambiguous Turing machines have the same expressivity as a Turing machines. They are a subset of non-deterministic Turing machines, which have the same expressivity as Turing machines.

On the other hand, unambiguous non-deterministic polynomial time is suspected to be strictly less expressive than (potentially ambiguous) non-deterministic polynomial time.

References

Lane A. Hemaspaandra and Jorg Rothe, Unambiguous Computation: Boolean Hierarchies and Sparse Turing-Complete Sets, SIAM J. Comput., 26(3), 634–653