The Peano axioms are intended to be able to prove very general statements about arithmetic, such as "all natural numbers can be written as the sum of two primes".
However, how can we use the peano axioms to mathematically derive all the rules that are being taught to primary school children, about how to add and multiply?
e.g., can we derive general rules about arithmetic, which then allow us to compute $5\times4=20$? (you may assume that we've defined the symbols $5$, $4$ and $20$ in terms of the successor function of zero).
Computing $5\times 4$ would take a little space. Instead here's a proof from the axioms that $2\times 2=4$.
Note first that the definitions of $2$ and $4$ are $$2=SS0,\quad 4=SSSS0.$$
So $$2\times 2=(SS0)(SS0)=(S0)(SS0)+SS0=SS0+SS0=SSS0+S0=SSSS0.$$