Post_system Post_system

Post system - Definition and Overview

Related Words: Mo, Aggregation, Algorithm, All, Angle, Arrangement, Array, Attack, Basis, Blueprint, Brand, Calculation, Cast, Character

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:

<math>u_1, ..., u_n<math> and <math>v_1, ..., v_n<math>

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

<math>u_{i_1}...u_{i_k} = v_{i_1}...v_{i_k}<math>.

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:

<math>u_1<math> <math>u_2<math> <math>u_3<math> <math>u_4<math> <math>v_1<math> <math>v_2<math> <math>v_3<math> <math>v_4<math>
<math>aba<math> <math>bbb<math> <math>aab<math> <math>bb<math> <math>a<math> <math>aaa<math> <math>abab<math> <math>babba<math>


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

<math>u_1 u_4 u_3 u_1 = aba + bb + aab + aba = ababbaababa = a + babba + abab + a = v_1 v_4 v_3 v_1<math>

However, if the two lists had consisted of only <math>u_1, u_2, u_3<math> and <math>v_1, v_2, v_3<math>, 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

<math>u_i<math>
<math>v_i<math>


Thus the above example is viewed as

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

<math>i=2<math>

<math>i=3<math>

<math>i=4<math>

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:

<math>aba<math>
<math>a<math>
,
<math>bb<math>
<math>babba<math>
,
<math>aab<math>
<math>abab<math>
,
<math>aba<math>
<math>a<math>
<math>i_1=1<math>

<math>i_2=4<math>

<math>i_3=3<math>

<math>i_4=1<math>

Example Usage of system

ml_barnett: First page about a problem: "Market data inconsistent-Cantor Trading system offline" Cantor was on the floors hit by the 1st plane #911texts
ntnbutughGthang: RT @__Omii Can't wait 2 get the henny in da system!-wrddd
rfaloona: @daryld Yah it does. Either system, the game is tight as hell. I wish we could play!
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.