I am reading Tao's book on Analysis in which the first two axioms apropos natural numbers are,
0 is a natural number.
If n is a natural number, then n++ is also a natural number.
As a motivation Prof. Tao states prior to these axioms,
On the other hand, incrementing seems to be a fundamental operation, not reducible to any simpler operation; indeed, it is the first operation one learns on numbers, even before learning to add. Thus, to define the natural numbers, we will use two fundamental concepts: the zero number 0, and the increment operation.
Question :
Does incrementing here, mean incrementing by the 'quantity' 1
or
if incrementing implies just going to the next successor or 'next thing', whatever it may be?
I will be grateful if the answer is dumbed down as much as possible. Assume no other mathematical/logic knowledge besides the aforementioned text by Prof. Tao.