NO Non-Confluence Proof

Non-Confluence Proof

by csi

Input

The rewrite relation of the following TRS is considered.

inv(0) 0
inv(s(x)) p(inv(x))
inv(p(x)) s(inv(x))
minus(x,0) x
minus(x,p(y)) s(minus(x,y))
minus(x,s(y)) p(minus(x,y))
minus(0,x) inv(x)
inv(x) minus(0,x)
inv(minus(x,y)) minus(y,x)
s(p(x)) x
p(s(x)) x

Proof

1 Non-Joinable Fork

The system is not confluent due to the following forking derivations.

t0 = inv(minus(x,p(x630)))
1 inv(s(minus(x,x630)))
ε p(inv(minus(x,x630)))
1 p(minus(x630,x))
= t3

t0 = inv(minus(x,p(x630)))
ε minus(p(x630),x)
= t1

The two resulting terms cannot be joined for the following reason:

Tool configuration

csi