NO Non-Confluence Proof

Non-Confluence Proof

by ACP

Input

The rewrite relation of the following TRS is considered.

a → c
h(h(b,b),a) → a
f(a) → b

Proof

1 Non-Joinable Fork

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

t0 = f(h(h(b,f(a)),a))
→1.1.2 f(h(h(b,b),a))
→1 f(a)
→1 f(c)
= t3

t0 = f(h(h(b,f(a)),a))
→1.1.2 f(h(h(b,b),a))
→1 f(a)
→ε b
= t3

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

Tool configuration

ACP