NO Non-Confluence Proof

Non-Confluence Proof

by ACP

Input

The rewrite relation of the following TRS is considered.

a b
f(a,b) f(a,a)
f(b,a) f(a,a)
f(a,a) c
g(x) f(x,x)

Proof

1 Non-Joinable Fork

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

t0 = g(a)
1 g(b)
ε f(b,b)
= t2

t0 = g(a)
ε f(a,a)
ε c
= t2

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

Tool configuration

ACP