In using the non-logical axiom sentences of PA, I was trying a practice problem to get the hang of using the PA sentences:
$((S0 * S0) = S0)$
And so my approach was the following:
$\forall x_1((x_1 * 0) = 0)$ - Axiom(v)
$((S0 * 0) = 0)$ - 1, Universal elimination
$\forall x_1 \forall x_2((x_1 * Sx_2) = ((x_1 * x_2) + x_1))$ - Axiom(vi)
$\forall x_2((S0 * Sx_2) = ((S0 * x_2) + S0))$ - 3, universal elimination
$((S0 * S0) = ((S0 * 0) + S0))$ - 4, universal elimination
$((S0 * S0) = (S0))$ - 2, 5, substitution
When I got to #6, I thought that it looked good, but I can see that I have extra brackets at the end (perhaps I screwed up in my bracket management)
Any clue to what I may have missed, forgot during the proof process?
Thanks for reading and helping!
Substitute 2 in 5 to get:
Then you will need to use Axiom iv to get:
Use Axiom iii to get:
Substitute 8 in 7:
And finally substitute 9 in 6: