Certification Problem
Input (TPDB TRS_Standard/SK90/4.33)
The rewrite relation of the following TRS is considered.
|
a(b(a(x))) |
→ |
b(a(b(x))) |
(1) |
Property / Task
Prove or disprove termination.Answer / Result
Yes.Proof (by AProVE @ termCOMP 2023)
1 Bounds
The given TRS is
match-(raise)-bounded by 1.
This is shown by the following automaton.
-
final states:
{0, 1}
-
transitions:
|
a0(0) |
→ |
0 |
|
a0(1) |
→ |
0 |
|
b0(0) |
→ |
1 |
|
b0(1) |
→ |
1 |
|
b1(0) |
→ |
3 |
|
a1(3) |
→ |
2 |
|
b1(2) |
→ |
0 |
|
b1(1) |
→ |
3 |
|
b1(3) |
→ |
3 |
| 0 |
→ |
2 |