Why is the successor of n, n++, unequal to n?
I've been reading about Peano's axioms in Analysis 1 by Terence Tao recently (which I am thoroughly enjoying :)).
In one of the exercises I found myself with what seemed a self-evident contradiction: n++ = n. Though, I can't seem to find any mention in the text of the succesor of n being distinct from n itself.
Perhaps this is more of a philosophical, or semantic question; Peano's second axiom is phrased as follows in Analysis 1:
If n is a natural number, then n++ is also a natural number.
, which allows one to argue that n and n++ don't necessarily have to be distinct objects.
It would seem that this intends to mean:
If n is an element of the set of natural numbers, then there exists another (i.e. distinct) element n++ that is also an element of the set of natural numbers.
Is it fair to put the axiom this way? I'm guessing that Tao hasn't phrased it this way because sets are only defined formally in the next chapter.
Any ideas are appreciated!