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(x)))
f(x) x

Proof

1 Non-Joinable Fork

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

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

t0 = f(f(x33))
ε f(x33)
ε x33
= t2

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

Tool configuration

csi