The Post correspondence problem is an undecidable decision problem that was introduced by Emil Post in 1946. Because it is simpler than the halting problem and the Entscheidungsproblem it is often used in proofs of undecidability.
Definition of the problem Let A {\displaystyle A} be an alphabet with at least two symbols. The input of the problem consists of two finite lists α 1 , … , α N {\displaystyle \alpha _{1},\ldots ,\alpha _{N}} and β 1 , … , β N {\displaystyle \beta _{1},\ldots ,\beta _{N}} of words over A {\displaystyle A} . A solution to this problem is a sequence of indices ( i k ) 1 ≤ k ≤ K {\displaystyle (i_{k})_{1\leq k\leq K}} with K ≥ 1 {\displaystyle K\geq 1} and 1 ≤ i k ≤ N {\displaystyle 1\leq i_{k}\leq N} for all k {\displaystyle k} , such that
α i 1 … α i K = β i 1 … β i K . {\displaystyle \alpha _{i_{1}}\ldots \alpha _{i_{K}}=\beta _{i_{1}}\ldots \beta _{i_{K}}.}
The decision problem then is to decide whether such a solution exists or not.
Alternative definition
g : ( i 1 , … , i K ) ↦ α i 1 … α i K {\displaystyle g:(i_{1},\ldots ,i_{K})\mapsto \alpha _{i_{1}}\ldots \alpha _{i_{K}}}
h : ( i 1 , … , i K ) ↦ β i 1 … β i K . {\displaystyle h:(i_{1},\ldots ,i_{K})\mapsto \beta _{i_{1}}\ldots \beta _{i_{K}}.}
This gives rise to an equivalent alternative definition often found in the literature, according to which any two homomorphisms g , h {\displaystyle g,h} with a common domain and a common codomain form an instance of the Post correspondence problem, which now asks whether there exists a nonempty word w {\displaystyle w} in the domain such that
g ( w ) = h ( w ) {\displaystyle g(w)=h(w)} . Another definition describes this problem easily as a type of puzzle. We begin with a collection of dominos, each containing two strings, one on each side. An individual domino looks like
[ a a b ] {\displaystyle {\begin{bmatrix}a\\ab\end{bmatrix}}}
and a collection of dominos looks like
… excerpt ends here. Continue reading the full article.
