Ludwig von Bertalanffy: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Lovibond
Biography: Fechner was a psychologist, not a physicist
 
No edit summary
Line 1: Line 1:
However, by altering your wardrobe and posture, you can help with the illusion of looking taller. If you're not taking the proper quantities and sorts of supplements, your body won't be growing taller. Another aspect about the "Smaller To Taller" program that we like is the fact that all the information has been organized in such a way that anyone will be able to easily understand and follow through (there are no jargons used throughout the entire program). If you aren't accomplishing this, then it is important to crank up the intensity or you will risk missing the anaerobic threshold. These are some of the basic height increasing exercises that you may want to put into practice. <br><br>Weak abdominal muscles often contribute to poor posture, so concentrate on strength exercises to promote good posture. Also, they will help in the proper functioning of the organs which is important for growing taller. Tall men and women appear to get the ideal work, higher salaries, are additional highly regarded, seem to have a superior social living and a far better standing in the local community and tall people glimpse far better in most clothing. You are also trying to avoid any spikes in your insulin levels while you are sleeping. Wire cage method: Get yourself a length of wire fencing. <br><br>It is becoming increasingly hard to prepare nutritiously balanced food because of the daily demands of living. The reality is that, growing taller is credited to the bones in the legs and spine. These hormones get sent to our bloodstream after production, and they target certain organs and tissues that aid growth and development. If you are in search of natural ways to get taller, then you have come to the right site. This can be done by either altering your eating habits, or by way of certain drugs and by stretching exercises. <br><br>The research has additionally suggested the truth that the average height is just about 1. The burden is on the FDA to remove a harmful dietary supplements to grow taller from the marketplace. However, there are also some types of foods, injections, drinks and pills that also contain the hormone. Doing thus can let it produce the human growth hormone healthily and normally. Finally, if none of the above suits your needs, there are a few often overlooked tricks to employ that will give the appearance of added height. <br><br>You must learn how to hold your head, your pelvis, your legs, sit correctly; walk correctly, plus numerous other do's and don'ts to assure you of achieving every possible inch of height. Some of the most effective intense exercises that can help in growing taller naturally are yoga and swimming. Some girls claim platform shoes are rather comfortable, and they most likely are because the entire length of the foot is on a flat plane instead of the heel being higher. However, your diet and lifestyle as well goes a long way to determine your height. This desire has given rise to a number of products, drugs and surgeries, all claiming to achieve your desired results.<br><br>Should you loved this information and you would love to receive details regarding [http://www.estampas.info/ what foods make you grow taller] please visit our own web-site.
{{Distinguish2|the [[Turing degree#Post's problem and the priority method|other Post's problem]] on the existence of incomparable r.e. Turing degrees}}
 
The '''Post correspondence problem''' is an [[undecidable problem|undecidable]] [[decision problem]] that was introduced by [[Emil Post]] in 1946.<ref name="Post46">{{cite journal|year = 1946|author = [[Emil Post|E. L. Post]]| title= A variant of a recursively unsolvable problem |journal = Bull. Amer. Math. Soc| volume =  52|url=http://www.ams.org/bull/1946-52-04/S0002-9904-1946-08555-9/S0002-9904-1946-08555-9.pdf}}</ref> Because it is simpler than the [[halting problem]] and the ''[[Entscheidungsproblem]]'' it is often used in proofs of undecidability.
 
== Definition of the problem ==
 
The input of the problem consists of two finite lists <math>\alpha_{1}, \ldots, \alpha_{N}</math> and <math>\beta_{1}, \ldots, \beta_{N}</math> of words over some alphabet <math>A</math> having at least two symbols. A solution to this problem is a [[sequence]] of indices <math>(i_k)_{1 \le k \le K}</math> with <math>K \ge 1</math> and <math> 1 \le i_k \le N</math> for all <math>k</math>, such that
 
: <math>\alpha_{i_1} \ldots \alpha_{i_K} = \beta_{i_1} \ldots \beta_{i_K}.</math>
 
The decision problem then is to decide whether such a solution exists or not.
 
== Example instances of the problem ==
 
===Example 1===
Consider the following two lists:
<table border="0" cellspacing="2" cellpadding="2">
<tr>
<td>
{| class="wikitable" style="text-align:center;background:#55FF83;font-style:italic;"
|-style="font-weight:bold;"
|width=40 | α<sub>1</sub>
|width=40 | α<sub>2</sub>
|width=40 | α<sub>3</sub>
|-
|a
|ab
|bba
|}
</td>
<td>
{| class="wikitable" style="text-align:center;background:#87E6FF;font-style:italic;"
|-style="font-weight:bold;"
|width=40 | β<sub>1</sub>
|width=40 | β<sub>2</sub>
|width=40 | β<sub>3</sub>
|-
|baa
|aa
|bb
|}
</td>
</tr>
</table>
A solution to this problem would be the sequence (3, 2, 3, 1), because
 
: <math>\alpha_3 \alpha_2 \alpha_3 \alpha_1 = bba + ab + bba + a = bbaabbbaa = bb + aa + bb + baa = \beta_{3} \beta_{2} \beta_{3} \beta_{1}.</math>
 
Furthermore, since (3, 2, 3, 1) is a solution, so are all of its "repetitions", such as (3, 2, 3, 1, 3, 2, 3, 1), etc.; that is, when a solution exists, there are infinitely many solutions of this repetitive kind.
 
However, if the two lists had consisted of only <math>\alpha_2, \alpha_3</math> and <math>\beta_{2}, \beta_{3}</math> from those sets, then there would have been no solution (the last letter of any such α string is not the same as the letter before it, whereas β only constructs pairs of the same letter).
 
A convenient way to view an instance of a Post correspondence problem is as a collection of blocks of the form
<table border="0" cellspacing="2" cellpadding="2"> 
<tr>
<td>
{| class="wikitable" style="text-align:center;font-style:italic;font-weight:bold;"
| bgcolor="#55FF83" width="40" | α<sub>i</sub>
|-
| bgcolor="#87E6FF" width="40" | β<sub>i</sub>
|}
</td>
</tr>
</table>
there being an unlimited supply of each type of block. Thus the above example is viewed as
<table border="0" cellspacing="0" cellpadding="2" style="font-style:italic;text-align:center;">
<tr>
<td>
{| class="wikitable"
| bgcolor="#55FF83" width="40" | a
|-
| bgcolor="#87E6FF" width="40" | baa
|}
</td>
<td>
{| class="wikitable"
| bgcolor="#55FF83" width="40" | ab
|-
| bgcolor="#87E6FF" width="40" | aa
|}
</td>
<td>
{| class="wikitable"
| bgcolor="#55FF83" width="40" | bba
|-
| bgcolor="#87E6FF" width="40" | bb
|}
</td>
</tr>
<tr>
<td>i = 1</td>
<td>i = 2</td>
<td>i = 3</td>
</tr>
</table>
where the solver has an endless supply of each of these three block types. 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:
<table border="0" cellspacing="0" cellpadding="2" style="font-style:italic;text-align:center;">
<tr>
<td>
{| class="wikitable"
| bgcolor="#55FF83" width="40" | bba
|-
| bgcolor="#87E6FF" width="40" | bb
|}
</td>
<td>
{| class="wikitable"
| bgcolor="#55FF83" width="40" | ab
|-
| bgcolor="#87E6FF" width="40" | aa
|}
</td>
<td>
{| class="wikitable"
| bgcolor="#55FF83" width="40" | bba
|-
| bgcolor="#87E6FF" width="40" | bb
|}
</td>
<td>
{| class="wikitable"
| bgcolor="#55FF83" width="40" | a
|-
| bgcolor="#87E6FF" width="40" | baa
|}
</td>
</tr>
<tr>
<td>i<sub>1</sub> = 3</td>
<td>i<sub>2</sub> = 2</td>
<td>i<sub>3</sub> = 3</td>
<td>i<sub>4</sub> = 1</td>
</tr>
</table>
 
===Example 2===
Again using blocks to represent an instance of the problem, the following is an example that has infinitely many solutions in addition to the kind obtained by merely "repeating" a solution.
 
<table border="0" cellspacing="0" cellpadding="2" style="font-style:italic;text-align:center;">
<tr>
<td>
{| class="wikitable"
| bgcolor="#55FF83" width="40" | bb
|-
| bgcolor="#87E6FF" width="40" | b
|}
</td>
<td>
{| class="wikitable"
| bgcolor="#55FF83" width="40" | ab
|-
| bgcolor="#87E6FF" width="40" | ba
|}
</td>
<td>
{| class="wikitable"
| bgcolor="#55FF83" width="40" | c
|-
| bgcolor="#87E6FF" width="40" | bc
|}
</td>
</tr>
<tr valign="top">
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
</table>
 
In this instance, every sequence of the form (1, 2, 2, . . ., 2, 3) is a solution (in addition to all their repetitions):
 
<table border="0" cellspacing="0" cellpadding="2" style="font-style:italic;text-align:center;">
<tr>
<td>
{| class="wikitable"
| bgcolor="#55FF83" width="40" | bb
|-
| bgcolor="#87E6FF" width="40" | b
|}
</td>
<td>
{| class="wikitable"
| bgcolor="#55FF83" width="40" | ab
|-
| bgcolor="#87E6FF" width="40" | ba
|}
</td>
<td>
{| class="wikitable"
| bgcolor="#55FF83" width="40" | ab
|-
| bgcolor="#87E6FF" width="40" | ba
|}
</td>
<td>
{| class="wikitable"
| bgcolor="#55FF83" width="40" | ab
|-
| bgcolor="#87E6FF" width="40" | ba
|}
</td>
<td>
{| class="wikitable"
| bgcolor="#55FF83" width="40" | c
|-
| bgcolor="#87E6FF" width="40" | bc
|}
</td>
</tr>
<tr valign="top">
<td>1</td>
<td>2</td>
<td>2</td>
<td>2</td>
<td>3</td>
</tr>
</table>
 
==Proof sketch of undecidability ==
 
The most common proof for the undecidability of PCP describes an instance of PCP that can simulate the computation of a [[Turing machine]] on a particular input. A match will only occur if the input would be accepted by the Turing machine. Because deciding if a Turing machine will accept an input is a basic undecidable problem, PCP cannot be decidable either. The following discussion is based on [[Michael Sipser]]'s textbook ''Introduction to the Theory of Computation''.<ref name="sipser05">{{cite book|author = [[Michael Sipser]] | year = 2005 | title = Introduction to the Theory of Computation | edition = 2nd | publisher = Thomson Course Technology | isbn = 0-534-95097-3 | chapter = A Simple Undecidable Problem | pages = 199&ndash;205}}</ref>
 
In more detail, the idea is that the string along the top and bottom will be a [[computation history]] of the Turing machine's computation. This means it will list a string describing the initial state, followed by a string describing the next state, and so on until it ends with a string describing an accepting state. The state strings are separated by some separator symbol (usually written #). According to the definition of a Turing machine, the full state of the machine consists of three parts:
* The current contents of the tape.
* The current state of the [[finite state machine]] which operates the tape head.
* The current position of the tape head on the tape.
Although the tape has infinitely many cells, only some finite prefix of these will be non-blank. We write these down as part of our state. To describe the state of the finite control, we create new symbols, labelled ''q''<sub>1</sub> through ''q''<sub>''k''</sub>, for each of the finite state machine's ''k'' states. We insert the correct symbol into the string describing the tape's contents at the position of the tape head, thereby indicating both the tape head's position and the current state of the finite control. For the alphabet {0,1}, a typical state might look something like:
 
101101110''q''<sub>7</sub>00110.
 
A simple computation history would then look something like this:
 
''q''<sub>0</sub>101#1''q''<sub>4</sub>01#11''q''<sub>2</sub>1#1''q''<sub>8</sub>10.
 
 
We start out with this block, where ''x'' is the input string and ''q''<sub>0</sub> is the start state:
 
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | &nbsp;
|-
| bgcolor="#87E6FF" width="40" | ''q''<sub>0</sub>''x''#
|}
 
The top starts out "lagging" the bottom by one state, and keeps this lag  until the very end stage. Next, for each symbol ''a'' in the tape alphabet, as well as #, we have a "copy" block, which copies it unmodified from one state to the next:
 
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | ''a''
|-
| bgcolor="#87E6FF" width="40" | ''a''
|}
 
We also have a block for each position transition the machine can make, showing how the tape head moves, how the finite state changes, and what happens to the surrounding symbols. For example, here the tape head is over a 0 in state 4, and then writes a 1 and moves right, changing to state 7:
 
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | ''q''<sub>4</sub>0
|-
| bgcolor="#87E6FF" width="40" | 1''q''<sub>7</sub>
|}
 
Finally, when the top reaches an accepting state, the bottom needs a chance to finally catch up to complete the match. To allow this, we extend the computation so that once an accepting state is reached, each subsequent machine step will cause a symbol near the tape head to vanish, one at a time, until none remain. If ''q''<sub>''f''</sub> is an accepting state, we can represent this with the following transition blocks, where ''a'' is a tape alphabet symbol:
 
<table border="0" cellspacing="0" cellpadding="0">
<tr align="center">
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | ''q''<sub>''f''</sub>''a''
|-
| bgcolor="#87E6FF" width="40" | ''q''<sub>''f''</sub>
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | ''aq''<sub>''f''</sub>
|-
| bgcolor="#87E6FF" width="40" | ''q''<sub>''f''</sub>
|}
</td>
</tr>
</table>
 
There are a number of details to work out, such as dealing with boundaries between states, making sure that our initial tile goes first in the match, and so on, but this shows the general idea of how a static tile puzzle can simulate a Turing machine computation.
 
 
The previous example
 
''q''<sub>0</sub>101#1''q''<sub>4</sub>01#11''q''<sub>2</sub>1#1''q''<sub>8</sub>10.
 
 
is represented as the following solution to the Post correspondence problem:
 
 
<table border="0" cellspacing="0" cellpadding="2" style="font-style:italic;text-align:center;">
<tr>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | &nbsp;
|-
| bgcolor="#87E6FF" width="40" | ''q''<sub>0</sub>101#
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" |''q''<sub>0</sub>1
|-
| bgcolor="#87E6FF" width="40" | 1 ''q''<sub>4</sub>
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | 0
|-
| bgcolor="#87E6FF" width="40" | 0
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | 1
|-
| bgcolor="#87E6FF" width="40" | 1
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | #
|-
| bgcolor="#87E6FF" width="40" | #
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | 1
|-
| bgcolor="#87E6FF" width="40" | 1
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | ''q''<sub>4</sub> 0
|-
| bgcolor="#87E6FF" width="40" | 1 ''q''<sub>2</sub>
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | 1
|-
| bgcolor="#87E6FF" width="40" | 1
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | #
|-
| bgcolor="#87E6FF" width="40" | #
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | 1
|-
| bgcolor="#87E6FF" width="40" | 1
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | 1 ''q''<sub>2</sub> 1
|-
| bgcolor="#87E6FF" width="40" | ''q''<sub>8</sub> 1 0
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | #
|-
| bgcolor="#87E6FF" width="40" | #
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | 1 ''q''<sub>8</sub>
|-
| bgcolor="#87E6FF" width="40" | ''q''<sub>8</sub>
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | 1
|-
| bgcolor="#87E6FF" width="40" | 1
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | 0
|-
| bgcolor="#87E6FF" width="40" | 0
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | #
|-
| bgcolor="#87E6FF" width="40" | #
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | q''<sub>8</sub> 1
|-
| bgcolor="#87E6FF" width="40" | ''q''<sub>8</sub>
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | 0
|-
| bgcolor="#87E6FF" width="40" | 0
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | #
|-
| bgcolor="#87E6FF" width="40" | #
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | ''q''<sub>8</sub> 0
|-
| bgcolor="#87E6FF" width="40" | ''q''<sub>8</sub>
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | #
|-
| bgcolor="#87E6FF" width="40" | #
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | ''q''<sub>8</sub>
|-
| bgcolor="#87E6FF" width="40" | &nbsp;
|}
</td>
<td>
{| class="wikitable" style="text-align:center;"
| bgcolor="#55FF83" width="40" | #
|-
| bgcolor="#87E6FF" width="40" | #
|}
</td>
<td>
...
</td>
</tr>
</table>
 
== Variants ==
 
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 morphism]]s ''f'', ''g'' from the free monoid ''B''<sup>&lowast;</sup> to the free monoid ''A''<sup>&lowast;</sup> where ''B'' is of size ''n''. The problem is to determine whether there is a word ''w'' in ''B''<sup>+</sup> such that ''f''(''w'') = ''g''(''w'').<ref>{{cite book | first=Arto | last=Salomaa | authorlink=Arto Salomaa | title=Jewels of Formal Language Theory | publisher=Pitman Publishing | isbn=0-273-08522-0 | year=1981 | zbl=0487.68064 | pages=74–75 }}</ref>
 
