The rewrite relation of the following equational TRS is considered.
times(plus(x,y),z) | → | plus(times(x,z),times(y,z)) | (1) |
times(z,plus(x,f(y))) | → | times(g(z,y),plus(x,a)) | (2) |
Associative symbols: plus, times
Commutative symbols: plus, times
The following set of (strict) dependency pairs is constructed for the TRS.
times#(plus(x,y),z) | → | times#(x,z) | (10) |
times#(plus(x,y),z) | → | times#(y,z) | (11) |
times#(z,plus(x,f(y))) | → | times#(g(z,y),plus(x,a)) | (12) |
times#(times(plus(x,y),z),ext) | → | times#(plus(times(x,z),times(y,z)),ext) | (13) |
times#(times(plus(x,y),z),ext) | → | times#(x,z) | (14) |
times#(times(plus(x,y),z),ext) | → | times#(y,z) | (15) |
times#(times(z,plus(x,f(y))),ext) | → | times#(times(g(z,y),plus(x,a)),ext) | (16) |
times#(times(z,plus(x,f(y))),ext) | → | times#(g(z,y),plus(x,a)) | (17) |
times(times(plus(x,y),z),ext) | → | times(plus(times(x,z),times(y,z)),ext) | (18) |
times(times(z,plus(x,f(y))),ext) | → | times(times(g(z,y),plus(x,a)),ext) | (19) |
[times#(x1, x2)] | = | 1 · x2 + 1 · x1 + 1 · x1 · x2 |
[plus(x1, x2)] | = | 1 + 1 · x2 + 1 · x1 |
[f(x1)] | = | 1 + 1 · x1 |
[g(x1, x2)] | = | 0 |
[a] | = | 0 |
[times(x1, x2)] | = | 1 · x2 + 1 · x1 + 1 · x1 · x2 |
times(z,plus(x,f(y))) | → | times(g(z,y),plus(x,a)) | (2) |
times(times(plus(x,y),z),ext) | → | times(plus(times(x,z),times(y,z)),ext) | (18) |
times(times(z,plus(x,f(y))),ext) | → | times(times(g(z,y),plus(x,a)),ext) | (19) |
times(plus(x,y),z) | → | plus(times(x,z),times(y,z)) | (1) |
times(x,y) | → | times(y,x) | (4) |
times(times(x,y),z) | → | times(x,times(y,z)) | (6) |
plus(plus(x,y),z) | → | plus(x,plus(y,z)) | (5) |
plus(x,y) | → | plus(y,x) | (3) |
times#(plus(x,y),z) | → | times#(x,z) | (10) |
times#(plus(x,y),z) | → | times#(y,z) | (11) |
times#(z,plus(x,f(y))) | → | times#(g(z,y),plus(x,a)) | (12) |
times#(times(plus(x,y),z),ext) | → | times#(x,z) | (14) |
times#(times(plus(x,y),z),ext) | → | times#(y,z) | (15) |
times#(times(z,plus(x,f(y))),ext) | → | times#(times(g(z,y),plus(x,a)),ext) | (16) |
times#(times(z,plus(x,f(y))),ext) | → | times#(g(z,y),plus(x,a)) | (17) |
[times#(x1, x2)] | = | 2 · x1 + 2 · x2 |
[times(x1, x2)] | = | 1 + 1 · x1 + 1 · x2 |
[plus(x1, x2)] | = | 3 |
[f(x1)] | = | 0 |
[g(x1, x2)] | = | 1 · x1 |
[a] | = | 0 |
times(z,plus(x,f(y))) | → | times(g(z,y),plus(x,a)) | (2) |
times(times(plus(x,y),z),ext) | → | times(plus(times(x,z),times(y,z)),ext) | (18) |
times(times(z,plus(x,f(y))),ext) | → | times(times(g(z,y),plus(x,a)),ext) | (19) |
times(plus(x,y),z) | → | plus(times(x,z),times(y,z)) | (1) |
plus(plus(x,y),z) | → | plus(x,plus(y,z)) | (5) |
plus(x,y) | → | plus(y,x) | (3) |
times(x,y) | → | times(y,x) | (4) |
times(times(x,y),z) | → | times(x,times(y,z)) | (6) |
times#(times(plus(x,y),z),ext) | → | times#(plus(times(x,z),times(y,z)),ext) | (13) |
times#(times(x,y),z) | → | times#(y,z) | (9) |