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