I apologize in advance if this question seems overly pedantic.
On a high level, I am confused about the relationships between the principle of recursive definition, induction, and well-ordering on the natural numbers.
First, suppose that we represent the natural numbers with their set theoretic construction. Of course, this is a recursive definition; is this allowed? In other words, how are we guaranteed that this definition covers all of the natural numbers? My impression was that recursion is a property of the natural numbers, but my confusion arises from the fact that it's also necessary in their set theoretic construction.
Second, if we assume that the natural numbers are well-ordered, then we can easily prove induction on the naturals. Conversely, if we assume that the natural numbers are inductive, then we can prove that they are well-ordered. All of the proofs of well-ordering that I've seen on here rely on that. So, how do we prove that these properties are indeed true of the natural numbers? It seems like we have to assume one to generate the other. Are there any texts out there that address this issue?
I would love to find out if there's any deeper approach that answers these three problems, recursion, induction, and well-ordering, from the ground up.
Sorry again if this is diving too deep into formality. We all know how natural numbers should behave, and perhaps the questions I'm asking are more-so related to their specific representation by sets. Any help is greatly appreciated.
«Regarding the question about induction on the natural numbers that appears in math.stackexchange, I believe that the definition of the set of natural numbers that is used in modern texts gives the answer.
The set of natural numbers is defined as the smallest set $A$ such that the empty set belongs to $A$, and if $x$ belongs to $A$, then $x\cup{x}$ also belongs to $A$. Here minor is minor with respect to inclusion.»
– Piquito Aug 25 '22 at 17:47