NO Non-Confluence Proof

Non-Confluence Proof

by ACP

Input

The rewrite relation of the following TRS is considered.

f(u(O),u(y)) A
f(v(x),v(O)) B
O u(O)
O v(O)
u(x) x
v(x) x
f(x,y) f(x,u(y))
f(x,y) f(v(x),y)

Proof

1 Non-Joinable Fork

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

t0 = f(v(O),v(O))
ε f(v(O),u(v(O)))
1 f(O,u(v(O)))
1 f(u(O),u(v(O)))
ε A
= t4

t0 = f(v(O),v(O))
ε B
= t1

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

Tool configuration

ACP