Imagine you are handed a mathematical statement about whole numbers — something like "for every integer x, there exists an integer y such that x = 2y or x = 2y + 1." Can a computer always tell you whether it is true?
For full number theory — Peano arithmetic, which includes both addition and multiplication — the answer is no. Kurt Gödel's incompleteness theorems (1931) showed that no algorithm can decide all true statements, and Alan Turing's halting problem (1936) confirmed undecidability for Peano arithmetic.
But in 1929, the Polish logician Mojżesz Presburger discovered something remarkable: if you remove multiplication and keep only addition, the resulting system — now called Presburger arithmetic — is complete and decidable. Every first-order statement about integers with addition has a proof or a refutation, and a computer can always find which one applies.
The catch? Deciding those statements can be extraordinarily slow. Fischer and Rabin proved in 1974 that any decision procedure requires doubly exponential time in the worst case — a tower of exponentials — making Presburger arithmetic one of the most expensive decidable theories in mathematics.
Comments
Loading comments...