Certification Problem
Input (COPS 1082)
We consider two TRSs R and S where R contains the rules
and S contains the following rules:
f(g(f(x))) |
→ |
g(f(g(x))) |
(3) |
f(c) |
→ |
c |
(4) |
g(c) |
→ |
c |
(5) |
The underlying signature is as follows:
{a/0, b/0, c/0, f/1, g/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:
- We take the usable rules of the first term (w.r.t. the TRS for the first term)
and the usable rules of the second term (w.r.t. the TRS for the second term).
Then the terms are not joinable w.r.t. the resulting TRSs.
- We filter all terms and rules w.r.t. the following argument filter.
π(a) |
= |
[] |
π(b) |
= |
[] |
π(c) |
= |
[] |
π(f) |
= |
[1] |
Then the resulting terms are not joinable w.r.t. the resulting TRSs.
- We take the usable rules of the first term (w.r.t. the TRS for the first term)
and the usable rules of the second term (w.r.t. the TRS for the second term).
Then the terms are not joinable w.r.t. the resulting TRSs.
- The first mentioned term is strictly larger than the second one (or vice versa). Here, the following discrimination pair has
been used w.r.t. the following interpretation.
Moreover, the (reversed) rules are weakly decreasing.
The discrimination pair is given by a