We consider the TRS containing the following rules:
f(g(f(x))) | → | g(f(g(x))) | (1) |
f(c) | → | c | (2) |
g(c) | → | c | (3) |
The underlying signature is as follows:
{f/1, g/1, c/0}t0 | = | f(g(f(g(f(f3))))) |
→ | f(g(g(f(g(f3))))) | |
= | t1 |
t0 | = | f(g(f(g(f(f3))))) |
→ | g(f(g(g(f(f3))))) | |
= | t1 |
Automaton 1
final states:
{8}
transitions:
g(11) | → | 12 |
g(9) | → | 10 |
g(12) | → | 13 |
f(10) | → | 11 |
f(13) | → | 8 |
f3 | → | 9 |
Automaton 2
final states:
{14}
transitions:
g(17) | → | 18 |
g(16) | → | 17 |
g(19) | → | 14 |
f(18) | → | 19 |
f(15) | → | 16 |
f3 | → | 15 |