The rewrite relation of the following TRS is considered.
| a(a(x1)) | → | b(b(x1)) | (1) |
| c(c(b(x1))) | → | d(c(a(x1))) | (2) |
| a(x1) | → | d(c(c(x1))) | (3) |
| c(d(x1)) | → | b(c(x1)) | (4) |
| a(a(x1)) | → | b(b(x1)) | (1) |
| b(c(c(x1))) | → | a(c(d(x1))) | (5) |
| a(x1) | → | c(c(d(x1))) | (6) |
| d(c(x1)) | → | c(b(x1)) | (7) |
| [b(x1)] | = |
|
||||||||||||||||||||||||
| [d(x1)] | = |
|
||||||||||||||||||||||||
| [a(x1)] | = |
|
||||||||||||||||||||||||
| [c(x1)] | = |
|
| a(a(x1)) | → | b(b(x1)) | (1) |
| b#(c(c(x1))) | → | d#(x1) | (8) |
| b#(c(c(x1))) | → | a#(c(d(x1))) | (9) |
| a#(x1) | → | d#(x1) | (10) |
| d#(c(x1)) | → | b#(x1) | (11) |
| [b#(x1)] | = |
|
||||||||||||||||||||||||
| [b(x1)] | = |
|
||||||||||||||||||||||||
| [d(x1)] | = |
|
||||||||||||||||||||||||
| [d#(x1)] | = |
|
||||||||||||||||||||||||
| [a(x1)] | = |
|
||||||||||||||||||||||||
| [a#(x1)] | = |
|
||||||||||||||||||||||||
| [c(x1)] | = |
|
| b(c(c(x1))) | → | a(c(d(x1))) | (5) |
| a(x1) | → | c(c(d(x1))) | (6) |
| d(c(x1)) | → | c(b(x1)) | (7) |
| b#(c(c(x1))) | → | d#(x1) | (8) |
| a#(x1) | → | d#(x1) | (10) |
The dependency pairs are split into 0 components.