I am learning proofs with $\mathbb N$. Here is my proposition:
For each $n \in\mathbb N$ there exists $m \in\mathbb N$ such that m > n. Here are my axioms:
a)If $m,n \in\mathbb N$ then $m + n \in\mathbb N$
b)If $m,n \in\mathbb N$ then $mn \in\mathbb N$
c) $0 \ne\ \mathbb N$
d) For every $m \in\mathbb Z$, we have $m \in\mathbb N$ or $m = 0$ or $-m \in\mathbb N$
Definition: $m > n = m - n \in\mathbb N$ Btw, I would greatly appreciate if someone could please explain to me why this is. My strategy is to use a contradiction.
Here is another proposition that I have proven: For $m \in\mathbb Z$, one and only one of the following is true: $m \in\mathbb N$, $-m \in\mathbb N$, $m = 0$.
Btw, we haven't seen any number (in class) that belongs to $\mathbb N$, only the properties of $\mathbb N$. Hence, I can't use 1,2,..
Proof: Let $m, n \in\mathbb N$, assume that $m - n \in\mathbb N$ is false, namely, $m - n \notin\mathbb N$. Given that addition is a binary operation, it will give a number $p \in\mathbb Z$. $m - n \notin\mathbb N$ holds if $-p \in\mathbb N$ or $p = 0$ (i.e. $0 \notin\mathbb N$) (axiom d). However, according to the proposition that I have proven, one and only one of the following is true: $m \in\mathbb N, -m \in\mathbb N, m = 0$. There is a contradiction. Thus, $m - n \in\mathbb N$ is true.
What do you think? Thank you!