NO Non-Confluence Proof

Non-Confluence Proof

by ACP

Input

The rewrite relation of the following TRS is considered.

+(0,y) y
+(s(x),y) s(+(x,y))
+(p(x),y) p(+(y,x))
p(s(x)) s(p(x))
s(p(x)) x

Proof

1 Non-Joinable Fork

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

t0 = +(p(s(c_1)),0)
1 +(s(p(c_1)),0)
1 +(c_1,0)
= t2

t0 = +(p(s(c_1)),0)
ε p(+(0,s(c_1)))
1 p(s(c_1))
ε s(p(c_1))
ε c_1
= t4

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

Tool configuration

ACP