I am trying to understand the axioms of Robin arithmetic, but am puzzled by these axioms: "
4)x + 0 = x
5)x + y′ = (x + y)′
6)x × 0 = 0
7)x × y′ = (x × y) + x
The intended interpretation of “ x′ ” is the successor function, and obviously, of + and ×, the addition and the multiplication functions, respectively. “0” is the only constant and denotes the number zero. "
I understand 4 and 6, but am puzzled by 5 and 7. From what I've read 4)5) and 6)7) are used to define addition and multiplication, respectively.
5 means "$x+(y+1)=(x+y)+1$," and 7 means "$x\cdot (y+1)=x\cdot y+x$." Basically, these tell you how to compute a sum/product of "big" numbers by repeatedly breaking it down into sums/products of "small" numbers.
For example, according to the rules, we can compute $0''+0''$ as follows:
$0''+0''=(0''+0')'$
$(0''+0')'=([0''+0]')'$
$([0''+0]')'=0''''$
Hooray! We've shown $2+2=4$!
As a "fun" exercise, try using Robinson's axioms to show that $0''\times 0'''=0''''''$ ($2\times 3=6$).