NO Non-Confluence Proof

Non-Confluence Proof

by ACP

Input

The rewrite relation of the following TRS is considered.

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

Proof

1 Non-Joinable Fork

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

t0 = h(c,f(f(c)))
2.1.1 h(c,f(f(h(a,h(f(f(f(f(c)))),h(a,h(b,b)))))))
= t1

t0 = h(c,f(f(c)))
ε f(f(a))
= t1

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

Tool configuration

ACP