Certification Problem
Input (TPDB SRS_Standard/Zantema_04/z069)
The rewrite relation of the following TRS is considered.
a(b(x1)) |
→ |
C(x1) |
(1) |
b(c(x1)) |
→ |
A(x1) |
(2) |
c(a(x1)) |
→ |
B(x1) |
(3) |
A(C(x1)) |
→ |
b(x1) |
(4) |
C(B(x1)) |
→ |
a(x1) |
(5) |
B(A(x1)) |
→ |
c(x1) |
(6) |
a(a(a(a(x1)))) |
→ |
A(A(A(x1))) |
(7) |
A(A(A(A(x1)))) |
→ |
a(a(a(x1))) |
(8) |
b(b(b(b(x1)))) |
→ |
B(B(B(x1))) |
(9) |
B(B(B(B(x1)))) |
→ |
b(b(b(x1))) |
(10) |
c(c(c(c(x1)))) |
→ |
C(C(C(x1))) |
(11) |
C(C(C(C(x1)))) |
→ |
c(c(c(x1))) |
(12) |
B(a(a(a(x1)))) |
→ |
c(A(A(A(x1)))) |
(13) |
A(A(A(b(x1)))) |
→ |
a(a(a(C(x1)))) |
(14) |
C(b(b(b(x1)))) |
→ |
a(B(B(B(x1)))) |
(15) |
B(B(B(c(x1)))) |
→ |
b(b(b(A(x1)))) |
(16) |
A(c(c(c(x1)))) |
→ |
b(C(C(C(x1)))) |
(17) |
C(C(C(a(x1)))) |
→ |
c(c(c(B(x1)))) |
(18) |
a(A(x1)) |
→ |
x1 |
(19) |
A(a(x1)) |
→ |
x1 |
(20) |
b(B(x1)) |
→ |
x1 |
(21) |
B(b(x1)) |
→ |
x1 |
(22) |
c(C(x1)) |
→ |
x1 |
(23) |
C(c(x1)) |
→ |
x1 |
(24) |
Property / Task
Prove or disprove termination.Answer / Result
Yes.Proof (by matchbox @ termCOMP 2023)
1 Rule Removal
Using the
matrix interpretations of dimension 1 with strict dimension 1 over the rationals with delta = 1
[C(x1)] |
= |
x1 +
|
[B(x1)] |
= |
x1 +
|
[A(x1)] |
= |
x1 +
|
[c(x1)] |
= |
x1 +
|
[b(x1)] |
= |
x1 +
|
[a(x1)] |
= |
x1 +
|
all of the following rules can be deleted.
a(b(x1)) |
→ |
C(x1) |
(1) |
b(c(x1)) |
→ |
A(x1) |
(2) |
c(a(x1)) |
→ |
B(x1) |
(3) |
A(C(x1)) |
→ |
b(x1) |
(4) |
C(B(x1)) |
→ |
a(x1) |
(5) |
B(A(x1)) |
→ |
c(x1) |
(6) |
a(a(a(a(x1)))) |
→ |
A(A(A(x1))) |
(7) |
A(A(A(A(x1)))) |
→ |
a(a(a(x1))) |
(8) |
b(b(b(b(x1)))) |
→ |
B(B(B(x1))) |
(9) |
B(B(B(B(x1)))) |
→ |
b(b(b(x1))) |
(10) |
c(c(c(c(x1)))) |
→ |
C(C(C(x1))) |
(11) |
C(C(C(C(x1)))) |
→ |
c(c(c(x1))) |
(12) |
a(A(x1)) |
→ |
x1 |
(19) |
A(a(x1)) |
→ |
x1 |
(20) |
b(B(x1)) |
→ |
x1 |
(21) |
B(b(x1)) |
→ |
x1 |
(22) |
c(C(x1)) |
→ |
x1 |
(23) |
C(c(x1)) |
→ |
x1 |
(24) |
1.1 String Reversal
Since only unary symbols occur, one can reverse all terms and obtains the TRS
a(a(a(B(x1)))) |
→ |
A(A(A(c(x1)))) |
(25) |
b(A(A(A(x1)))) |
→ |
C(a(a(a(x1)))) |
(26) |
b(b(b(C(x1)))) |
→ |
B(B(B(a(x1)))) |
(27) |
c(B(B(B(x1)))) |
→ |
A(b(b(b(x1)))) |
(28) |
c(c(c(A(x1)))) |
→ |
C(C(C(b(x1)))) |
(29) |
a(C(C(C(x1)))) |
→ |
B(c(c(c(x1)))) |
(30) |
1.1.1 Dependency Pair Transformation
The following set of initial dependency pairs has been identified.
c#(B(B(B(x1)))) |
→ |
b#(x1) |
(31) |
c#(B(B(B(x1)))) |
→ |
b#(b(x1)) |
(32) |
c#(B(B(B(x1)))) |
→ |
b#(b(b(x1))) |
(33) |
c#(c(c(A(x1)))) |
→ |
b#(x1) |
(34) |
b#(A(A(A(x1)))) |
→ |
a#(x1) |
(35) |
b#(A(A(A(x1)))) |
→ |
a#(a(x1)) |
(36) |
b#(A(A(A(x1)))) |
→ |
a#(a(a(x1))) |
(37) |
b#(b(b(C(x1)))) |
→ |
a#(x1) |
(38) |
a#(C(C(C(x1)))) |
→ |
c#(x1) |
(39) |
a#(C(C(C(x1)))) |
→ |
c#(c(x1)) |
(40) |
a#(C(C(C(x1)))) |
→ |
c#(c(c(x1))) |
(41) |
a#(a(a(B(x1)))) |
→ |
c#(x1) |
(42) |
1.1.1.1 Monotonic Reduction Pair Processor with Usable Rules
Using the matrix interpretations of dimension 1 with strict dimension 1 over the rationals with delta = 1
[C(x1)] |
= |
x1 +
|
[B(x1)] |
= |
x1 +
|
[A(x1)] |
= |
x1 +
|
[c(x1)] |
= |
x1 +
|
[b(x1)] |
= |
x1 +
|
[a(x1)] |
= |
x1 +
|
[c#(x1)] |
= |
x1 +
|
[b#(x1)] |
= |
x1 +
|
[a#(x1)] |
= |
x1 +
|
together with the usable
rules
a(a(a(B(x1)))) |
→ |
A(A(A(c(x1)))) |
(25) |
b(A(A(A(x1)))) |
→ |
C(a(a(a(x1)))) |
(26) |
b(b(b(C(x1)))) |
→ |
B(B(B(a(x1)))) |
(27) |
c(B(B(B(x1)))) |
→ |
A(b(b(b(x1)))) |
(28) |
c(c(c(A(x1)))) |
→ |
C(C(C(b(x1)))) |
(29) |
a(C(C(C(x1)))) |
→ |
B(c(c(c(x1)))) |
(30) |
(w.r.t. the implicit argument filter of the reduction pair),
the
pairs
c#(B(B(B(x1)))) |
→ |
b#(x1) |
(31) |
c#(B(B(B(x1)))) |
→ |
b#(b(x1)) |
(32) |
c#(B(B(B(x1)))) |
→ |
b#(b(b(x1))) |
(33) |
c#(c(c(A(x1)))) |
→ |
b#(x1) |
(34) |
b#(A(A(A(x1)))) |
→ |
a#(x1) |
(35) |
b#(A(A(A(x1)))) |
→ |
a#(a(x1)) |
(36) |
b#(A(A(A(x1)))) |
→ |
a#(a(a(x1))) |
(37) |
b#(b(b(C(x1)))) |
→ |
a#(x1) |
(38) |
a#(C(C(C(x1)))) |
→ |
c#(x1) |
(39) |
a#(C(C(C(x1)))) |
→ |
c#(c(x1)) |
(40) |
a#(C(C(C(x1)))) |
→ |
c#(c(c(x1))) |
(41) |
a#(a(a(B(x1)))) |
→ |
c#(x1) |
(42) |
and
no rules
could be deleted.
1.1.1.1.1 Dependency Graph Processor
The dependency pairs are split into 0
components.