NO Non-Confluence Proof

Non-Confluence Proof

by csi

Input

The rewrite relation of the following TRS is considered.

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

Proof

1 Non-Joinable Fork

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

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

t0 = h(a,h(c,c))
ε f(h(b,f(c)))
1.2.1 f(h(b,f(b)))
= t2

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

Tool configuration

csi