Certification Problem
Input (TPDB SRS_Standard/Secret_06_SRS/5-matchbox)
The rewrite relation of the following TRS is considered.
a(b(c(x1))) |
→ |
a(a(b(x1))) |
(1) |
a(b(c(x1))) |
→ |
b(c(b(c(x1)))) |
(2) |
a(b(c(x1))) |
→ |
c(b(c(a(x1)))) |
(3) |
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(a(b(c(x1)))) |
→ |
c(a(a(b(x1)))) |
(4) |
c(a(b(c(x1)))) |
→ |
c(b(c(b(c(x1))))) |
(5) |
c(a(b(c(x1)))) |
→ |
c(c(b(c(a(x1))))) |
(6) |
b(a(b(c(x1)))) |
→ |
b(a(a(b(x1)))) |
(7) |
b(a(b(c(x1)))) |
→ |
b(b(c(b(c(x1))))) |
(8) |
b(a(b(c(x1)))) |
→ |
b(c(b(c(a(x1))))) |
(9) |
a(a(b(c(x1)))) |
→ |
a(a(a(b(x1)))) |
(10) |
a(a(b(c(x1)))) |
→ |
a(b(c(b(c(x1))))) |
(11) |
a(a(b(c(x1)))) |
→ |
a(c(b(c(a(x1))))) |
(12) |
1.1 Semantic Labeling
The following interpretations form a
model
of the rules.
As carrier we take the set
{0,1,2}.
Symbols are labeled by the interpretation of their arguments using the interpretations
(modulo 3):
[c(x1)] |
= |
3x1 + 0 |
[b(x1)] |
= |
3x1 + 1 |
[a(x1)] |
= |
3x1 + 2 |
We obtain the labeled TRS
a2(a1(b0(c2(x1)))) |
→ |
a2(a2(a1(b2(x1)))) |
(13) |
a2(a1(b0(c1(x1)))) |
→ |
a2(a2(a1(b1(x1)))) |
(14) |
a2(a1(b0(c0(x1)))) |
→ |
a2(a2(a1(b0(x1)))) |
(15) |
b2(a1(b0(c2(x1)))) |
→ |
b2(a2(a1(b2(x1)))) |
(16) |
b2(a1(b0(c1(x1)))) |
→ |
b2(a2(a1(b1(x1)))) |
(17) |
b2(a1(b0(c0(x1)))) |
→ |
b2(a2(a1(b0(x1)))) |
(18) |
c2(a1(b0(c2(x1)))) |
→ |
c2(a2(a1(b2(x1)))) |
(19) |
c2(a1(b0(c1(x1)))) |
→ |
c2(a2(a1(b1(x1)))) |
(20) |
c2(a1(b0(c0(x1)))) |
→ |
c2(a2(a1(b0(x1)))) |
(21) |
a2(a1(b0(c2(x1)))) |
→ |
a1(b0(c1(b0(c2(x1))))) |
(22) |
a2(a1(b0(c1(x1)))) |
→ |
a1(b0(c1(b0(c1(x1))))) |
(23) |
a2(a1(b0(c0(x1)))) |
→ |
a1(b0(c1(b0(c0(x1))))) |
(24) |
b2(a1(b0(c2(x1)))) |
→ |
b1(b0(c1(b0(c2(x1))))) |
(25) |
b2(a1(b0(c1(x1)))) |
→ |
b1(b0(c1(b0(c1(x1))))) |
(26) |
b2(a1(b0(c0(x1)))) |
→ |
b1(b0(c1(b0(c0(x1))))) |
(27) |
c2(a1(b0(c2(x1)))) |
→ |
c1(b0(c1(b0(c2(x1))))) |
(28) |
c2(a1(b0(c1(x1)))) |
→ |
c1(b0(c1(b0(c1(x1))))) |
(29) |
c2(a1(b0(c0(x1)))) |
→ |
c1(b0(c1(b0(c0(x1))))) |
(30) |
a2(a1(b0(c2(x1)))) |
→ |
a0(c1(b0(c2(a2(x1))))) |
(31) |
a2(a1(b0(c1(x1)))) |
→ |
a0(c1(b0(c2(a1(x1))))) |
(32) |
a2(a1(b0(c0(x1)))) |
→ |
a0(c1(b0(c2(a0(x1))))) |
(33) |
b2(a1(b0(c2(x1)))) |
→ |
b0(c1(b0(c2(a2(x1))))) |
(34) |
b2(a1(b0(c1(x1)))) |
→ |
b0(c1(b0(c2(a1(x1))))) |
(35) |
b2(a1(b0(c0(x1)))) |
→ |
b0(c1(b0(c2(a0(x1))))) |
(36) |
c2(a1(b0(c2(x1)))) |
→ |
c0(c1(b0(c2(a2(x1))))) |
(37) |
c2(a1(b0(c1(x1)))) |
→ |
c0(c1(b0(c2(a1(x1))))) |
(38) |
c2(a1(b0(c0(x1)))) |
→ |
c0(c1(b0(c2(a0(x1))))) |
(39) |
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 +
|
[c1(x1)] |
= |
x1 +
|
[c2(x1)] |
= |
x1 +
|
[b0(x1)] |
= |
x1 +
|
[b1(x1)] |
= |
x1 +
|
[b2(x1)] |
= |
x1 +
|
[a0(x1)] |
= |
x1 +
|
[a1(x1)] |
= |
x1 +
|
[a2(x1)] |
= |
x1 +
|
all of the following rules can be deleted.
b2(a1(b0(c2(x1)))) |
→ |
b1(b0(c1(b0(c2(x1))))) |
(25) |
b2(a1(b0(c1(x1)))) |
→ |
b1(b0(c1(b0(c1(x1))))) |
(26) |
b2(a1(b0(c0(x1)))) |
→ |
b1(b0(c1(b0(c0(x1))))) |
(27) |
c2(a1(b0(c2(x1)))) |
→ |
c1(b0(c1(b0(c2(x1))))) |
(28) |
c2(a1(b0(c1(x1)))) |
→ |
c1(b0(c1(b0(c1(x1))))) |
(29) |
c2(a1(b0(c0(x1)))) |
→ |
c1(b0(c1(b0(c0(x1))))) |
(30) |
a2(a1(b0(c2(x1)))) |
→ |
a0(c1(b0(c2(a2(x1))))) |
(31) |
a2(a1(b0(c0(x1)))) |
→ |
a0(c1(b0(c2(a0(x1))))) |
(33) |
b2(a1(b0(c2(x1)))) |
→ |
b0(c1(b0(c2(a2(x1))))) |
(34) |
b2(a1(b0(c0(x1)))) |
→ |
b0(c1(b0(c2(a0(x1))))) |
(36) |
c2(a1(b0(c2(x1)))) |
→ |
c0(c1(b0(c2(a2(x1))))) |
(37) |
c2(a1(b0(c0(x1)))) |
→ |
c0(c1(b0(c2(a0(x1))))) |
(39) |
1.1.1.1 String Reversal
Since only unary symbols occur, one can reverse all terms and obtains the TRS
c2(b0(a1(a2(x1)))) |
→ |
b2(a1(a2(a2(x1)))) |
(40) |
c1(b0(a1(a2(x1)))) |
→ |
b1(a1(a2(a2(x1)))) |
(41) |
c0(b0(a1(a2(x1)))) |
→ |
b0(a1(a2(a2(x1)))) |
(42) |
c2(b0(a1(b2(x1)))) |
→ |
b2(a1(a2(b2(x1)))) |
(43) |
c1(b0(a1(b2(x1)))) |
→ |
b1(a1(a2(b2(x1)))) |
(44) |
c0(b0(a1(b2(x1)))) |
→ |
b0(a1(a2(b2(x1)))) |
(45) |
c2(b0(a1(c2(x1)))) |
→ |
b2(a1(a2(c2(x1)))) |
(46) |
c1(b0(a1(c2(x1)))) |
→ |
b1(a1(a2(c2(x1)))) |
(47) |
c0(b0(a1(c2(x1)))) |
→ |
b0(a1(a2(c2(x1)))) |
(48) |
c2(b0(a1(a2(x1)))) |
→ |
c2(b0(c1(b0(a1(x1))))) |
(49) |
c1(b0(a1(a2(x1)))) |
→ |
c1(b0(c1(b0(a1(x1))))) |
(50) |
c0(b0(a1(a2(x1)))) |
→ |
c0(b0(c1(b0(a1(x1))))) |
(51) |
c1(b0(a1(a2(x1)))) |
→ |
a1(c2(b0(c1(a0(x1))))) |
(52) |
c1(b0(a1(b2(x1)))) |
→ |
a1(c2(b0(c1(b0(x1))))) |
(53) |
c1(b0(a1(c2(x1)))) |
→ |
a1(c2(b0(c1(c0(x1))))) |
(54) |
1.1.1.1.1 Dependency Pair Transformation
The following set of initial dependency pairs has been identified.
c0#(b0(a1(a2(x1)))) |
→ |
c0#(b0(c1(b0(a1(x1))))) |
(55) |
c0#(b0(a1(a2(x1)))) |
→ |
c1#(b0(a1(x1))) |
(56) |
c1#(b0(a1(c2(x1)))) |
→ |
c0#(x1) |
(57) |
c1#(b0(a1(c2(x1)))) |
→ |
c1#(c0(x1)) |
(58) |
c1#(b0(a1(c2(x1)))) |
→ |
c2#(b0(c1(c0(x1)))) |
(59) |
c1#(b0(a1(b2(x1)))) |
→ |
c1#(b0(x1)) |
(60) |
c1#(b0(a1(b2(x1)))) |
→ |
c2#(b0(c1(b0(x1)))) |
(61) |
c1#(b0(a1(a2(x1)))) |
→ |
c1#(b0(c1(b0(a1(x1))))) |
(62) |
c1#(b0(a1(a2(x1)))) |
→ |
c1#(b0(a1(x1))) |
(63) |
c1#(b0(a1(a2(x1)))) |
→ |
c1#(a0(x1)) |
(64) |
c1#(b0(a1(a2(x1)))) |
→ |
c2#(b0(c1(a0(x1)))) |
(65) |
c2#(b0(a1(a2(x1)))) |
→ |
c1#(b0(a1(x1))) |
(66) |
c2#(b0(a1(a2(x1)))) |
→ |
c2#(b0(c1(b0(a1(x1))))) |
(67) |
1.1.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
[c0(x1)] |
= |
x1 +
|
[c1(x1)] |
= |
x1 +
|
[c2(x1)] |
= |
x1 +
|
[b0(x1)] |
= |
x1 +
|
[b1(x1)] |
= |
x1 +
|
[b2(x1)] |
= |
x1 +
|
[a0(x1)] |
= |
x1 +
|
[a1(x1)] |
= |
x1 +
|
[a2(x1)] |
= |
x1 +
|
[c0#(x1)] |
= |
x1 +
|
[c1#(x1)] |
= |
x1 +
|
[c2#(x1)] |
= |
x1 +
|
together with the usable
rules
c2(b0(a1(a2(x1)))) |
→ |
b2(a1(a2(a2(x1)))) |
(40) |
c1(b0(a1(a2(x1)))) |
→ |
b1(a1(a2(a2(x1)))) |
(41) |
c0(b0(a1(a2(x1)))) |
→ |
b0(a1(a2(a2(x1)))) |
(42) |
c2(b0(a1(b2(x1)))) |
→ |
b2(a1(a2(b2(x1)))) |
(43) |
c1(b0(a1(b2(x1)))) |
→ |
b1(a1(a2(b2(x1)))) |
(44) |
c0(b0(a1(b2(x1)))) |
→ |
b0(a1(a2(b2(x1)))) |
(45) |
c2(b0(a1(c2(x1)))) |
→ |
b2(a1(a2(c2(x1)))) |
(46) |
c1(b0(a1(c2(x1)))) |
→ |
b1(a1(a2(c2(x1)))) |
(47) |
c0(b0(a1(c2(x1)))) |
→ |
b0(a1(a2(c2(x1)))) |
(48) |
c2(b0(a1(a2(x1)))) |
→ |
c2(b0(c1(b0(a1(x1))))) |
(49) |
c1(b0(a1(a2(x1)))) |
→ |
c1(b0(c1(b0(a1(x1))))) |
(50) |
c0(b0(a1(a2(x1)))) |
→ |
c0(b0(c1(b0(a1(x1))))) |
(51) |
c1(b0(a1(a2(x1)))) |
→ |
a1(c2(b0(c1(a0(x1))))) |
(52) |
c1(b0(a1(b2(x1)))) |
→ |
a1(c2(b0(c1(b0(x1))))) |
(53) |
c1(b0(a1(c2(x1)))) |
→ |
a1(c2(b0(c1(c0(x1))))) |
(54) |
(w.r.t. the implicit argument filter of the reduction pair),
the
pairs
c0#(b0(a1(a2(x1)))) |
→ |
c1#(b0(a1(x1))) |
(56) |
c1#(b0(a1(c2(x1)))) |
→ |
c0#(x1) |
(57) |
c1#(b0(a1(c2(x1)))) |
→ |
c1#(c0(x1)) |
(58) |
c1#(b0(a1(c2(x1)))) |
→ |
c2#(b0(c1(c0(x1)))) |
(59) |
c1#(b0(a1(b2(x1)))) |
→ |
c1#(b0(x1)) |
(60) |
c1#(b0(a1(b2(x1)))) |
→ |
c2#(b0(c1(b0(x1)))) |
(61) |
c1#(b0(a1(a2(x1)))) |
→ |
c1#(a0(x1)) |
(64) |
c1#(b0(a1(a2(x1)))) |
→ |
c2#(b0(c1(a0(x1)))) |
(65) |
c2#(b0(a1(a2(x1)))) |
→ |
c1#(b0(a1(x1))) |
(66) |
and
no rules
could be deleted.
1.1.1.1.1.1.1 Dependency Graph Processor
The dependency pairs are split into 3
components.
-
The
1st
component contains the
pair
c0#(b0(a1(a2(x1)))) |
→ |
c0#(b0(c1(b0(a1(x1))))) |
(55) |
1.1.1.1.1.1.1.1 Reduction Pair Processor with Usable Rules
Using the matrix interpretations of dimension 2 with strict dimension 1 over the arctic semiring over the naturals
[c0(x1)] |
= |
· x1 +
|
[c1(x1)] |
= |
· x1 +
|
[c2(x1)] |
= |
· x1 +
|
[b0(x1)] |
= |
· x1 +
|
[b1(x1)] |
= |
· x1 +
|
[b2(x1)] |
= |
· x1 +
|
[a0(x1)] |
= |
· x1 +
|
[a1(x1)] |
= |
· x1 +
|
[a2(x1)] |
= |
· x1 +
|
[c0#(x1)] |
= |
· x1 +
|
together with the usable
rules
c2(b0(a1(a2(x1)))) |
→ |
b2(a1(a2(a2(x1)))) |
(40) |
c1(b0(a1(a2(x1)))) |
→ |
b1(a1(a2(a2(x1)))) |
(41) |
c0(b0(a1(a2(x1)))) |
→ |
b0(a1(a2(a2(x1)))) |
(42) |
c2(b0(a1(b2(x1)))) |
→ |
b2(a1(a2(b2(x1)))) |
(43) |
c1(b0(a1(b2(x1)))) |
→ |
b1(a1(a2(b2(x1)))) |
(44) |
c0(b0(a1(b2(x1)))) |
→ |
b0(a1(a2(b2(x1)))) |
(45) |
c2(b0(a1(c2(x1)))) |
→ |
b2(a1(a2(c2(x1)))) |
(46) |
c1(b0(a1(c2(x1)))) |
→ |
b1(a1(a2(c2(x1)))) |
(47) |
c0(b0(a1(c2(x1)))) |
→ |
b0(a1(a2(c2(x1)))) |
(48) |
c2(b0(a1(a2(x1)))) |
→ |
c2(b0(c1(b0(a1(x1))))) |
(49) |
c1(b0(a1(a2(x1)))) |
→ |
c1(b0(c1(b0(a1(x1))))) |
(50) |
c0(b0(a1(a2(x1)))) |
→ |
c0(b0(c1(b0(a1(x1))))) |
(51) |
c1(b0(a1(a2(x1)))) |
→ |
a1(c2(b0(c1(a0(x1))))) |
(52) |
c1(b0(a1(b2(x1)))) |
→ |
a1(c2(b0(c1(b0(x1))))) |
(53) |
c1(b0(a1(c2(x1)))) |
→ |
a1(c2(b0(c1(c0(x1))))) |
(54) |
(w.r.t. the implicit argument filter of the reduction pair),
the
pair
c0#(b0(a1(a2(x1)))) |
→ |
c0#(b0(c1(b0(a1(x1))))) |
(55) |
could be deleted.
1.1.1.1.1.1.1.1.1 Dependency Graph Processor
The dependency pairs are split into 0
components.
-
The
2nd
component contains the
pair
c1#(b0(a1(a2(x1)))) |
→ |
c1#(b0(c1(b0(a1(x1))))) |
(62) |
c1#(b0(a1(a2(x1)))) |
→ |
c1#(b0(a1(x1))) |
(63) |
1.1.1.1.1.1.1.2 Reduction Pair Processor with Usable Rules
Using the matrix interpretations of dimension 2 with strict dimension 1 over the arctic semiring over the naturals
[c0(x1)] |
= |
· x1 +
|
[c1(x1)] |
= |
· x1 +
|
[c2(x1)] |
= |
· x1 +
|
[b0(x1)] |
= |
· x1 +
|
[b1(x1)] |
= |
· x1 +
|
[b2(x1)] |
= |
· x1 +
|
[a0(x1)] |
= |
· x1 +
|
[a1(x1)] |
= |
· x1 +
|
[a2(x1)] |
= |
· x1 +
|
[c1#(x1)] |
= |
· x1 +
|
together with the usable
rules
c2(b0(a1(a2(x1)))) |
→ |
b2(a1(a2(a2(x1)))) |
(40) |
c1(b0(a1(a2(x1)))) |
→ |
b1(a1(a2(a2(x1)))) |
(41) |
c0(b0(a1(a2(x1)))) |
→ |
b0(a1(a2(a2(x1)))) |
(42) |
c2(b0(a1(b2(x1)))) |
→ |
b2(a1(a2(b2(x1)))) |
(43) |
c1(b0(a1(b2(x1)))) |
→ |
b1(a1(a2(b2(x1)))) |
(44) |
c0(b0(a1(b2(x1)))) |
→ |
b0(a1(a2(b2(x1)))) |
(45) |
c2(b0(a1(c2(x1)))) |
→ |
b2(a1(a2(c2(x1)))) |
(46) |
c1(b0(a1(c2(x1)))) |
→ |
b1(a1(a2(c2(x1)))) |
(47) |
c0(b0(a1(c2(x1)))) |
→ |
b0(a1(a2(c2(x1)))) |
(48) |
c2(b0(a1(a2(x1)))) |
→ |
c2(b0(c1(b0(a1(x1))))) |
(49) |
c1(b0(a1(a2(x1)))) |
→ |
c1(b0(c1(b0(a1(x1))))) |
(50) |
c0(b0(a1(a2(x1)))) |
→ |
c0(b0(c1(b0(a1(x1))))) |
(51) |
c1(b0(a1(a2(x1)))) |
→ |
a1(c2(b0(c1(a0(x1))))) |
(52) |
c1(b0(a1(b2(x1)))) |
→ |
a1(c2(b0(c1(b0(x1))))) |
(53) |
c1(b0(a1(c2(x1)))) |
→ |
a1(c2(b0(c1(c0(x1))))) |
(54) |
(w.r.t. the implicit argument filter of the reduction pair),
the
pair
c1#(b0(a1(a2(x1)))) |
→ |
c1#(b0(c1(b0(a1(x1))))) |
(62) |
could be deleted.
1.1.1.1.1.1.1.2.1 Dependency Graph Processor
The dependency pairs are split into 1
component.
-
The
3rd
component contains the
pair
c2#(b0(a1(a2(x1)))) |
→ |
c2#(b0(c1(b0(a1(x1))))) |
(67) |
1.1.1.1.1.1.1.3 Reduction Pair Processor with Usable Rules
Using the matrix interpretations of dimension 2 with strict dimension 1 over the arctic semiring over the naturals
[c0(x1)] |
= |
· x1 +
|
[c1(x1)] |
= |
· x1 +
|
[c2(x1)] |
= |
· x1 +
|
[b0(x1)] |
= |
· x1 +
|
[b1(x1)] |
= |
· x1 +
|
[b2(x1)] |
= |
· x1 +
|
[a0(x1)] |
= |
· x1 +
|
[a1(x1)] |
= |
· x1 +
|
[a2(x1)] |
= |
· x1 +
|
[c2#(x1)] |
= |
· x1 +
|
together with the usable
rules
c2(b0(a1(a2(x1)))) |
→ |
b2(a1(a2(a2(x1)))) |
(40) |
c1(b0(a1(a2(x1)))) |
→ |
b1(a1(a2(a2(x1)))) |
(41) |
c0(b0(a1(a2(x1)))) |
→ |
b0(a1(a2(a2(x1)))) |
(42) |
c2(b0(a1(b2(x1)))) |
→ |
b2(a1(a2(b2(x1)))) |
(43) |
c1(b0(a1(b2(x1)))) |
→ |
b1(a1(a2(b2(x1)))) |
(44) |
c0(b0(a1(b2(x1)))) |
→ |
b0(a1(a2(b2(x1)))) |
(45) |
c2(b0(a1(c2(x1)))) |
→ |
b2(a1(a2(c2(x1)))) |
(46) |
c1(b0(a1(c2(x1)))) |
→ |
b1(a1(a2(c2(x1)))) |
(47) |
c0(b0(a1(c2(x1)))) |
→ |
b0(a1(a2(c2(x1)))) |
(48) |
c2(b0(a1(a2(x1)))) |
→ |
c2(b0(c1(b0(a1(x1))))) |
(49) |
c1(b0(a1(a2(x1)))) |
→ |
c1(b0(c1(b0(a1(x1))))) |
(50) |
c0(b0(a1(a2(x1)))) |
→ |
c0(b0(c1(b0(a1(x1))))) |
(51) |
c1(b0(a1(a2(x1)))) |
→ |
a1(c2(b0(c1(a0(x1))))) |
(52) |
c1(b0(a1(b2(x1)))) |
→ |
a1(c2(b0(c1(b0(x1))))) |
(53) |
c1(b0(a1(c2(x1)))) |
→ |
a1(c2(b0(c1(c0(x1))))) |
(54) |
(w.r.t. the implicit argument filter of the reduction pair),
the
pair
c2#(b0(a1(a2(x1)))) |
→ |
c2#(b0(c1(b0(a1(x1))))) |
(67) |
could be deleted.
1.1.1.1.1.1.1.3.1 Dependency Graph Processor
The dependency pairs are split into 0
components.