Turing Machine
A Turing Machine is a 7 tuple
is finite set of states is finite input alphabet is finite tape alphabet
A configuration consists of (1) content of tape in
If machine reaches
A Turing machine accepts
Turing Recognizable
It is Turing decidable or recursive if
Variants
Multitape Turing Machine
Nondeterministic Turing Machine
These are both equivalent to regular Turing machines
An enumerator is a Turing-machine that has a working tape, along with a printer tape. A language is Turing-recognizable iff some enumerator enumerates it.
Church-Turing Thesis
Any physically realizable computational device can be simulated by standard Turing machine up to polynomial time loss in efficiency.