NO Non-Confluence Proof

Non-Confluence Proof

by ACP

Input

The rewrite relation of the following TRS is considered.

a(b(x)) c(d(x))
d(d(x)) b(e(x))
b(x) d(c(x))
d(x) x
e(c(x)) d(a(x))
a(x) e(d(x))

Proof

1 Non-Joinable Fork

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

t0 = d(d(d(c_1)))
ε b(e(d(c_1)))
1.1 b(e(c_1))
= t2

t0 = d(d(d(c_1)))
ε d(d(c_1))
ε d(c_1)
ε c_1
= t3

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

Tool configuration

ACP