NO Non-Confluence Proof

Non-Confluence Proof

by ACP

Input

The rewrite relation of the following TRS is considered.

f(f(x)) f(g(f(x)))
f(x) x

Proof

1 Non-Joinable Fork

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

t0 = f(f(f(c_1)))
ε f(g(f(f(c_1))))
ε g(f(f(c_1)))
1 g(f(c_1))
1 g(c_1)
= t4

t0 = f(f(f(c_1)))
ε f(f(c_1))
ε f(c_1)
ε c_1
= t3

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

Tool configuration

ACP