Reducts: Order, Addition, and Multiplication
Adding order to the successor reduct keeps decidability and makes the theory finitely axiomatizable; adding addition gives Presburger arithmetic, still decidable by quantifier elimination once congruence predicates are included, with definable sets exactly the eventually periodic ones. Multiplication is the break point: neither addition nor order can define it, and once it joins addition the theory stops being decidable.
╌╌╌╌
The successor reduct is decidable but arithmetically empty: it cannot even define the ordering. Adding order and then addition tracks which of the three questions — decidability, definability, nonstandard models — still admit clean answers. Decidability persists further than the added expressiveness suggests, failing only when both addition and multiplication are present.
Adding order
The first step adds the ordering symbol, giving
Its theory is decidable and admits quantifier elimination, like the successor theory. Two things change: is finitely axiomatizable, and it is not categorical in any infinite cardinality. A finite set of six sentences axiomatizes it, writing for :
- (S3)
- (L1)
- (L2)
- (L3) — trichotomy
- (L4)
- (L5) — transitivity
Every axiom is true in , so . The reverse inclusion needs work, and the first move is to derive the successor axioms from . Among the consequences of are , irreflexivity , the equivalence , and then S1, S2, and every S4..1 So any model of , with ignored, is a model of : a standard part followed by Z-chains, now additionally ordered.
The primitive case is with each an equation or inequality or . Negations are removed using trichotomy, and is arranged to occur on one side only. When some conjunct is an equation, it fixes as in the successor proof. Otherwise every conjunct is an inequality, splitting into lower bounds and upper bounds ; the quantifier-free replacement asserts there is a gap between the greatest lower bound and least upper bound, with the solution not forced negative.1
Definability barely moves. The definable subsets of are still exactly the finite and cofinite sets (Corollary 32C), the same as for successor. But the definable binary relations grow: the ordering is now definable (it is a primitive), whereas in it was not. What order still cannot express is addition.
If addition were definable, so would be the even numbers (), a set that is neither finite nor cofinite. That contradicts Corollary 32C, so addition is genuinely new vocabulary.1
Presburger arithmetic
The next step adds the addition symbol:
Its nonstandard models are more constrained than before. Ignoring , such a model is still a standard part plus Z-chains, but the ordering among the Z-chains can no longer be arbitrary. In a nonstandard model , the induced order on Z-chains is dense with no endpoints: for an infinite element , the element lies in a strictly larger chain, some has equal to or its successor and lies in a smaller chain, and between any two chains a similar halving lands a third.2
Despite this richer structure, the theory is decidable.
The proof is again quantifier elimination, but does not admit it as stated. The even-number formula is equivalent to no quantifier-free formula in the language of . The fix is to add, for each , a binary predicate for congruence modulo , giving the expanded structure
which does admit elimination of quantifiers. Expanding the language does not by itself give decidability. For that one needs the elimination to be effective: given a sentence , effectively find a quantifier-free equivalent , and effectively decide whether is true.2
The elimination procedure
Every term reduces to , where means with summands. Starting from with literals , the steps are:
- Eliminate negation. Rewrite and by trichotomy, and as a disjunction over the nonzero residues mod . Each conjunct becomes atomic, with present in every one.
- Uniformize the coefficient of . Let be the least common multiple of the coefficients of . Multiply each atomic formula through so the coefficient of is ; for a congruence, the modulus scales too, since iff .
- Eliminate the coefficient. Replace by a fresh and add the conjunct
:
there exists a multiple of such that .
- Collapse to bounds. With equalities removed, the formula asserts an above certain lower bounds, below certain upper bounds, and meeting certain congruences. Let be the least common multiple of the moduli. The residue pattern has period , so a solution, if any exists, occurs among consecutive integers above each lower bound (and among to cover all-negative bounds). That finite search is written out as a quantifier-free disjunction.
The result is a quantifier-free true exactly when is. To decide , evaluate its atomic sentences: any closed term reduces to some , and is true iff .2
The blow-up from one quantifier to disjuncts is typical, and it compounds: each nested quantifier multiplies the case count again. Decidability is not the same as feasibility. Fischer and Rabin showed in 1974 that no decision procedure for Presburger arithmetic runs fast enough to be practical on long formulas; the problem provably requires more than exponential time.3
Eventually periodic definable sets
The elimination also settles which sets are definable. A set is periodic with period if for all , and eventually periodic if this holds for all past some threshold .
A definable set is defined in by a quantifier-free formula in . Since eventually periodic sets are closed under union, intersection, and complement, it suffices to check the atomic formulas: and define finite and cofinite sets (period eventually), and defines a genuinely periodic set of period .2
If multiplication were definable, the squares would be too, contradicting the eventual-periodicity theorem. Multiplication, like addition one level down, is real new vocabulary.2
The break point
Each reduct is decidable, and each fails to define the operation the next level adds, until multiplication and addition sit in the same structure.
| Reduct | Adds | Decidable | Definable subsets of | Cannot define |
|---|---|---|---|---|
| — | yes | finite / cofinite | order | |
| yes | finite / cofinite | addition | ||
| yes (Presburger) | eventually periodic | multiplication | ||
| no | all arithmetical | — |
Addition alone is decidable. Multiplication alone, the reduct , is also decidable. It is the two together that produce a structure whose theory can encode arbitrary computation, and the encoding forces undecidability.
Carrying that encoding takes the full language and a finite subtheory strong enough for it. The mechanism is representability, the last step before the incompleteness theorems.
Footnotes
- Enderton, §3.2 — the axiom set , the derivations of S1, S2, S4. from it, Theorem 32A (quantifier elimination), and Corollaries 32B–32D on completeness, definable subsets, and the undefinability of addition. ↩ ↩2 ↩3
- Enderton, §3.2 — the structure , dense ordering of its Z-chains, Theorem 32E (Presburger's decidability) with the congruence predicates and elimination procedure, Theorem 32F (eventually periodic definable sets), and Corollary 32G (undefinability of multiplication). ↩ ↩2 ↩3 ↩4 ↩5
- Enderton, §3.2 — Fischer and Rabin's 1974 result that no decision procedure for Presburger arithmetic is fast enough to be feasible on long formulas. ↩
╌╌ END ╌╌