NO Non-Confluence Proof

Non-Confluence Proof

by ACP

Input

The rewrite relation of the following TRS is considered.

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

Proof

1 Non-Joinable Fork

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

t0 = a(a(b(c_1)))
ε b(b(b(b(c_1))))
ε a(a(a(c_1)))
1 a(b(b(b(c_1))))
= t3

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

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

Tool configuration

ACP