You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
1$\begingroup$ Could you explain why Presburger arithmetic (which has only addition) is able to carry out this kind of encoding? The usual Goedel coding of such combinatorial operations, such as for Turing machines, would use something more like Peano Arithmetic or weakened forms. Presburger arithmetic, in contrast, cannot carry out that arithmetization, for example in the case of Turing machines, precisely because it is a decidable theory. $\endgroup$Joel David Hamkins– Joel David Hamkins2010-09-05 00:04:13 +00:00Commented Sep 5, 2010 at 0:04
-
1$\begingroup$ Yes, there is induction, but only for assertions involving only addition. There is no Goedel encoding of finite sequences in Presburger arithmetic, for if there were, then its theory could not be decidable, since we could express the halting problem. $\endgroup$Joel David Hamkins– Joel David Hamkins2010-09-05 00:59:47 +00:00Commented Sep 5, 2010 at 0:59
-
3$\begingroup$ Although Presburger arithmetic can prove all instances of the proof-by-induction principle that can be expressed in its (very limited) language, it cannot express definitions by recursion, such as those proposed in this answer. If definition by recursion were available, then we could use it to define multiplication and therefore have an undecidable theory. $\endgroup$Andreas Blass– Andreas Blass2010-09-05 02:49:12 +00:00Commented Sep 5, 2010 at 2:49
-
2$\begingroup$ Although the inductive part of this answer is problematic, it does contain a correct account of the mate-in-n problem via Presburger arithmetic. For a fixed collection of pieces, one needn't do the Goedel coding of sequences inside the Presburger theory, because the number of pieces does not increase during play. Thus, one may represent a position with $r$ many pieces as a $3r+1$ tuple of natural numbers, in the manner Philipp Schlicht and I describe in our paper, and the movement and in-check relations are expressible in Presburger arithmetic, ...(cont'd) $\endgroup$Joel David Hamkins– Joel David Hamkins2012-01-27 14:31:12 +00:00Commented Jan 27, 2012 at 14:31
-
2$\begingroup$ ...essentially because the distance pieces move on straight lines whose equations are expressible in Presburger arithmetic. Thus, the mate-in-n problem for a fixed collection of pieces is expressible in Presburger arithmetic, and hence decidable. Similarly, one can get computable strategies from such positions in this way. I voted up this answer when it was first posted, but I feel it deserves more votes. $\endgroup$Joel David Hamkins– Joel David Hamkins2012-01-27 14:33:58 +00:00Commented Jan 27, 2012 at 14:33
|
Show 2 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. ag.algebraic-geometry), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you