NO Non-Confluence Proof

Non-Confluence Proof

by ACP

Input

The rewrite relation of the following TRS is considered.

plus(0,y) y
plus(s(x),y) s(plus(x,y))
qplus(0,y) y
qplus(s(x),y) qplus(x,s(y))
plus(x,y) qplus(x,y)

Proof

1 Non-Joinable Fork

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

t0 = plus(s(c_1),c_2)
ε s(plus(c_1,c_2))
1 s(qplus(c_1,c_2))
= t2

t0 = plus(s(c_1),c_2)
ε qplus(s(c_1),c_2)
ε qplus(c_1,s(c_2))
= t2

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

Tool configuration

ACP