The rewrite relation of the following TRS is considered.
f(x,g(x)) | → | x | (1) |
f(x,h(y)) | → | f(h(x),y) | (2) |
f#(x,h(y)) | → | f#(h(x),y) | (3) |
The dependency pairs are split into 1 component.
f#(x,h(y)) | → | f#(h(x),y) | (3) |
[h(x1)] | = | x1 + 1 |
[f(x1, x2)] | = | 0 |
[f#(x1, x2)] | = | x2 + 0 |
[g(x1)] | = | 0 |
f#(x,h(y)) | → | f#(h(x),y) | (3) |
The dependency pairs are split into 0 components.