NO Non-Confluence Proof

Non-Confluence Proof

by ACP

Input

The rewrite relation of the following TRS is considered.

c f(c,d)
c h(c,d)
f(x,y) h(g(y),x)
h(x,y) f(g(y),x)

Proof

1 Non-Joinable Fork

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

t0 = c
ε h(c,d)
1 h(f(c,d),d)
= t2

t0 = c
ε f(c,d)
= t1

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

Tool configuration

ACP