The rewrite relation of the following TRS is considered.
| a(x1) | → | b(b(x1)) | (1) |
| c(b(x1)) | → | d(x1) | (2) |
| e(b(x1)) | → | c(c(x1)) | (3) |
| d(b(x1)) | → | b(f(x1)) | (4) |
| f(x1) | → | a(e(x1)) | (5) |
| c(x1) | → | x1 | (6) |
| a(a(x1)) | → | f(x1) | (7) |
| c#(b(x1)) | → | d#(x1) | (8) |
| e#(b(x1)) | → | c#(c(x1)) | (9) |
| e#(b(x1)) | → | c#(x1) | (10) |
| d#(b(x1)) | → | f#(x1) | (11) |
| f#(x1) | → | a#(e(x1)) | (12) |
| f#(x1) | → | e#(x1) | (13) |
| a#(a(x1)) | → | f#(x1) | (14) |
| [c#(x1)] | = |
|
||||||||||||||||||
| [b(x1)] | = |
|
||||||||||||||||||
| [d#(x1)] | = |
|
||||||||||||||||||
| [e#(x1)] | = |
|
||||||||||||||||||
| [c(x1)] | = |
|
||||||||||||||||||
| [f#(x1)] | = |
|
||||||||||||||||||
| [a#(x1)] | = |
|
||||||||||||||||||
| [e(x1)] | = |
|
||||||||||||||||||
| [a(x1)] | = |
|
||||||||||||||||||
| [d(x1)] | = |
|
||||||||||||||||||
| [f(x1)] | = |
|
| c#(b(x1)) | → | d#(x1) | (8) |
The dependency pairs are split into 1 component.
| f#(x1) | → | a#(e(x1)) | (12) |
| a#(a(x1)) | → | f#(x1) | (14) |
| [f#(x1)] | = |
|
||||||||||||||||||
| [a#(x1)] | = |
|
||||||||||||||||||
| [e(x1)] | = |
|
||||||||||||||||||
| [a(x1)] | = |
|
||||||||||||||||||
| [b(x1)] | = |
|
||||||||||||||||||
| [c(x1)] | = |
|
||||||||||||||||||
| [d(x1)] | = |
|
||||||||||||||||||
| [f(x1)] | = |
|
| f#(x1) | → | a#(e(x1)) | (12) |
| [a(x1)] | = | 1 · x1 |
| [f#(x1)] | = | 1 · x1 |
| [a#(x1)] | = | 1 · x1 |
Using size-change termination in combination with the subterm criterion one obtains the following initial size-change graphs.
| a#(a(x1)) | → | f#(x1) | (14) |
| 1 | > | 1 |
As there is no critical graph in the transitive closure, there are no infinite chains.