The rewrite relation of the following TRS is considered.
| f(0,1,g(x,y),z) | → | f(g(x,y),g(x,y),g(x,y),h(x)) | (1) |
| g(0,1) | → | 0 | (2) |
| g(0,1) | → | 1 | (3) |
| h(g(x,y)) | → | h(x) | (4) |
| f#(0,1,g(x,y),z) | → | f#(g(x,y),g(x,y),g(x,y),h(x)) | (5) |
| f#(0,1,g(x,y),z) | → | h#(x) | (6) |
| h#(g(x,y)) | → | h#(x) | (7) |
The dependency pairs are split into 1 component.
| h#(g(x,y)) | → | h#(x) | (7) |
We restrict the rewrite rules to the following usable rules of the DP problem.
There are no rules.
We restrict the innermost strategy to the following left hand sides.
| g(0,1) |
Using size-change termination in combination with the subterm criterion one obtains the following initial size-change graphs.
| h#(g(x,y)) | → | h#(x) | (7) |
| 1 | > | 1 |
As there is no critical graph in the transitive closure, there are no infinite chains.