5.1 UNDECIDABLE PROBLEMS FROM LANGUAGE THEORY Flashcards

1
Q

The halting problem

A

The problem of determining whether a Turing machine halts (by accepting or rejecting) on a given input

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Mapping reducibility

A

Roughly speaking, being able to reduce problem A to problem B by using a mapping reducibility means that a computable function exists that converts instances of problem A to instances of problem B.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Language A is mapping reducible to language B, written A ≤m B,
if

A

here is a computable function f : Σ∗−→Σ∗, where for every w, w ∈ A ⇐⇒ f ( w ) ∈ B .
The function f is called the reduction from A to B.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly