Certification Problem

Input (COPS 1050)

We consider two TRSs R and S where R contains the rules

a c (1)
b c (2)
f(a,b) d (3)
f(x,c) f(c,c) (4)
f(c,x) f(c,c) (5)
d f(a,c) (6)
d f(c,b) (7)

and S contains the following rules:

b a (8)
b c (2)
c h(b) (9)
c d (10)
a h(a) (11)
d h(d) (12)

The underlying signature is as follows:

{a/0, b/0, c/0, d/0, f/2, h/1}

Property / Task

Prove or disprove commutation.

Answer / Result

No.

Proof (by ACP @ CoCo 2023)

1 Non-Joinable Fork

The systems are not commuting due to the following forking derivations.
t0 = d
S h(d)
= s1
and
t0 = d
R f(a,c)
= t1
There is no possibility to join s1R*·←S* t1 for the following reason: