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.
and
There is no possibility to join
s1→R*·←S*
t1
for the following reason:
- When applying the cap-function on both terms (where variables may be treated like constants)
then the resulting terms do not unify.