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