Title: The Post Correspondence Problem
1The Post Correspondence Problem
21. We will prove that the MPC problem is
undecidable
2. We will prove that the PC problem is
undecidable
31. We will prove that the MPC problem is
undecidable
We will reduce the membership problem to the MPC
problem
4Membership problem
Input recursive language string
Question
Undecidable
5Membership problem
Input unrestricted grammar string
Question
Undecidable
6The reduction of the membership problem to the
MPC problem
For unrestricted grammar and string
we construct a pair such that
has an MPC-solution if and only if
7Grammar
start variable
special symbol
For every symbol
For every variable
8Grammar
string
special symbol
For every production
9Example
Grammar
String
10(No Transcript)
11(No Transcript)
12(No Transcript)
13(No Transcript)
14(No Transcript)
15(No Transcript)
16Theorem
has an MPC-solution if and only if
17Algorithm for membership problem
Input unrestricted grammar string
Construct the pair
If has an MPC-solution then
else
18Membership machine
solution
construct
MPC algorithm
No-solution
192. We will prove that the PC problem is
undecidable
We will reduce the MPC problem to the PC problem
20 input to the MPC problem
21We construct a new sequences
22We insert a special symbol between any two
symbols
23(No Transcript)
24Special Cases
25Observation
There is a PC-solution for if and only if there
is a MPC-solution for
26PC-solution
MPC-solution
27MPC-algorithm
Input sequences
Construct sequences
Solve the PC problem for
28MPC algorithm
solution
construct
PC algorithm
No-solution