NO Non-Confluence Proof

Non-Confluence Proof

by csi

Input

The rewrite relation of the following TRS is considered.

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

Proof

1 Non-Joinable Fork

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

t0 = f(f(x38))
ε f(g(f(f(x38))))
ε g(f(f(x38)))
1 g(f(x38))
= t3

t0 = f(f(x38))
ε f(x38)
ε x38
= t2

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

Tool configuration

csi