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