Chemistry Reference and  Research
           
 
Periodic Table
- standard table
- large table
 
Chemical Elements
- by name
- by symbol
- by atomic number
 
Chemical Properties
 
Chemical Reactions
 
Organic Chemistry
 
Branches of Chemistry
Analytical chemistry
Biochemistry
Computational Chemistry
Electrochemistry
Environmental chemistry
Geochemistry
Inorganic chemistry
Materials science
Medicinal chemistry
Nuclear chemistry
Organic chemistry
Pharmacology
Physical chemistry
Polymer chemistry
Supramolecular Chemistry
Thermochemistry

Post correspondence problem

The Post correspondence problem is an undecidable decision problem that was introduced by Emil Post. Because it is simpler than the halting problem and the Entscheidungsproblem it is often used in proofs of undecidability.

Informally the problem can be described as follows. Given a dictionary that contains pairs of phrases, i.e., a list of words, that mean the same, decide if there is a sentence that means the same in both languages.

Definition of the problem

The input of the problem consists of two finite lists:

u1,...,un and v1,...,vn

of words over some alphabet Σ with at least two symbols. A solution to this problem is a sequence of indexes i_1, ..., i_k, 1 \le i_j \le n, such that

u_{i_1}...u_{i_k} = v_{i_1}...v_{i_k}.

The decision problem then is to decide whether such a solution exists or not.

Example of an instance of the problem

Consider the following two lists:

u1 u2 u3 u4 v1 v2 v3 v4
aba bbb aab bb a aaa abab babba

A solution to this problem would be the sequence 1, 4, 3, 1 because

u1u4u3u1 = aba + bb + aab + aba = ababbaababa = a + babba + abab + a = v1v4v3v1

However, if the two lists had consisted of only u1,u2,u3 and v1,v2,v3, then there would have been no solution.

A convenient way to view an instance of a Post correspondence problem is as a collection of blocks of the form

ui
vi

Thus the above example is viewed as

aba
a
,
bbb
aaa
,
aab
abab
,
bb
babba
i = 1

i = 2

i = 3

i = 4

A solution corresponds to some way of laying blocks next to each other so that the string in the top cells corresponds to the string in the bottom cells. Then the solution to the above example corresponds to:

aba
a
,
bb
babba
,
aab
abab
,
aba
a
i1 = 1

i2 = 4

i3 = 3

i4 = 1
01-04-2007 01:16:19
The contents of this article are licensed from Wikipedia.org under the GNU Free Documentation License. How to see transparent copy