Reducibility - PowerPoint PPT Presentation

1 / 44
About This Presentation
Title:

Reducibility

Description:

When started on blank tape, writes. Then continues execution ... the blank-tape halting problem is undecidable. END OF PROOF. We reduced the halting problem ... – PowerPoint PPT presentation

Number of Views:176
Avg rating:3.0/5.0
Slides: 45
Provided by: costas4
Category:

less

Transcript and Presenter's Notes

Title: Reducibility


1
Reducibility

2
Problem is reduced to problem
If we can solve problem then we can solve
problem
3
Problem is reduced to problem
If is decidable then is decidable
If is undecidable then is undecidable
4
Example
the halting problem
is reduced to
the state-entry problem
5
The state-entry problem
Inputs
  • Turing Machine
  • State
  • String

Question
Does
enter state
on input ?
6
Theorem
The state-entry problem is undecidable
Proof
Reduce the halting problem to
the state-entry problem
7
Suppose we have a Decider for the state-entry
algorithm
YES
enters
state-entry problem decider
NO
doesnt enter
8
We want to build a decider for the halting
problem
YES
halts on
Halting problem decider
NO
doesnt halt on
9
We want to reduce the halting problem to the
state-entry problem
Halting problem decider
YES
YES
State-entry problem decider
NO
NO
10
We need to convert one problem instance to the
other problem instance
Halting problem decider
YES
Convert Inputs ?
YES
State-entry problem decider
NO
NO
11
Convert to
  • Add new state
  • From any halting state of add transitions
    to

Single halt state
halting states
12
halts on input
if and only if
halts on state on input
13
Halting problem decider
YES
YES
State-entry problem decider
Generate
NO
NO
14
We reduced the halting problem to the state-entry
problem
Since the halting problem is undecidable, the
state-entry problem is undecidable
END OF PROOF
15
Another example
the halting problem
is reduced to
the blank-tape halting problem
16
The blank-tape halting problem
Input
Turing Machine
Question
Does
halt when started with
a blank tape?
17
Theorem
The blank-tape halting problem is undecidable
Proof
Reduce the halting problem to the
blank-tape halting problem
18
Suppose we have a decider for the blank-tape
halting problem
halts on blank tape
YES
blank-tape halting problem decider
NO
doesnt halt on blank tape
19
We want to build a decider for the halting
problem
YES
halts on
halting problem decider
NO
doesnt halt on
20
We want to reduce the halting problem to the
blank-tape halting problem
Halting problem decider
YES
YES
Blank-tape halting problem decider
NO
NO
21
We need to convert one problem instance to the
other problem instance
Halting problem decider
YES
YES
Blank-tape halting problem decider
Convert Inputs ?
NO
NO
22
Construct a new machine
  • When started on blank tape, writes
  • Then continues execution like

step 1
step2
if blank tape
execute
then write
with input
23
halts on input string
if and only if
halts when started with blank tape
24
Halting problem decider
YES
YES
blank-tape halting problem decider
Generate
NO
NO
25
We reduced the halting problem to the blank-tape
halting problem
Since the halting problem is undecidable, the
blank-tape halting problem is undecidable
END OF PROOF
26
Summary of Undecidable Problems
Halting Problem
Does machine halt on input ?
Membership problem
Does machine accept string ?
27
Blank-tape halting problem
Does machine halt when starting on blank
tape?
State-entry Problem
Does machine enter state on input
?
28
Uncomputable Functions

29
Uncomputable Functions
Values region
Domain
A function is uncomputable if it cannot be
computed for all of its domain
30
An uncomputable function
maximum number of moves until any Turing machine
with states halts when started with the
blank tape
31
Theorem
Function is uncomputable
Proof
Assume for contradiction that is
computable
Then the blank-tape halting problem is decidable

32
Decider for blank-tape halting problem
Input machine
1. Count states of
2. Compute
3. Simulate for steps
starting with empty tape
If halts then return YES
otherwise return NO
33
Therefore, the blank-tape halting problem is
decidable
However, the blank-tape halting problem is
undecidable
Contradiction!!!
34
Therefore, function in uncomputable
END OF PROOF
35
Undecidable Problems for Recursively Enumerable
Languages
36
Take a recursively enumerable language
Decision problems
  • is empty?
  • is finite?
  • contains two different strings
  • of the same length?

All these problems are undecidable
37
Theorem
For any recursively enumerable language
it is undecidable to determine whether is
empty
Proof
We will reduce the membership problem to this
problem
38
Let be the TM with
Suppose we have a decider for the empty language
problem
YES
empty
empty language problem decider
NO
not empty
39
We will build the decider for the membership
problem
YES
accepts
membership problem decider
NO
rejects
40
We want to reduce the membership problem to the
empty language problem
Membership problem decider
NO
YES
empty language problem decider
YES
NO
41
We need to convert one problem instance to the
other problem instance
Membership problem decider
NO
YES
Convert inputs ?
empty language problem decider
YES
NO
42
Construct machine
On arbitrary input string
executes the same as with
When enters a final state, compare
with
Accept only if
43
if and only if
is not empty
44
Membership problem decider
NO
YES
empty language problem decider
construct
YES
NO
END OF PROOF
Write a Comment
User Comments (0)
About PowerShow.com