Lukas' Notes

Definition

Deterministic Turing Machine

A deterministic Turing machine is a Turing machine whose transition relation assigns at most one move to every state–symbol pair:

Such a relation is a partial function, denoted

Every configuration of has at most one successor, so the computation on an input is a single path. The machine accepts an input if that path reaches an accepting state .

The definition is the special case of the nondeterministic Turing machine obtained by requiring at most one move per state–symbol pair.