- #1
evinda
Gold Member
MHB
- 3,836
- 0
Hello! (Wave)
For each pair of natural numbers $m \in \omega, n \in \omega$ we define:
$$m+0=m\\m+n'=(m+n)'$$
We fix a $m$ and recursively the operation $m+n$ is defined for any $n \in \omega$.
Knowing for example that $m+0=m$ we can conclude what $m+1$ means.
$$m+1=m+0'=(m+0)'=m'$$
and respectively we have
$$m+2=m+1'=(m+1)'=(m')'$$
Now we can easily verify all the known properties of addition between natural numbers, i.e. if $m \in \omega, n \in \omega, k \in \omega$ then:
For each pair of natural numbers $m \in \omega, n \in \omega$ we define:
$$m+0=m\\m+n'=(m+n)'$$
We fix a $m$ and recursively the operation $m+n$ is defined for any $n \in \omega$.
Knowing for example that $m+0=m$ we can conclude what $m+1$ means.
$$m+1=m+0'=(m+0)'=m'$$
and respectively we have
$$m+2=m+1'=(m+1)'=(m')'$$
Now we can easily verify all the known properties of addition between natural numbers, i.e. if $m \in \omega, n \in \omega, k \in \omega$ then:
- $m+n=n+m$
$$$$ - $(m+n)+k=m+(n+k)$
$$$$ - If $m \leq n$ then there is a $l \in \omega$ such that $n=m+l$.