Certification Problem
Input (TPDB SRS_Standard/Secret_06_SRS/secr10)
The rewrite relation of the following TRS is considered.
a(a(x1)) |
→ |
c(b(a(b(a(x1))))) |
(1) |
b(a(b(x1))) |
→ |
b(x1) |
(2) |
a(a(a(x1))) |
→ |
c(c(a(x1))) |
(3) |
c(c(x1)) |
→ |
a(b(c(b(a(x1))))) |
(4) |
a(c(a(x1))) |
→ |
c(c(a(x1))) |
(5) |
c(a(c(x1))) |
→ |
a(a(c(x1))) |
(6) |
Property / Task
Prove or disprove termination.Answer / Result
Yes.Proof (by ttt2 @ termCOMP 2023)
1 String Reversal
Since only unary symbols occur, one can reverse all terms and obtains the TRS
a(a(x1)) |
→ |
a(b(a(b(c(x1))))) |
(7) |
b(a(b(x1))) |
→ |
b(x1) |
(2) |
a(a(a(x1))) |
→ |
a(c(c(x1))) |
(8) |
c(c(x1)) |
→ |
a(b(c(b(a(x1))))) |
(4) |
a(c(a(x1))) |
→ |
a(c(c(x1))) |
(9) |
c(a(c(x1))) |
→ |
c(a(a(x1))) |
(10) |
1.1 Rule Removal
Using the
linear polynomial interpretation over (3 x 3)-matrices with strict dimension 1
over the naturals
[b(x1)] |
= |
· x1 +
|
[a(x1)] |
= |
· x1 +
|
[c(x1)] |
= |
· x1 +
|
all of the following rules can be deleted.
a(a(x1)) |
→ |
a(b(a(b(c(x1))))) |
(7) |
1.1.1 Rule Removal
Using the
linear polynomial interpretation over (3 x 3)-matrices with strict dimension 1
over the naturals
[b(x1)] |
= |
· x1 +
|
[a(x1)] |
= |
· x1 +
|
[c(x1)] |
= |
· x1 +
|
all of the following rules can be deleted.
c(c(x1)) |
→ |
a(b(c(b(a(x1))))) |
(4) |
1.1.1.1 Rule Removal
Using the
linear polynomial interpretation over the arctic semiring over the integers
[b(x1)] |
= |
8 · x1 +
-∞ |
[a(x1)] |
= |
0 · x1 +
-∞ |
[c(x1)] |
= |
0 · x1 +
-∞ |
all of the following rules can be deleted.
1.1.1.1.1 Dependency Pair Transformation
The following set of initial dependency pairs has been identified.
a#(a(a(x1))) |
→ |
c#(x1) |
(11) |
a#(a(a(x1))) |
→ |
c#(c(x1)) |
(12) |
a#(a(a(x1))) |
→ |
a#(c(c(x1))) |
(13) |
a#(c(a(x1))) |
→ |
c#(x1) |
(14) |
a#(c(a(x1))) |
→ |
c#(c(x1)) |
(15) |
a#(c(a(x1))) |
→ |
a#(c(c(x1))) |
(16) |
c#(a(c(x1))) |
→ |
a#(x1) |
(17) |
c#(a(c(x1))) |
→ |
a#(a(x1)) |
(18) |
c#(a(c(x1))) |
→ |
c#(a(a(x1))) |
(19) |
1.1.1.1.1.1 Dependency Graph Processor
The dependency pairs are split into 1
component.