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#(f(g(x),s(y))) | (5) |
| f#(g(x),g(y)) | → | f#(g(x),s(y)) | (6) |
| f#(g(x),g(y)) | → | g#(s(p(x))) | (7) |
| f#(g(x),g(y)) | → | p#(x) | (8) |
| p#(0) | → | g#(0) | (9) |
The dependency pairs are split into 0 components.