Computability Theory

#computability-theory

Undecidable Problems

Definition (Halting Problem)

Given: A pair of strings m,x
Return: Yes if m is the code of a deterministic Turing Machine M and x a string in the alphabet of M such that M accepts x. No if otherwise