I am supposed to prove that if a is a positive natural number then there exists exactly one number b, such that the increment of b is equal to a.
My idea was to induct from the base case a = 1, but I am I can't proceed this way because I haven't yet established that 1 is the smallest positive number (I don't even have the concept of 'greater than' defined.) I have the fact that 0 is not a successor of any natural number, so I tried to use that but without success.
Any idea how to proceed?
You probably need an axiom equivalent to $a=b$ iff $S(a)=S(b)$, which would be axiom 8 of the Peano axioms. In that case you should be able to find at least one predecessor using the definition of a natural number, and then it is easy to see that it is unique because all predecessors must be equal.