NO Non-Confluence Proof

Non-Confluence Proof

by csi

Input

The rewrite relation of the following TRS is considered.

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

Proof

1 Non-Joinable Fork

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

t0 = h(h(h(f(a),a),a),f(f(f(h(h(f(b),b),b)))))
2.1.1.1.1.1.1 h(h(h(f(a),a),a),f(f(f(h(h(f(h(c,f(b))),b),b)))))
2.1.1.1.1.1.1.1 h(h(h(f(a),a),a),f(f(f(h(h(f(h(h(f(h(c,f(f(c)))),f(b)),f(b))),b),b)))))
2.1.1.1.1.1.1.1.1.1.1 h(h(h(f(a),a),a),f(f(f(h(h(f(h(h(f(h(h(f(h(c,f(f(c)))),f(b)),f(f(c)))),f(b)),f(b))),b),b)))))
= t3

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

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

Tool configuration

csi