NO Non-Confluence Proof

Non-Confluence Proof

by csi

Input

The rewrite relation of the following TRS is considered.

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

Proof

1 Non-Joinable Fork

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

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

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

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

Tool configuration

csi