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