Why is it impossible to define multiplication in Presburger arithmetic?

2k Views Asked by At

Peano arithmetic defines multiplication recursivly as:

$$\begin{gather}a\cdot0=a\\a\cdot S(b)=a+(a\cdot b)\end{gather}$$

Why is this not possible in Presburger arithmetic?