We consider the TRS containing the following rules:
b(b(b(x))) | → | a(a(a(x))) | (1) |
a(a(a(x))) | → | b(a(b(x))) | (2) |
The underlying signature is as follows:
{b/1, a/1}t0 | = | a(a(a(a(a(f5))))) |
→ | a(a(b(a(b(f5))))) | |
= | t1 |
t0 | = | a(a(a(a(a(f5))))) |
→ | b(a(b(a(a(f5))))) | |
= | t1 |
Automaton 1
final states:
{1}
transitions:
f5 | → | 2 |
a(3) | → | 4 |
a(6) | → | 1 |
a(5) | → | 6 |
b(2) | → | 3 |
b(4) | → | 5 |
Automaton 2
final states:
{7}
transitions:
f5 | → | 8 |
a(11) | → | 12 |
a(9) | → | 10 |
a(8) | → | 9 |
b(12) | → | 7 |
b(10) | → | 11 |