In the induction step, we want to prove that $\forall n\in \mathbb{N}\,\big( P(n) \implies P(n+1)\big)\tag1,$ so we first assume $P(n)$ "for some natural $n.$" What sort of quantifier are we applying to $n$ here?
Initially, it seems like we are just applying the existential quantifier, which is often translated to "for some." But this doesn't seem to make much sense in the context of an induction hypothesis, because the "some" $n$ for which $P(n)$ is true could very well not include the base case.
It also couldn't be that "for some" here means "for all," since that begs the question.
Instead of just "some $n,$" I have also seen $P(n)$ assumed for "some arbitrary $n,$" and this seems to make more sense. It feels like we are not taking any particular $n,$ nor every $n,$ but just something that represents $n$ in an abstract way and using that to prove the implication. But I would be interested to hear a proper explanation of this.