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