Intuitively, one can say that $S(n) > n$. But how do we prove it using the Peano Axioms. It seems like I need a formal statement as to what $>$ means.
2026-03-29 03:45:11.1774755911
Is there a formal definition of "Greater Than"
2.8k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
Usually, it's $\leq$ which gets defined first, not $>$. In the case of PA, you can define $\leq$ as $$ a \leq b \leftrightarrow \exists c\: (b = a+ c) $$
But of cource, once you've defined one of the relations $\leq$, $<$, $>$, $\geq$, definitions for the others follow immediately. You e.g. have $$ a > b \leftrightarrow (a \neq b) \land (b \leq a) $$
Or you can define $>$ directly as $$ a > b \leftrightarrow \exists c\: (c \neq 0) \land (a = b + c) $$