Concise Question
Is it possible to apply the Peano axioms to subsets of the natural numbers and thus define arithmetic operations on those subsets strictly in terms of those subsets? If so, is it also possible to create a correspondence between those arithmetic operations and the natural numbers' operations?
Wordy Question
My knowledge of these subjects is largely informal, so I welcome corrections of the errors I am about to make.
My informal understanding of Peano axioms is similar to my software engineering experience: If I can define a suitable initial value and successor function (satisfying the contract that is the Peano axioms), then I can meaningfully talk about arithmetic on the resulting set.
Could an appropriate (initial, successor)
be defined for subsets of ℕ? Consider, for example, the set of squared natural numbers $S = \{n : n, n^2 ∈ ℕ\}$. Its zero is 0, conceptually the same 0 as the initial value for ℕ. Its successor function... is beyond me. I don't know if it exists — and the implications if it doesn't. And if it does exist, I would expect it to have some correspondence with ℕ's successor function since $S ⊂ ℕ$; does such a correspondence really exist?
The only hint I can conceive regarding the successor is that it must not contradict ℕ's addition operator. Or can it contradict ℕ's $+$? Addition of elements of $S$ is not closed — at least, according to ℕ's $+$ — although it is closed in ℕ.
More generally, it seems I am asking if every ordered set could be said to have Peano arithmetic, and the relationship between such arithmetics and their supersets' artihmetics.