NO Non-Confluence Proof

Non-Confluence Proof

by csi

Input

The rewrite relation of the following TRS is considered.

r(e(x)) w(r(x))
i(t(x)) e(r(x))
e(w(x)) r(i(x))
t(e(x)) r(e(x))
w(r(x)) i(t(x))
e(r(x)) e(w(x))
r(i(t(e(r(x))))) e(w(r(i(t(e(x))))))

Proof

1 Non-Joinable Fork

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

t0 = e(r(e(x355)))
1 e(w(r(x355)))
ε r(i(r(x355)))
= t2

t0 = e(r(e(x355)))
ε e(w(e(x355)))
ε r(i(e(x355)))
= t2

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

Tool configuration

csi