The rewrite relation of the following TRS is considered.
d(x) | → | e(u(x)) | (1) |
d(u(x)) | → | c(x) | (2) |
c(u(x)) | → | b(x) | (3) |
v(e(x)) | → | x | (4) |
b(u(x)) | → | a(e(x)) | (5) |
c#(u(x)) | → | b#(x) | (6) |
d#(u(x)) | → | c#(x) | (7) |
The dependency pairs are split into 0 components.