The rewrite relation of the following TRS is considered.
f(g(x),g(y)) | → | f(p(f(g(x),s(y))),g(s(p(x)))) | (1) |
p(0) | → | g(0) | (2) |
g(s(p(x))) | → | p(x) | (3) |
f#(g(x),g(y)) | → | f#(p(f(g(x),s(y))),g(s(p(x)))) | (4) |
f#(g(x),g(y)) | → | p#(x) | (5) |
f#(g(x),g(y)) | → | g#(s(p(x))) | (6) |
f#(g(x),g(y)) | → | p#(f(g(x),s(y))) | (7) |
p#(0) | → | g#(0) | (8) |
f#(g(x),g(y)) | → | f#(g(x),s(y)) | (9) |
The dependency pairs are split into 0 components.