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