I'm reading Russell's Introduction to Mathematical Philosophy Russell defines the sum of two numbers in terms of successors. I don't understand why:
Suppose we wish to define the sum of two numbers. Taking any number $m$, we define $m+0$ as $m$, and $m+(n+1)$ as the successor of $m+n$. In virtue of (5) this gives a definition of the sum of $m$ and $n$, whatever number $n$ may be.
Is this any different than doing $m+ (n+1) = (m+n) +1$ ?
What is the purpose of $+1$? We might as well write $m+n$.
Edit:
Russell cites Peano's 5. Axiom as proof. How does Peano's 5. Axiom (mathematical induction axiom) prove addition here?
Note that he is defining addition. So to avoid circularity he uses recursion, defining $m+(n+1)$ in terms of two things already defined: $m+n$ and the successor operation. So his recursive definition of $m+k$ for any nonnegative integer $k$ is