Arithmetic structure of natural numbers
Set
definiendum | ⟨N,+,⋅⟩ |
m=S(k) | |
postulate | n+0=n |
postulate | n+m=S(n)+k |
postulate | n⋅0=0 |
postulate | n⋅m=n+(n⋅k) |
Discussion
todo: rewrite the defintion in my current notation
We'll often omit the multiplication sign.