NO Non-Confluence Proof

Non-Confluence Proof

by csi

Input

The rewrite relation of the following TRS is considered.

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

Proof

1 Non-Joinable Fork

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

t0 = f(f(h(b,a)))
1.1.1 f(f(h(c,a)))
1.1.2 f(f(h(c,b)))
1.1.2 f(f(h(c,c)))
= t3

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

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

Tool configuration

csi