Certification Problem
Input (TPDB SRS_Relative/Waldmann_19/random-67)
The rewrite relation of the following TRS is considered.
b(a(a(x1))) |
→ |
c(a(c(x1))) |
(1) |
a(c(a(x1))) |
→ |
b(c(a(x1))) |
(2) |
b(b(c(x1))) |
→ |
c(c(a(x1))) |
(3) |
a(b(b(x1))) |
→ |
b(c(b(x1))) |
(4) |
c(c(b(x1))) |
→ |
b(a(b(x1))) |
(5) |
b(a(a(x1))) |
→ |
a(c(a(x1))) |
(6) |
Property / Task
Prove or disprove termination.Answer / Result
Yes.Proof (by matchbox @ termCOMP 2023)
1 Closure Under Flat Contexts
Using the flat contexts
{c(☐), b(☐), a(☐)}
We obtain the transformed TRS
c(b(a(a(x1)))) |
→ |
c(c(a(c(x1)))) |
(7) |
c(a(c(a(x1)))) |
→ |
c(b(c(a(x1)))) |
(8) |
c(b(b(c(x1)))) |
→ |
c(c(c(a(x1)))) |
(9) |
c(a(b(b(x1)))) |
→ |
c(b(c(b(x1)))) |
(10) |
c(c(c(b(x1)))) |
→ |
c(b(a(b(x1)))) |
(11) |
c(b(a(a(x1)))) |
→ |
c(a(c(a(x1)))) |
(12) |
b(b(a(a(x1)))) |
→ |
b(c(a(c(x1)))) |
(13) |
b(a(c(a(x1)))) |
→ |
b(b(c(a(x1)))) |
(14) |
b(b(b(c(x1)))) |
→ |
b(c(c(a(x1)))) |
(15) |
b(a(b(b(x1)))) |
→ |
b(b(c(b(x1)))) |
(16) |
b(c(c(b(x1)))) |
→ |
b(b(a(b(x1)))) |
(17) |
b(b(a(a(x1)))) |
→ |
b(a(c(a(x1)))) |
(18) |
a(b(a(a(x1)))) |
→ |
a(c(a(c(x1)))) |
(19) |
a(a(c(a(x1)))) |
→ |
a(b(c(a(x1)))) |
(20) |
a(b(b(c(x1)))) |
→ |
a(c(c(a(x1)))) |
(21) |
a(a(b(b(x1)))) |
→ |
a(b(c(b(x1)))) |
(22) |
a(c(c(b(x1)))) |
→ |
a(b(a(b(x1)))) |
(23) |
a(b(a(a(x1)))) |
→ |
a(a(c(a(x1)))) |
(24) |
1.1 Closure Under Flat Contexts
Using the flat contexts
{c(☐), b(☐), a(☐)}
We obtain the transformed TRS
c(c(b(a(a(x1))))) |
→ |
c(c(c(a(c(x1))))) |
(25) |
c(c(a(c(a(x1))))) |
→ |
c(c(b(c(a(x1))))) |
(26) |
c(c(b(b(c(x1))))) |
→ |
c(c(c(c(a(x1))))) |
(27) |
c(c(a(b(b(x1))))) |
→ |
c(c(b(c(b(x1))))) |
(28) |
c(c(c(c(b(x1))))) |
→ |
c(c(b(a(b(x1))))) |
(29) |
c(c(b(a(a(x1))))) |
→ |
c(c(a(c(a(x1))))) |
(30) |
c(b(b(a(a(x1))))) |
→ |
c(b(c(a(c(x1))))) |
(31) |
c(b(a(c(a(x1))))) |
→ |
c(b(b(c(a(x1))))) |
(32) |
c(b(b(b(c(x1))))) |
→ |
c(b(c(c(a(x1))))) |
(33) |
c(b(a(b(b(x1))))) |
→ |
c(b(b(c(b(x1))))) |
(34) |
c(b(c(c(b(x1))))) |
→ |
c(b(b(a(b(x1))))) |
(35) |
c(b(b(a(a(x1))))) |
→ |
c(b(a(c(a(x1))))) |
(36) |
c(a(b(a(a(x1))))) |
→ |
c(a(c(a(c(x1))))) |
(37) |
c(a(a(c(a(x1))))) |
→ |
c(a(b(c(a(x1))))) |
(38) |
c(a(b(b(c(x1))))) |
→ |
c(a(c(c(a(x1))))) |
(39) |
c(a(a(b(b(x1))))) |
→ |
c(a(b(c(b(x1))))) |
(40) |
c(a(c(c(b(x1))))) |
→ |
c(a(b(a(b(x1))))) |
(41) |
c(a(b(a(a(x1))))) |
→ |
c(a(a(c(a(x1))))) |
(42) |
b(c(b(a(a(x1))))) |
→ |
b(c(c(a(c(x1))))) |
(43) |
b(c(a(c(a(x1))))) |
→ |
b(c(b(c(a(x1))))) |
(44) |
b(c(b(b(c(x1))))) |
→ |
b(c(c(c(a(x1))))) |
(45) |
b(c(a(b(b(x1))))) |
→ |
b(c(b(c(b(x1))))) |
(46) |
b(c(c(c(b(x1))))) |
→ |
b(c(b(a(b(x1))))) |
(47) |
b(c(b(a(a(x1))))) |
→ |
b(c(a(c(a(x1))))) |
(48) |
b(b(b(a(a(x1))))) |
→ |
b(b(c(a(c(x1))))) |
(49) |
b(b(a(c(a(x1))))) |
→ |
b(b(b(c(a(x1))))) |
(50) |
b(b(b(b(c(x1))))) |
→ |
b(b(c(c(a(x1))))) |
(51) |
b(b(a(b(b(x1))))) |
→ |
b(b(b(c(b(x1))))) |
(52) |
b(b(c(c(b(x1))))) |
→ |
b(b(b(a(b(x1))))) |
(53) |
b(b(b(a(a(x1))))) |
→ |
b(b(a(c(a(x1))))) |
(54) |
b(a(b(a(a(x1))))) |
→ |
b(a(c(a(c(x1))))) |
(55) |
b(a(a(c(a(x1))))) |
→ |
b(a(b(c(a(x1))))) |
(56) |
b(a(b(b(c(x1))))) |
→ |
b(a(c(c(a(x1))))) |
(57) |
b(a(a(b(b(x1))))) |
→ |
b(a(b(c(b(x1))))) |
(58) |
b(a(c(c(b(x1))))) |
→ |
b(a(b(a(b(x1))))) |
(59) |
b(a(b(a(a(x1))))) |
→ |
b(a(a(c(a(x1))))) |
(60) |
a(c(b(a(a(x1))))) |
→ |
a(c(c(a(c(x1))))) |
(61) |
a(c(a(c(a(x1))))) |
→ |
a(c(b(c(a(x1))))) |
(62) |
a(c(b(b(c(x1))))) |
→ |
a(c(c(c(a(x1))))) |
(63) |
a(c(a(b(b(x1))))) |
→ |
a(c(b(c(b(x1))))) |
(64) |
a(c(c(c(b(x1))))) |
→ |
a(c(b(a(b(x1))))) |
(65) |
a(c(b(a(a(x1))))) |
→ |
a(c(a(c(a(x1))))) |
(66) |
a(b(b(a(a(x1))))) |
→ |
a(b(c(a(c(x1))))) |
(67) |
a(b(a(c(a(x1))))) |
→ |
a(b(b(c(a(x1))))) |
(68) |
a(b(b(b(c(x1))))) |
→ |
a(b(c(c(a(x1))))) |
(69) |
a(b(a(b(b(x1))))) |
→ |
a(b(b(c(b(x1))))) |
(70) |
a(b(c(c(b(x1))))) |
→ |
a(b(b(a(b(x1))))) |
(71) |
a(b(b(a(a(x1))))) |
→ |
a(b(a(c(a(x1))))) |
(72) |
a(a(b(a(a(x1))))) |
→ |
a(a(c(a(c(x1))))) |
(73) |
a(a(a(c(a(x1))))) |
→ |
a(a(b(c(a(x1))))) |
(74) |
a(a(b(b(c(x1))))) |
→ |
a(a(c(c(a(x1))))) |
(75) |
a(a(a(b(b(x1))))) |
→ |
a(a(b(c(b(x1))))) |
(76) |
a(a(c(c(b(x1))))) |
→ |
a(a(b(a(b(x1))))) |
(77) |
a(a(b(a(a(x1))))) |
→ |
a(a(a(c(a(x1))))) |
(78) |
1.1.1 Semantic Labeling
The following interpretations form a
model
of the rules.
As carrier we take the set
{0,...,8}.
Symbols are labeled by the interpretation of their arguments using the interpretations
(modulo 9):
[c(x1)] |
= |
3x1 + 0 |
[b(x1)] |
= |
3x1 + 1 |
[a(x1)] |
= |
3x1 + 2 |
We obtain the labeled TRS
There are 486 ruless (increase limit for explicit display).
1.1.1.1 Rule Removal
Using the
matrix interpretations of dimension 1 with strict dimension 1 over the rationals with delta = 1
[c0(x1)] |
= |
x1 +
|
[c3(x1)] |
= |
x1 +
|
[c6(x1)] |
= |
x1 +
|
[c1(x1)] |
= |
x1 +
|
[c4(x1)] |
= |
x1 +
|
[c7(x1)] |
= |
x1 +
|
[c2(x1)] |
= |
x1 +
|
[c5(x1)] |
= |
x1 +
|
[c8(x1)] |
= |
x1 +
|
[b0(x1)] |
= |
x1 +
|
[b3(x1)] |
= |
x1 +
|
[b6(x1)] |
= |
x1 +
|
[b1(x1)] |
= |
x1 +
|
[b4(x1)] |
= |
x1 +
|
[b7(x1)] |
= |
x1 +
|
[b2(x1)] |
= |
x1 +
|
[b5(x1)] |
= |
x1 +
|
[b8(x1)] |
= |
x1 +
|
[a0(x1)] |
= |
x1 +
|
[a3(x1)] |
= |
x1 +
|
[a6(x1)] |
= |
x1 +
|
[a1(x1)] |
= |
x1 +
|
[a4(x1)] |
= |
x1 +
|
[a7(x1)] |
= |
x1 +
|
[a2(x1)] |
= |
x1 +
|
[a5(x1)] |
= |
x1 +
|
[a8(x1)] |
= |
x1 +
|
all of the following rules can be deleted.
There are 486 ruless (increase limit for explicit display).
1.1.1.1.1 R is empty
There are no rules in the TRS. Hence, it is terminating.