The rewrite relation of the following TRS is considered.
t(o(x1)) | → | m(a(x1)) | (1) |
t(e(x1)) | → | n(s(x1)) | (2) |
a(l(x1)) | → | a(t(x1)) | (3) |
o(m(a(x1))) | → | t(e(n(x1))) | (4) |
s(a(x1)) | → | l(a(t(o(m(a(t(e(x1)))))))) | (5) |
n(s(x1)) | → | a(l(a(t(x1)))) | (6) |
t#(o(x1)) | → | a#(x1) | (7) |
t#(e(x1)) | → | n#(s(x1)) | (8) |
t#(e(x1)) | → | s#(x1) | (9) |
a#(l(x1)) | → | a#(t(x1)) | (10) |
a#(l(x1)) | → | t#(x1) | (11) |
o#(m(a(x1))) | → | t#(e(n(x1))) | (12) |
o#(m(a(x1))) | → | n#(x1) | (13) |
s#(a(x1)) | → | a#(t(o(m(a(t(e(x1))))))) | (14) |
s#(a(x1)) | → | t#(o(m(a(t(e(x1)))))) | (15) |
s#(a(x1)) | → | o#(m(a(t(e(x1))))) | (16) |
s#(a(x1)) | → | a#(t(e(x1))) | (17) |
s#(a(x1)) | → | t#(e(x1)) | (18) |
n#(s(x1)) | → | a#(l(a(t(x1)))) | (19) |
n#(s(x1)) | → | a#(t(x1)) | (20) |
n#(s(x1)) | → | t#(x1) | (21) |
[n#(x1)] | = | -1 + 2 · x1 |
[a#(x1)] | = | 2 · x1 |
[n(x1)] | = | -1 + x1 |
[t#(x1)] | = | -1 + 2 · x1 |
[o#(x1)] | = | 1 + 2 · x1 |
[a(x1)] | = | x1 |
[m(x1)] | = | x1 |
[s(x1)] | = | 1 + x1 |
[l(x1)] | = | x1 |
[t(x1)] | = | -1 + x1 |
[o(x1)] | = | 1 + x1 |
[e(x1)] | = | 1 + x1 |
[s#(x1)] | = | 1 + 2 · x1 |
t#(o(x1)) | → | a#(x1) | (7) |
o#(m(a(x1))) | → | n#(x1) | (13) |
s#(a(x1)) | → | a#(t(o(m(a(t(e(x1))))))) | (14) |
s#(a(x1)) | → | a#(t(e(x1))) | (17) |
n#(s(x1)) | → | a#(l(a(t(x1)))) | (19) |
n#(s(x1)) | → | a#(t(x1)) | (20) |
n#(s(x1)) | → | t#(x1) | (21) |
The dependency pairs are split into 2 components.
a#(l(x1)) | → | a#(t(x1)) | (10) |
[a#(x1)] | = | x1 |
[t(x1)] | = | 2 · x1 |
[o(x1)] | = | 1 + x1 |
[m(x1)] | = | -2 + 2 · x1 |
[a(x1)] | = | 2 |
[e(x1)] | = | 1 |
[n(x1)] | = | 2 |
[s(x1)] | = | 0 |
[l(x1)] | = | 2 + 2 · x1 |
t(o(x1)) | → | m(a(x1)) | (1) |
t(e(x1)) | → | n(s(x1)) | (2) |
a(l(x1)) | → | a(t(x1)) | (3) |
n(s(x1)) | → | a(l(a(t(x1)))) | (6) |
a#(l(x1)) | → | a#(t(x1)) | (10) |
There are no pairs anymore.
t#(e(x1)) | → | s#(x1) | (9) |
s#(a(x1)) | → | o#(m(a(t(e(x1))))) | (16) |
o#(m(a(x1))) | → | t#(e(n(x1))) | (12) |
s#(a(x1)) | → | t#(e(x1)) | (18) |
[t#(x1)] | = |
|
||||||||||||||||||
[e(x1)] | = |
|
||||||||||||||||||
[s#(x1)] | = |
|
||||||||||||||||||
[a(x1)] | = |
|
||||||||||||||||||
[o#(x1)] | = |
|
||||||||||||||||||
[m(x1)] | = |
|
||||||||||||||||||
[t(x1)] | = |
|
||||||||||||||||||
[n(x1)] | = |
|
||||||||||||||||||
[s(x1)] | = |
|
||||||||||||||||||
[l(x1)] | = |
|
||||||||||||||||||
[o(x1)] | = |
|
s#(a(x1)) | → | o#(m(a(t(e(x1))))) | (16) |
The dependency pairs are split into 1 component.
s#(a(x1)) | → | t#(e(x1)) | (18) |
t#(e(x1)) | → | s#(x1) | (9) |
[a(x1)] | = | 1 · x1 |
[e(x1)] | = | 1 · x1 |
[t#(x1)] | = | 1 · x1 |
[s#(x1)] | = | 1 · x1 |
[s#(x1)] | = | 1 · x1 |
[a(x1)] | = | 1 + 1 · x1 |
[t#(x1)] | = | 1 · x1 |
[e(x1)] | = | 1 + 1 · x1 |
t#(e(x1)) | → | s#(x1) | (9) |
[s#(x1)] | = | 1 + 1 · x1 |
[a(x1)] | = | 1 + 1 · x1 |
[t#(x1)] | = | 1 + 1 · x1 |
[e(x1)] | = | 1 · x1 |
s#(a(x1)) | → | t#(e(x1)) | (18) |
There are no pairs anymore.