Im getting a hard time trying to prove the general for any natural number $n$ such that
$$\nexists n\in\Bbb N: S(n)= n$$
From the second Peano axiom we know that
$$\nexists n\in\Bbb N: S(1)= n$$
and from the third axiom that
$$S(a)=S(b)\to a=b$$
I really dont have a clear clue about how to prove this. Someone tell me that I must use the "axiom" number 5, the induction. But the induction need the existence of a second natural number more than $1$ (or more than $0$ using the axioms that use it) that hold the implicit difference on the axiom 2. Example:
$$S(1)\ne 1 \to S(1)=2$$
But now, how to prove that $S(2)\ne 2$? Thank you in advance.
The successor map $\sigma : \mathbb{N} \rightarrow \mathbb{N}$ is injective. This is an axiom. In addition, as far as the base case goes, $\sigma(1) \neq 1$; this is also an axiom since $1$ is not the successor of another number.
Now, we employ induction. Suppose for some $n$, $\sigma(n) \neq {n}$. This implies $$\sigma(\sigma(n)) \neq \sigma(n)$$ since otherwise would contradict the function being injective.