* The condition that the alphabet <math>A</math> have at least two symbols is required since the problem is decidable if <math>A</math> 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'' ≥ 7. It is unknown whether the problem is decidable for 3 ≤ ''n'' ≤ 6.<ref name="HHW01">{{cite journal|author = V. Halava|coauthors= M. Hirvensalo and R. de Wolf|year=2001|title=Marked PCP is decidable|journal=Theor. Comp. Sci.|publisher=Elsevier Science|volume=255|pages=193–204|doi=10.1016/S0304-3975(99)00163-2}}</ref>
 
* The '''''circular'' Post correspondence problem''' asks whether indexes <math>i_1, i_2,\ldots</math> can be found such that <math>\alpha_{i_1} \cdots \alpha_{i_k}</math> and <math>\beta_{i_1} \cdots \beta_{i_k}</math> are [[conjugacy|conjugate words]], i.e., they are equal modulo rotation. This variant is undecidable.<ref name="Ruohonen83">{{cite journal|author= K. Ruohonen |year =1983|title=On some variants of Post's correspondence problem|publisher=Springer|volume=19|issue=4|pages=357&ndash;367|journal=Acta Informatica | doi = 10.1007/BF00290732}}</ref>
 
* 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(2<sup>''k''</sup>), but this may be difficult to improve upon, since the problem is [[NP-complete]].<ref name="GJ79">{{cite book|author = [[Michael R. Garey]]|coauthors=[[David S. Johnson]] | year = 1979 | title = [[Computers and Intractability: A Guide to the Theory of NP-Completeness]] | publisher = W.H. Freeman | isbn = 0-7167-1045-5 | page = 228 }}</ref> 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).<ref name="Gurevich91">{{cite journal|author = Y. Gurevich|journal = J. Comp. Sys. Sci.|year = 1991|pages = 346–398|volume=42|title= Average case completeness|publisher=Elsevier Science|doi = 10.1016/0022-0000(91)90007-R|issue=3}}</ref>
 
* Another variant of PCP is called the '''''marked'' Post Correspondence Problem''', in which each ''u''<sub>''i''</sub> must begin with a different symbol, and each ''v''<sub>''i''</sub> must also begin with a different symbol. Halava, Hirvensalo, and de Wolf showed that this variation is decidable in [[EXPTIME|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.<ref name="HHW01"/>
 
* The '''Post Embedding Problem''' is another variant where one looks for indexes <math>i_1, i_2, \ldots</math> such that <math>\alpha_{i_1} \cdots \alpha_{i_k}</math> is a [[substring|(scattered) subword]] of <math>\beta_{i_1} \cdots \beta_{i_k}</math>. 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 <math>\{1,\ldots,N\}</math>). 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.<ref name="CS07">{{cite journal|author = P. Chambart|coauthors = Ph. Schnoebelen|title = Post embedding problem is not primitive recursive, with applications to channel systems|year = 2007|journal = Lecture Notes in Computer Science|volume =4855|pages=265–276|publisher=Springer|doi=10.1007/978-3-540-77050-3_22|series = Lecture Notes in Computer Science|isbn = 978-3-540-77049-7}}</ref>
 
* 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.<ref name="BP10">{{cite journal|author = Paul C. Bell |coauthors = 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.6 |pages=963–978
|publisher=World Scientific |doi=10.1142/S0129054110007660
|url=http://arxiv.org/abs/0902.1975}}</ref>  
 
 
 
== References ==
<references/>
 
== External links ==
 
* Eitan M. Gurari. ''An Introduction to the Theory of Computation'', Chapter 4, [http://www.cse.ohio-state.edu/~gurari/theory-bk/theory-bk-fourse7.html Post's Correspondence Problem]. A proof of the undecidability of PCP based on [[Chomsky_hierarchy#The_hierarchy|Chomsky type-0 grammar]]s.
* [http://jamesvanboxtel.com/projects/pcp-solver/ Online PHP Based PCP Solver]
* [http://www.theory.informatik.uni-kassel.de/~stamer/pcp/pcpcontest_en.html PCP AT HOME]
 
{{DEFAULTSORT:Post Correspondence Problem}}
[[Category:Theory of computation]]
[[Category:Computability theory]]

Revision as of 07:22, 12 December 2013

Template:Distinguish2

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

Definition of the problem

The input of the problem consists of two finite lists α1,,αN and β1,,βN of words over some alphabet A having at least two symbols. A solution to this problem is a sequence of indices (ik)1kK with K1 and 1ikN for all k, such that

αi1αiK=βi1βiK.

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

Example instances of the problem

Example 1

Consider the following two lists:

α1 α2 α3
a ab bba
β1 β2 β3
baa aa bb

A solution to this problem would be the sequence (3, 2, 3, 1), because

α3α2α3α1=bba+ab+bba+a=bbaabbbaa=bb+aa+bb+baa=β3β2β3β1.

Furthermore, since (3, 2, 3, 1) is a solution, so are all of its "repetitions", such as (3, 2, 3, 1, 3, 2, 3, 1), etc.; that is, when a solution exists, there are infinitely many solutions of this repetitive kind.

However, if the two lists had consisted of only α2,α3 and β2,β3 from those sets, then there would have been no solution (the last letter of any such α string is not the same as the letter before it, whereas β only constructs pairs of the same letter).

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

αi
βi

there being an unlimited supply of each type of block. Thus the above example is viewed as

a
baa
ab
aa
bba
bb
i = 1 i = 2 i = 3

where the solver has an endless supply of each of these three block types. 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:

bba
bb
ab
aa
bba
bb
a
baa
i1 = 3 i2 = 2 i3 = 3 i4 = 1

Example 2

Again using blocks to represent an instance of the problem, the following is an example that has infinitely many solutions in addition to the kind obtained by merely "repeating" a solution.

bb
b
ab
ba
c
bc
1 2 3

In this instance, every sequence of the form (1, 2, 2, . . ., 2, 3) is a solution (in addition to all their repetitions):

bb
b
ab
ba
ab
ba
ab
ba
c
bc
1 2 2 2 3

Proof sketch of undecidability

The most common proof for the undecidability of PCP describes an instance of PCP that can simulate the computation of a Turing machine on a particular input. A match will only occur if the input would be accepted by the Turing machine. Because deciding if a Turing machine will accept an input is a basic undecidable problem, PCP cannot be decidable either. The following discussion is based on Michael Sipser's textbook Introduction to the Theory of Computation.[2]

In more detail, the idea is that the string along the top and bottom will be a computation history of the Turing machine's computation. This means it will list a string describing the initial state, followed by a string describing the next state, and so on until it ends with a string describing an accepting state. The state strings are separated by some separator symbol (usually written #). According to the definition of a Turing machine, the full state of the machine consists of three parts:

  • The current contents of the tape.
  • The current state of the finite state machine which operates the tape head.
  • The current position of the tape head on the tape.

Although the tape has infinitely many cells, only some finite prefix of these will be non-blank. We write these down as part of our state. To describe the state of the finite control, we create new symbols, labelled q1 through qk, for each of the finite state machine's k states. We insert the correct symbol into the string describing the tape's contents at the position of the tape head, thereby indicating both the tape head's position and the current state of the finite control. For the alphabet {0,1}, a typical state might look something like:

101101110q700110.

A simple computation history would then look something like this:

q0101#1q401#11q21#1q810.


We start out with this block, where x is the input string and q0 is the start state:

 
q0x#

The top starts out "lagging" the bottom by one state, and keeps this lag until the very end stage. Next, for each symbol a in the tape alphabet, as well as #, we have a "copy" block, which copies it unmodified from one state to the next:

a
a

We also have a block for each position transition the machine can make, showing how the tape head moves, how the finite state changes, and what happens to the surrounding symbols. For example, here the tape head is over a 0 in state 4, and then writes a 1 and moves right, changing to state 7:

q40
1q7

Finally, when the top reaches an accepting state, the bottom needs a chance to finally catch up to complete the match. To allow this, we extend the computation so that once an accepting state is reached, each subsequent machine step will cause a symbol near the tape head to vanish, one at a time, until none remain. If qf is an accepting state, we can represent this with the following transition blocks, where a is a tape alphabet symbol:

qfa
qf
aqf
qf

There are a number of details to work out, such as dealing with boundaries between states, making sure that our initial tile goes first in the match, and so on, but this shows the general idea of how a static tile puzzle can simulate a Turing machine computation.


The previous example

q0101#1q401#11q21#1q810.


is represented as the following solution to the Post correspondence problem:


 
q0101#
q01
1 q4
0
0
1
1
#
#
1
1
q4 0
1 q2
1
1
#
#
1
1
1 q2 1
q8 1 0
#
#
1 q8
q8
1
1
0
0
#
#
q8 1
q8
0
0
#
#
q8 0
q8
#
#
q8
 
#
#

...

Variants

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).[3]
  • 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 ≥ 7. It is unknown whether the problem is decidable for 3 ≤ n ≤ 6.[4]
  • 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.[6] 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).[7]
  • Another variant of PCP is called the marked Post Correspondence Problem, in which each ui must begin with a different symbol, and each vi 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.[4]
  • The Post Embedding Problem is another variant where one looks for indexes i1,i2, such that αi1αik is a (scattered) subword of βi1βik. 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,,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.[8]
  • 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.[9]


References

  1. One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  2. 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  3. 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  4. 4.0 4.1 One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  5. One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  6. 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  7. One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  8. One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  9. One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang

External links