NO Non-Confluence Proof

Non-Confluence Proof

by ACP

Input

The rewrite relation of the following TRS is considered.

f(f(x,y),z) f(x,f(y,z))
f(x,1) x

Proof

1 Non-Joinable Fork

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

t0 = f(f(f(c_1,1),1),c_2)
ε f(f(c_1,1),f(1,c_2))
1 f(c_1,f(1,c_2))
= t2

t0 = f(f(f(c_1,1),1),c_2)
1 f(f(c_1,1),c_2)
1 f(c_1,c_2)
= t2

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

Tool configuration

ACP