The rewrite relation of the following TRS is considered.
f(a) | → | g(h(a)) | (1) |
h(g(x)) | → | g(h(f(x))) | (2) |
k(x,h(x),a) | → | h(x) | (3) |
k(f(x),y,x) | → | f(x) | (4) |
h#(g(x)) | → | f#(x) | (5) |
f#(a) | → | h#(a) | (6) |
h#(g(x)) | → | h#(f(x)) | (7) |
The dependency pairs are split into 1 component.
h#(g(x)) | → | h#(f(x)) | (7) |
prec(h) | = | 2 | status(h) | = | [] | list-extension(h) | = | Lex | ||
prec(a) | = | 0 | status(a) | = | [] | list-extension(a) | = | Lex | ||
prec(k) | = | 0 | status(k) | = | [1, 2, 3] | list-extension(k) | = | Lex | ||
prec(f) | = | 1 | status(f) | = | [] | list-extension(f) | = | Lex | ||
prec(h#) | = | 0 | status(h#) | = | [1] | list-extension(h#) | = | Lex | ||
prec(k#) | = | 0 | status(k#) | = | [] | list-extension(k#) | = | Lex | ||
prec(f#) | = | 0 | status(f#) | = | [] | list-extension(f#) | = | Lex | ||
prec(g) | = | 2 | status(g) | = | [] | list-extension(g) | = | Lex |
[h(x1)] | = | 11798 |
[a] | = | 11799 |
[k(x1, x2, x3)] | = | x1 + x2 + x3 + 1 |
[f(x1)] | = | x1 + 0 |
[h#(x1)] | = | x1 + 1 |
[k#(x1, x2, x3)] | = | x1 + 1 |
[f#(x1)] | = | 1 |
[g(x1)] | = | x1 + 0 |
f(a) | → | g(h(a)) | (1) |
h(g(x)) | → | g(h(f(x))) | (2) |
h#(g(x)) | → | h#(f(x)) | (7) |
The dependency pairs are split into 0 components.