Let $a \in \mathbb{N} $ and $s: \mathbb{N} \longrightarrow \mathbb{N} $ be the successor function defined in Peano postulates. Then, prove the following
$$ 1 + a = s(a) = a + 1 $$
Now, there is a theorem, which says that there is a unique binary operation $+: \mathbb{N} \times \mathbb{N} \longrightarrow \mathbb{N} $ that satisfies the following two properties for all $n, m \in \mathbb{N} $.
$$ n + 1 = s(n)$$ $$ n + s(m) = s(n + m) $$
So, using this theorem, its trivial that $ a + 1 = s(a)$. I can not assume Commutative Law for Addition. But I can assume Cancellation Law for Addition and Associative Law for Addition. So, how can I proceed ?