I'm probably not understanding but I don’t see how the axioms can guarantee total construction of the natural number set.
The successor function as well as the axiom of induction guarantee that the natural number set will not just infinitely loop over including the same element, and that it will grow to infinite cardinality.
But isn’t it possible that it can go
{0, 1, 5, 6, 7, 8, 9, ...} thereby leaving “holes” in the set?
Again, probably a misguided view of sets, but I feel like this can only be solved by doing a union between all the (infinitely many) generated sets from all the different trials/worlds, in order to completely populate the ultimate natural number set?
Or my other thinking is that the successor function must be defined for all the different algebraic presentations of all the natural numbers, and then the sets produced by it must undergo a union.
But then how does the successor function even equate "next" with +1. It's like using a word in its own definition, and then abstracting it to "next" in order to obfuscate the cyclical nature of the definition. It even feels like the axioms mix up Sets and Series.
Please help me smooth over this confusion.
The set of natural numbers from Peano is $$\{0,\,S(0),\,S(S(0)),\ldots\}\ .$$ As an abbreviation, you can call these anything you like. But if you want to use the symbol $5$ to abbreviate $S(S(0))$ and $6$ for $S(S(S(0)))$ and so on, things are going to get confusing very rapidly.
"Successor" does not mean adding $1$. Addition is defined by the axioms $$x+0=x\ ,\quad x+S(y)=S(x+y)$$ for all $x,y$. It is not true by definition that $S(x)=x+1$, but it is a theorem which you can prove from the axioms, together with the definition $1=S(0)$.