edited by
1,321 views
0 votes
0 votes

Let $A= \{001, 0011, 11, 101\}$ and $B=\{01, 111, 111, 010\}$. Similarly, let $C= \{00, 001, 1000\}$ and $D=\{0, 11, 011\}$.

Which of the following pairs have a post-correspondence solution?

  1. Only pair $(A, B)$
  2. Only pair $(C, D)$
  3. Both $(A, B)$ and $(C, D)$
  4. Neither $(A, B)$ nor $(C, D)$
edited by

2 Answers

0 votes
0 votes
$\underline{\textbf{Answer:}\Rightarrow}\;1)\;\text{Only pair (A, B)}$

$\underline{\textbf{Explanation:}\Rightarrow}$

Let $\mathbf A$ be an alphabet with at least two symbols. The input of the problem consists of two finite lists $\mathrm{\alpha_1,\dots,\alpha_N}$ and $\mathrm{\beta_1,\dots,\beta_N}$ of words over $\mathbf A$.

A solution to this problem is a $\mathbf{\color {magenta} {sequence}}$ of indices $\mathrm{(i_k)_{1\le k\le k}}$ with $\mathrm{K \ge 1}$ and $\mathrm{1\le i_k \le N}$ for all $\mathrm k$, such that

$\alpha_{i_1}\dots \alpha_{i_k} = \beta_{i_1}\dots \beta_{i_k}$

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

Source: https://en.wikipedia.org/wiki/Post_correspondence_problem

$\mathbf{ \color {green}{\Large A}}$

A1

A2

A3

A4

001

0011

$\color{magenta}{11}$

$\color{magenta}{101}$

 

$\mathbf{ \color {green}{\Large B}}$

B1

B2

B3

B4

$\color{magenta}{\enclose{circle}{01}}$

$\color{magenta}{111}$

$\color{blue}{\enclose{circle}{111}}$

010

 

$\mathbf{ \color {green}{\Large C}}$

C1

C2

C3

00

001

1000

 

$\mathbf{ \color {green}{\Large D}}$

D1

D2

D3

0

11

011

 

$\therefore \mathbf{A,\;B}$ are in $\textbf{PCP}$ because:

$\mathbf{\underset{\enclose{circle}{A_3=11,A_4 = 101}}{A_3A_4} = \underset{\enclose{circle}{B_3=111,B_1=01}}{B_3B_1} = 11101}$, and $\mathbf{\underset{\enclose{circle}{A_3 = 11, A_4 = 101}}{A_3A_4} = \underset{\enclose{circle}{B_2=111,B_1=01}}{B_2B_1}=11101}$

$\therefore $ Pair $\mathbf{A,\;B}$ have a solution.

$\therefore (1)$ is the right answer.
edited by

Related questions

1 votes
1 votes
2 answers
1
4 votes
4 votes
6 answers
3
soujanyareddy13 asked May 12, 2021
1,920 views
The Boolean expression $AB+A \overline{B}+\overline{A}C+AC$ is unaffected by the value of the Boolean variable _________.$A$$B$$C$$A, B$ and $C$