NO Non-Confluence Proof

Non-Confluence Proof

by ACP

Input

The rewrite relation of the following TRS is considered.

h(1(1(x))) 1(h(x))
1(1(h(b(x)))) 1(1(s(b(x))))
1(s(x)) s(1(x))
b(s(x)) b(h(x))
h(1(b(x))) t(1(1(b(x))))
1(t(x)) t(1(1(1(x))))
b(t(x)) b(h(x))

Proof

1 Non-Joinable Fork

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

t0 = h(1(1(s(c_1))))
1.1 h(1(s(1(c_1))))
= t1

t0 = h(1(1(s(c_1))))
ε 1(h(s(c_1)))
= t1

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

Tool configuration

ACP