NO Non-Confluence Proof

Non-Confluence Proof

by ACP

Input

The rewrite relation of the following TRS is considered.

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

Proof

1 Non-Joinable Fork

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

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

t0 = f(f(h(c_1)))
ε f(h(c_1))
ε h(c_1)
= t2

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

Tool configuration

ACP