The rewrite relation of the following TRS is considered.
f(x,f(a,y)) | → | f(a,f(f(a,h(f(a,x))),y)) | (1) |
f#(x,f(a,y)) | → | f#(a,x) | (2) |
f#(x,f(a,y)) | → | f#(a,h(f(a,x))) | (3) |
f#(x,f(a,y)) | → | f#(f(a,h(f(a,x))),y) | (4) |
f#(x,f(a,y)) | → | f#(a,f(f(a,h(f(a,x))),y)) | (5) |
The dependency pairs are split into 1 component.
f#(x,f(a,y)) | → | f#(f(a,h(f(a,x))),y) | (4) |
f#(x,f(a,y)) | → | f#(a,f(f(a,h(f(a,x))),y)) | (5) |
f#(x,f(a,y)) | → | f#(a,x) | (2) |
[f(x1, x2)] | = | 0 · x1 + 4 · x2 + 1 |
[f#(x1, x2)] | = | 4 · x1 + 4 · x2 + 0 |
[a] | = | 0 |
[h(x1)] | = | 0 · x1 + 0 |
f(x,f(a,y)) | → | f(a,f(f(a,h(f(a,x))),y)) | (1) |
f#(x,f(a,y)) | → | f#(a,x) | (2) |
π(f#) | = | { 2, 2 } |
π(f) | = | { 2, 2 } |
f#(x,f(a,y)) | → | f#(f(a,h(f(a,x))),y) | (4) |
[f(x1, x2)] | = |
|
|||||||||||||||||||||
[f#(x1, x2)] | = |
|
|||||||||||||||||||||
[a] | = |
|
|||||||||||||||||||||
[h(x1)] | = |
|
f(x,f(a,y)) | → | f(a,f(f(a,h(f(a,x))),y)) | (1) |
f#(x,f(a,y)) | → | f#(a,f(f(a,h(f(a,x))),y)) | (5) |
There are no pairs anymore.