NO Non-Confluence Proof

Non-Confluence Proof

by Hakusan

Input

The rewrite relation of the following TRS is considered.

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

Proof

1 Non-Joinable Fork

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

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

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

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

Tool configuration

Hakusan