The rewrite relation of the following TRS is considered.
a(b(x)) | → | b(a(x)) | (1) |
a(c(x)) | → | x | (2) |
a#(b(x)) | → | a#(x) | (3) |
The dependency pairs are split into 1 component.
a#(b(x)) | → | a#(x) | (3) |
[a(x1)] | = | 0 |
[b(x1)] | = | x1 + 1 |
[c(x1)] | = | 0 |
[a#(x1)] | = | x1 + 0 |
a#(b(x)) | → | a#(x) | (3) |
The dependency pairs are split into 0 components.