Certification Problem

Input (TPDB TRS_Standard/SK90/4.56)

The rewrite relation of the following TRS is considered.

f(a,b) f(a,c) (1)
f(c,d) f(b,d) (2)

Property / Task

Prove or disprove termination.

Answer / Result

Yes.

Proof (by ttt2 @ termCOMP 2023)

1 Rule Removal

Using the linear polynomial interpretation over (5 x 5)-matrices with strict dimension 1 over the naturals
[d] =
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
[b] =
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
1 0 0 0 0
[c] =
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
1 0 0 0 0
0 0 0 0 0
[a] =
0 0 0 0 0
0 0 0 0 0
1 0 0 0 0
0 0 0 0 0
0 0 0 0 0
[f(x1, x2)] =
1 0 0 1 1
0 0 1 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
· x1 +
1 0 0 0 1
0 0 0 0 0
0 0 0 0 0
0 0 0 0 1
0 0 0 1 1
· x2 +
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
all of the following rules can be deleted.
f(a,b) f(a,c) (1)

1.1 Rule Removal

Using the Knuth Bendix order with w0 = 1 and the following precedence and weight functions
prec(d) = 1 weight(d) = 1
prec(c) = 3 weight(c) = 1
prec(f) = 0 weight(f) = 0
prec(b) = 2 weight(b) = 1
all of the following rules can be deleted.
f(c,d) f(b,d) (2)

1.1.1 R is empty

There are no rules in the TRS. Hence, it is terminating.