The rewrite relation of the following TRS is considered.
f(a,h(x)) | → | f(g(x),h(x)) | (1) |
h(g(x)) | → | h(a) | (2) |
g(h(x)) | → | g(x) | (3) |
h(h(x)) | → | x | (4) |
final states:
{5}
transitions:
10 | → | 5 |
10 | → | 8 |
5 | → | 8 |
a1 | → | 10 |
f1(9,8) | → | 5 |
f1(15,5) | → | 5 |
h1(5) | → | 8 |
h1(10) | → | 5 |
h1(10) | → | 8 |
f0(5,5) | → | 5 |
a0 | → | 5 |
g2(10) | → | 5 |
g2(10) | → | 9 |
h2(19) | → | 8 |
g0(5) | → | 5 |
g1(10) | → | 15 |
g1(10) | → | 5 |
g1(5) | → | 9 |
g1(5) | → | 5 |
a2 | → | 19 |
h0(5) | → | 5 |