Many variants of PCP have been considered. One reason is that, when one tries to prove undecidability of some new problem by reducing from PCP, it often happens that the first reduction one finds is not from PCP itself but from an apparently weaker version. • The problem may be phrased in terms of
monoid morphisms
f,
g from the free monoid
B∗ to the free monoid
A∗ where
B is of size
n. The problem is to determine whether there is a word
w in
B+ such that
f(
w) =
g(
w). • The condition that the alphabet A have at least two symbols is required since the problem is decidable if A has only one symbol. • A simple variant is to fix
n, the number of tiles. This problem is decidable if
n ≤ 2, but remains undecidable for
n ≥ 5. It is unknown whether the problem is decidable for 3 ≤
n ≤ 4. • The '''
circular Post correspondence problem''' asks whether indexes i_1, i_2,\ldots can be found such that \alpha_{i_1} \cdots \alpha_{i_k} and \beta_{i_1} \cdots \beta_{i_k} are
conjugate words, i.e., they are equal modulo rotation. This variant is undecidable. • One of the most important variants of PCP is the '''
bounded Post correspondence problem'
, which asks if we can find a match using no more than k
tiles, including repeated tiles. A brute force search solves the problem in time O(2k''), but this may be difficult to improve upon, since the problem is
NP-complete. Unlike some NP-complete problems like the
boolean satisfiability problem, a small variation of the bounded problem was also shown to be complete for RNP, which means that it remains hard even if the inputs are chosen at random (it is hard on average over uniformly distributed inputs). • Another variant of PCP is called the '''
marked Post Correspondence Problem''', in which each \alpha_i must begin with a different symbol, and each \beta_i must also begin with a different symbol. Halava, Hirvensalo, and de Wolf showed that this variation is decidable in
exponential time. Moreover, they showed that if this requirement is slightly loosened so that only one of the first two characters need to differ (the so-called 2-marked Post Correspondence Problem), the problem becomes undecidable again. • The
Post Embedding Problem is another variant where one looks for indexes i_1, i_2, \ldots such that \alpha_{i_1} \cdots \alpha_{i_k} is a
(scattered) subword of \beta_{i_1} \cdots \beta_{i_k}. This variant is easily decidable since, when some solutions exist, in particular a length-one solution exists. More interesting is the '''
Regular Post Embedding Problem''', a further variant where one looks for solutions that belong to a given
regular language (submitted, e.g., under the form of a
regular expression on the set \{1,\ldots,N\}). The Regular Post Embedding Problem is still decidable but, because of the added regular constraint, it has a very high complexity that dominates every multiply recursive function. • The
Identity Correspondence Problem (ICP) asks whether a finite set of pairs of words (over a group alphabet) can generate an identity pair by a sequence of concatenations. The problem is undecidable and equivalent to the following Group Problem: is the semigroup generated by a finite set of pairs of words (over a group alphabet) a group.{{cite journal|author = Paul C. Bell |author2=Igor Potapov |title =On the Undecidability of the Identity Correspondence Problem and its Applications for Word and Matrix Semigroups |year = 2010|journal = International Journal of Foundations of Computer Science |volume =21 |issue=6 |pages=963–978 • The problem has been studied in the context of groups, using a similar phrasing to the
monoid morphism language. '''Post's Correspondence Problem for Groups''' takes as input a pair of
group homomorphisms f, g: F(B)\to G from the
free group F(B) to the group G, and tries to determine whether there is a word w in F(B) such that f(w) = g(w)\neq1. It is known to be decidable when G is a
virtually nilpotent group, and undecidable for G a
hyperbolic group.{{cite journal|author = Laura Ciobanu |author2=Alex Levine |author3=Alan D. Logan |title =Post's Correspondence Problem for hyperbolic and virtually nilpotent groups |year = 2024|journal = Bulletin of the London Mathematical Society |volume =56 |issue=1 |pages=159–175 == References ==