Are these definitions of the "+" and "mod" operators?
$m+0=m$........(1)
$0 \;\text{mod} \;2 = 0$.....(2)
To me, (1) defines the identity property of zero and (2) defines zero as an even number.
In my previous question Is Russell's proof of addition with Peano's 5. Axiom valid? several commentors read (1) as the definition of the "+" operator. Is there a rigorous mathematical mechanism to decide if these are definitions and if they are, what they define?
To me a definition of "+" should be something like this:
Definition: "+" is a binary operator that takes two bundles of units and combines them into one bundle.
Since, (1) or (2) are not in this definition format, they do not define operators but use them.
Are there formal rules to decide a question like this?
Russell's original quote:
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.
Edit: I got this message: Your question has been identified as a possible duplicate of another question. If the answers there do not address your problem, please edit to explain in detail the parts of your question that are unique.
I already linked above to the question that was suggested as duplicate. It is not duplicate because I'm asking a different question here. All I want to understand is: If $m+0=m$ is a definition of addition. To me this expression uses the "+" sign so it cannot be a definition of addition. Definition with the equality sign must have this form: [What is to be defined] = [The definition of what is to be defined]. $m+0=m$ does not have this form. As explained in the original question, $m+0=m$ is simply the first step in Russell's use of mathematical induction.