NO Non-Confluence Proof

Non-Confluence Proof

by ACP

Input

The rewrite relation of the following TRS is considered.

b(a(a(x))) a(x)
a(a(a(x))) b(b(b(x)))
b(b(x)) a(b(a(x)))

Proof

1 Non-Joinable Fork

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

t0 = b(a(a(a(c_1))))
1 b(b(b(b(c_1))))
ε a(b(a(b(b(c_1)))))
1.1.1 a(b(a(a(b(a(c_1))))))
1 a(a(b(a(c_1))))
= t4

t0 = b(a(a(a(c_1))))
ε a(a(c_1))
= t1

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

Tool configuration

ACP