Is there a formal definition of "Greater Than"

$\begingroup$

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.

$\endgroup$ 5

2 Answers

$\begingroup$

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) $$

$\endgroup$ 4 $\begingroup$

Here is a definition that uses the order axiom:

For an ordered field $\mathbb{F}$, there is a unique subset $P$ satisfying the following conditions.

  1. if $a,b\in{P}$ then $a+b,ab\in{P}$.

  2. for all $a$ in $\mathbb{F}$, one and only one of the following is true: $a\in{P}$, $-a\in{P}$, or $a=0$.

We say that $p \in \mathbb{F}$ is positive iff $p \in P$.

The subset $P$ is the positive numbers of the field. From here, the relation of 'strictly greater than' can be defined as follows.

$$a>b\iff{a-b}\in{P}$$

$\endgroup$ 8

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like