I am working on some metamathematics revision and the following question came up. Let the theory $R_0$ be axiomatized by the following axiom schemata which hold for all $n,m \in \mathbb{N}$:
$\overline{m}+\overline{n} = \overline{m+n}$
$\overline{m}\cdot\overline{n} = \overline{m\cdot n}$
if $m<n$, then $\exists x \text{ } sx + \overline{m} = \overline{n}$
if $m\neq n$, then $\neg \overline{m} = \overline{n}$
($\overline{m}$ is a shorthand that abbreviates 0 prefixed my $m$ occurences of s)
Now take the theory $Q_0$ (which is a variant of minimal arithmetic -- note the absence of Ax. 3 of Robinson Arithmetic) axiomatized by:
- $\forall x \neg 0 = sx$
- $\forall x \forall y (sx=sy \rightarrow x=y)$
- $\forall x + 0 = x$
- $\forall x \forall y x+sy = s(x+y)$
- $\forall x \cdot 0 = 0$
- $\forall x \forall y x\cdot sy = (x\cdot y) +x$
Are all theorems of $Q_0$ theorems of $R_0$?
I'd be grateful for any pointers as to how to go about answering this kind of questions as well as full solutions. I am currently trying to derive the axioms of $Q_0$ as theorems of $R_0$ - is that the correct way forward?
Thanks for your help!
Best wishes,
Leon
Consider the interpretation with the domain $\mathbb N\cup \{*\}$ and the usual operations on naturals, extended with $$ s({*})=0 $$ $$ {*}+n = n+{*} = {*}+{*} = {*}\cdot n = n\cdot{*} = {*}\cdot{*} = {*} $$
This is a model of $R_0$ but not of $Q_0$ (it fails the first axiom). Therefore the axioms of $Q_0$ are not all theorems of $R_0$.