NO Non-Confluence Proof

Non-Confluence Proof

by Hakusan

Input

The rewrite relation of the following TRS is considered.

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

Proof

1 Non-Joinable Fork

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

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

t0 = a
ε b
= t1

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

Tool configuration

Hakusan