NO Non-Confluence Proof

Non-Confluence Proof

by ACP

Input

The rewrite relation of the following TRS is considered.

h(f(f(c)),h(c,h(c,h(h(f(b),f(f(f(f(b))))),b)))) h(h(a,a),f(c))
h(b,h(c,h(b,h(a,b)))) a
f(c) f(f(a))
a f(f(b))

Proof

1 Non-Joinable Fork

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

t0 = h(b,h(c,h(b,h(h(b,h(c,h(b,h(a,b)))),b))))
2.2.2.1 h(b,h(c,h(b,h(a,b))))
2.2.2.1 h(b,h(c,h(b,h(f(f(b)),b))))
= t2

t0 = h(b,h(c,h(b,h(h(b,h(c,h(b,h(a,b)))),b))))
2.2.2.1 h(b,h(c,h(b,h(a,b))))
ε a
= t2

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

Tool configuration

ACP