I want to prove that $1 > 0$ using the field and order axioms. So far I am trying to use the Peano axiom which states that if two numbers $n$ and $m$ have the same successor, then $n = m$.
Specifically, if we have $1$ to both sides, we obtain:
$$1 > 0 \\ 1 + 1 > 0 + 1 \\ 1 + 1 > 1$$
From this, we can say that $1$ and $0$ are not the same number, because they have different successors.
If we had now the additive inverse of $1$ to both sides:
$$1 + 1 > 1 \\ 1 + 1 + (-1)> 1 + (-1) $$
I have just add the same number to both sides, this is possible according to the order axioms.
$$1 + (1 + (-1))> (1 + (-1))$$
By the field axioms, we know that $-1$ is the additive inverse of $1$, so their sum is $0$. Also, I am using the associativity of field axioms.
$$ 1 + 0> 0 \\ 1 > 0$$
Is this proof correct using the order and field axioms?