YES
Termination Proof
Termination Proof
by ttt2 (version ttt2 1.15)
Input
The rewrite relation of the following TRS is considered.
|
a(b(b(x0))) |
→ |
a(x0) |
|
a(a(x0)) |
→ |
b(b(b(x0))) |
|
b(b(a(x0))) |
→ |
a(b(a(x0))) |
Proof
1 Rule Removal
Using the
linear polynomial interpretation over (2 x 2)-matrices with strict dimension 1
over the arctic semiring over the integers
| [a(x1)] |
= |
·
x1 +
|
| [b(x1)] |
= |
·
x1 +
|
the
rules
|
a(a(x0)) |
→ |
b(b(b(x0))) |
|
b(b(a(x0))) |
→ |
a(b(a(x0))) |
remain.
1.1 String Reversal
Since only unary symbols occur, one can reverse all terms and obtains the TRS
|
a(a(x0)) |
→ |
b(b(b(x0))) |
|
a(b(b(x0))) |
→ |
a(b(a(x0))) |
1.1.1 Bounds
The given TRS is
match-bounded by 1.
This is shown by the following automaton.
-
final states:
{5, 1}
-
transitions:
| 15 |
→ |
5 |
| 15 |
→ |
13 |
| 18 |
→ |
12 |
| 5 |
→ |
6 |
| 5 |
→ |
17 |
| 1 |
→ |
6 |
| 1 |
→ |
17 |
| 2 |
→ |
16 |
| 4 |
→ |
12 |
|
b0(3) |
→ |
4 |
|
b0(4) |
→ |
1 |
|
b0(2) |
→ |
3 |
|
b0(6) |
→ |
7 |
|
a0(7) |
→ |
5 |
|
a0(2) |
→ |
6 |
|
f20
|
→ |
2 |
|
b1(13) |
→ |
14 |
|
b1(17) |
→ |
18 |
|
a1(14) |
→ |
15 |
|
a1(12) |
→ |
13 |
|
a1(16) |
→ |
17 |