| |||||||||
Presburger arithmetic is the first-order theory of the natural numbers with addition. It is not as powerful as the Peano axioms because multiplication is omitted. In fact, Mojzesz Presburger proved in 1929 that there is an algorithm which decides for any given statement in Presburger arithmetic whether it is true or not. No such algorithm exists for general arithmetic as a consequence of the negative answer to the Entscheidungsproblem. Furthermore, Presburger proved that his arithmetic is consistent (does not contain contradictions) and complete (every statement can either be proven or disproven). Again, such a proof cannot be given for general arithmetic; in fact, it follows from Gödel's incompleteness theorem that general arithmetic cannot be both consistent and complete.
Presburger arithmetic is an interesting example in computational complexity theory and computation because Fischer and Rabin proved in 1974 that every algorithm which decides the truth of Presburger statements has a runtime of at least 2^(2^(cn)) for some constant c. Here, n is the length of the Presburger statement. Hence, the problem is one of the few that provably need more than polynomial run time (indeed, even more than exponential time!).
In the formal description of the theory, we use the object constants 0 and 1, the function constant +, and the predicate constant =. The axioms are:
Concepts such as divisibility of prime number cannot be formalized in Presburger arithmetic. Here is a typical theorem that can be proven from the above axioms:
It says that if x ≤ y + 1, then y + 2 > x.
References: