Definition

Recognisability (Language) ^def-language

Let be a language. Then:

  • is a Turing Machine
  • This means, for every string , accepts if . If , then can reject or run forever.
  • If we wanted to ensure always halts, we need to be decidable.

#tosee can i make this definition?

Recognisability (Decision Problem) ^def-problem

Let be a decision problem (of arity ) over an input set

  • is a Turing Machine
  • This means can verify a correct solution, for (i.e. one where ), but it cannot show a wrong solution does not work (that requires to be decidable)

Closure Properties

Done by simulating and in parallel.