Strong (or : complete) induction_induction) is :
> $(∀n)[(∀m)(m < n \to P(m)) \to P(n)] \to (∀n) P(n)$.
So, in order to conclude with $(∀n) P(n)$ we have to show that : $(∀n)[(∀m)(m < n \to P(m)) \to P(n)]$ holds.
If I understand well, your concern is with $n=0$.
In that case, we have :
> $(∀m)(m < 0 \to P(m)) \to P(0)$.
But $(m < 0 \to P(m))$ is _vacuously true_ (there are no $m < 0$). Thus, the conditional amounts to : $\text T \to P(0)$ and there is only one possibility to satisfies it : when $P(0)$ is true.