[guided]We now have the two pieces required for modus ponens. First, $\mathrm{PA}$ proves the conditional supplied by the induction axiom instance:
\begin{align*}
\mathrm{PA}\vdash
\bigl(\varphi(0,y)\wedge \forall x(\varphi(x,y)\to \varphi(Sx,y))\bigr)\to \forall x\,\varphi(x,y).
\end{align*}
Second, $\mathrm{PA}$ proves the antecedent of that conditional:
\begin{align*}
\mathrm{PA}\vdash
\varphi(0,y)\wedge \forall x(\varphi(x,y)\to \varphi(Sx,y)).
\end{align*}
The rule of modus ponens says that from derivations of $A\to B$ and $A$, one may infer a derivation of $B$. Here
\begin{align*}
A := \varphi(0,y)\wedge \forall x(\varphi(x,y)\to \varphi(Sx,y))
\end{align*}
and
\begin{align*}
B := \forall x\,\varphi(x,y).
\end{align*}
Therefore
\begin{align*}
\mathrm{PA}\vdash \forall x\,\varphi(x,y).
\end{align*}
Replacing the abbreviation $y$ by the tuple $(y_1,\dots,y_k)$ gives
\begin{align*}
\mathrm{PA}\vdash \forall x\,\varphi(x,y_1,\dots,y_k).
\end{align*}
This proves that whenever the base case and induction step are already derivable in $\mathrm{PA}$, the universally quantified conclusion is also derivable in $\mathrm{PA}$. Hence induction may be used as an admissible derived rule, even though the official axiomatization presents induction as an axiom schema.[/guided]