I know that the inductive step should be "for all $n$ (if $P(n)$ then $P(n+1)$)" and NOT "if (for all $n$ $(P(n)$)) then (for all $n$ ($P(n+1)$))" - see this answer.
But can it be like "if (for all $i$, where $i = 1, \ldots, n$, ($P(i)$)) then $P(n+1)$)"?