I was wondering if someone could give me a hint as to how to prove
$$\forall x( x + 0 = 0 + x)$$
in Peano Arithmetic using Natural Deduction. I can use
$$\forall x (x + 0 = x) \ \ \ \ \text{ and } \ \ \ \ \forall x( 0 + x = x),$$
a combination of which should intuitively get me the result. The issue is that the $\forall$-elimination rule
$$\frac{\begin{matrix}\vdots\\ \forall x\phi \end{matrix}}{\phi[t/x]} $$
allows me to substitute a variable by a term, and what I'd like is to substitute a variable $(x)$ by an open formula $(0 + x)$