This is a trivial task:
Given $a \in \mathbb{N}$ and $$a=4$$
Show $$a > 1$$
Part of the challenge for newcomers like me is that "easy" tasks actually make it harder to think about the real reasons something is true.
Question: What is the mathematically correct reason we can conclude $a>1$?
Discussion
I am self-teaching so forgive my ignorance if this is very easy.
The five common Peano axioms don't define order as such (is this correct?) They define successor, which we chose to name/label with "numbers".
However, we define order when we define the integers. We say that $a$ is greater than $b$ if $a$ is a successor of $a$, or recursively, if $a$ is greater than another integer $b'$ which is greater than $b$. (Is this correct?)
So the actual reason we can conclude $a>1$ is by the ordering we have defined on the integers, of which the naturals are a subset. (Is this correct?)
