I'm currently reading about Peano's axiom and the construction of the natural numbers. The fifth Axiom of Peano does not make sense to me:
- If a subset $T$ contains $0$ as an element and for all $n \in T$, $s(n)$ is also in $T$, then $T$ is the set of Natural numbers $\mathbb{N}$.
I know that this axiom exists in order to exclude elements which could have the following property: $$s(a) = b$$ $$s(b) = a$$
These elements would not violate axioms $1$ to $4$ however they don't have the desired "natural number" properties hence axiom $5$ has been created to allegedly clean these elements up. I also know that axiom $5$ is supposed to work as follows:
- If $0$ is in our set $T$ then $s(0)$ is also in $T$ but if $s(0)$ is in $T$ then $s(s(0))$ is also in $T$ and so on. Thus we declare this set to be the natural numbers.
Now to my actual question: suppose we throw in $a$ and $b$ and $0$ into $T$. Since we do not yet know what the natural numbers are, we can't exclude $a,b$ either (if my thinking is correct). Then for all $n$ in $T$ the succesor $s(n)$ is also in $T$. As previously stated $s(0), s(s(0)), ...$ are all in in $T$ (the actual natural numbers) but if such elements $a$ and $b$ are also in T then their successor $s(a)$ and $s(b)$ are also in $T$ which is a true statement since $s(a) = b$ and $s(b) =a$.
Axiom $5$ should exclude such elements but the way I am stating it, it seems like these elements do not violate axiom $5$.