The rewrite relation of the following TRS is considered.
:(:(x,y),z) | → | :(x,:(y,z)) | (1) |
:(+(x,y),z) | → | +(:(x,z),:(y,z)) | (2) |
:(z,+(x,f(y))) | → | :(g(z,y),+(x,a)) | (3) |
:#(:(x,y),z) | → | :#(x,:(y,z)) | (4) |
:#(:(x,y),z) | → | :#(y,z) | (5) |
:#(+(x,y),z) | → | :#(x,z) | (6) |
:#(+(x,y),z) | → | :#(y,z) | (7) |
:#(z,+(x,f(y))) | → | :#(g(z,y),+(x,a)) | (8) |
The dependency pairs are split into 1 component.
:#(:(x,y),z) | → | :#(y,z) | (5) |
:#(:(x,y),z) | → | :#(x,:(y,z)) | (4) |
:#(+(x,y),z) | → | :#(x,z) | (6) |
:#(+(x,y),z) | → | :#(y,z) | (7) |
Using size-change termination in combination with the subterm criterion one obtains the following initial size-change graphs.
:#(:(x,y),z) | → | :#(y,z) | (5) |
1 | > | 1 | |
2 | ≥ | 2 | |
:#(:(x,y),z) | → | :#(x,:(y,z)) | (4) |
1 | > | 1 | |
:#(+(x,y),z) | → | :#(x,z) | (6) |
1 | > | 1 | |
2 | ≥ | 2 | |
:#(+(x,y),z) | → | :#(y,z) | (7) |
1 | > | 1 | |
2 | ≥ | 2 |
As there is no critical graph in the transitive closure, there are no infinite chains.