I'm looking at a proof and failing to understand a step.
1) Base case:
$ss(0) + 0 = ss(0)$,
by the axiom for 0 addition which states that 0+n=n.
2) We want to prove that for all n,
$ss(0) + s(n) = sss(n)$.
By definition / axioms, we get the following:
2.1) $ss(0) + s(n) = s(ss(0)+n)$
But what axiom or rule allows us to go from that to the conclusion that
2.2) $ss(0) + s(n) = sss(n)$ ?