Prove there is a unique function $$* :\mathbb N \times \mathbb N\to\mathbb N$$ such that:
$m * 0 = 0 $ for all $m \in \mathbb N$
$m * (n+1) = m * n + m$ for all $m,n \in \mathbb N$
Prove there is a unique function $$* :\mathbb N \times \mathbb N\to\mathbb N$$ such that:
$m * 0 = 0 $ for all $m \in \mathbb N$
$m * (n+1) = m * n + m$ for all $m,n \in \mathbb N$
Suppose there are two different functions that satisfy these rules, $*$ and $\otimes$. If they are different, there must be some $(a,b)\in\mathbb{N}\times\mathbb{N}$ such that $a*b\neq a\otimes b$. Call such a pair $(a,b)$ a discrepancy.
Of all the discrepancies, choose one $(a,b)$ where $b$ is minimal. We have: $$a*b\neq a\otimes b$$
We now consider two cases. Hidden since it's homework, but they both lead to contradiction.