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