Give a recursive definition of the relation greater than on N X N using the successor operators s?
I started this question throw this way:
basis: (1,0) ∈ N x N
could someone help me in recursive step?
thanks
Give a recursive definition of the relation greater than on N X N using the successor operators s?
I started this question throw this way:
basis: (1,0) ∈ N x N
could someone help me in recursive step?
thanks
If $(n,m) \in \ >$ then
$(S(n),m) \in \ >$ and
If $n \neq S(m)$
$(n,S(m)) \in \ >$