If natural numbers are defined as $\mathbb{N} = \{1\} \cup \{n + 1 \mid n \in \mathbb{N}\}$, and we know that $P(1)$ and $\forall n \in \mathbb N,P(n) \implies P(n+1)$, then $S = \{ n \mid P(n)\} = \{1\} \cup \{n + 1 \mid n \in S\} = \mathbb N$, meaning that $\forall n \in \mathbb{N}, P(n)$.
In this case why do we need induction (or the equivalent well-ordering principle) as an axiom?