I was pondering the PMI and there's something bothering me about proofs that I've seen that the well-ordering principle (WOP) and the PMI imply each other. It seems to me that you could use the PMI on a set $S \subseteq \Bbb{Z}$ that has a maximum element $a$. Let $p:S\to\{T,F\}$ be a propositional function on S. The base case can be to prove $p(a)$, and the inductive step can be to prove $p(k) \to p(k-1)$. My intuition is that by the PMI, $p(k)=T \; \forall k\in S$.
My pondering didn't stop there. I started wondering, well why does there even have to be a maximum element? Why does the set need to even contain numbers? What if there were some way to bijectively map every element in $S$ to $\Bbb N$ (in other words, what if $S$ were countably infinite) and we did the following proof:
Let $S$ be a countably infinite set. Let $p:S \to \{T,F\}$ be a propositional function on S. Let $f:\Bbb N \to S$ be a bijection. The goal is to prove $p(a) = T \; \forall a \in S$.
Base case: prove $p(f(1)) = T$.
Inductive step: prove $p(f(n)) \to p(f(n+1))$.
Therefore $p(a) = T \; \forall a \in S$ as desired.
This seems to me that you could use induction to prove things over $\Bbb Q$, $\Bbb Z$, or generally any countable set. If this is true, why is the PMI so commonly taught in number theory courses as limited to be useful only in the case where the WOP is true?