NO Non-Confluence Proof

Non-Confluence Proof

by ACP

Input

The rewrite relation of the following TRS is considered.

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

Proof

1 Non-Joinable Fork

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

t0 = *(c_2,s(p(c_1)))
ε +(*(c_2,p(c_1)),c_2)
1 +(-(*(c_2,c_1),c_2),c_2)
= t2

t0 = *(c_2,s(p(c_1)))
2 *(c_2,c_1)
= t1

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

Tool configuration

ACP