and S is the following TRS.
c(c(a(a(a(a(x1)))))) |
→ |
c(c(a(a(b(b(a(a(x1)))))))) |
(13) |
c(b(a(a(a(a(x1)))))) |
→ |
c(b(a(a(b(b(a(a(x1)))))))) |
(14) |
c(a(a(a(a(a(x1)))))) |
→ |
c(a(a(a(b(b(a(a(x1)))))))) |
(15) |
b(c(a(a(a(a(x1)))))) |
→ |
b(c(a(a(b(b(a(a(x1)))))))) |
(16) |
b(b(a(a(a(a(x1)))))) |
→ |
b(b(a(a(b(b(a(a(x1)))))))) |
(17) |
b(a(a(a(a(a(x1)))))) |
→ |
b(a(a(a(b(b(a(a(x1)))))))) |
(18) |
a(c(a(a(a(a(x1)))))) |
→ |
a(c(a(a(b(b(a(a(x1)))))))) |
(19) |
a(b(a(a(a(a(x1)))))) |
→ |
a(b(a(a(b(b(a(a(x1)))))))) |
(20) |
a(a(a(a(a(a(x1)))))) |
→ |
a(a(a(a(b(b(a(a(x1)))))))) |
(21) |
c(c(a(a(c(c(b(b(x1)))))))) |
→ |
c(c(b(b(a(a(b(b(a(a(x1)))))))))) |
(22) |
c(c(b(b(x1)))) |
→ |
c(c(b(b(c(c(x1)))))) |
(23) |
c(b(a(a(c(c(b(b(x1)))))))) |
→ |
c(b(b(b(a(a(b(b(a(a(x1)))))))))) |
(24) |
c(b(b(b(x1)))) |
→ |
c(b(b(b(c(c(x1)))))) |
(25) |
c(a(a(a(c(c(b(b(x1)))))))) |
→ |
c(a(b(b(a(a(b(b(a(a(x1)))))))))) |
(26) |
c(a(b(b(x1)))) |
→ |
c(a(b(b(c(c(x1)))))) |
(27) |
b(c(a(a(c(c(b(b(x1)))))))) |
→ |
b(c(b(b(a(a(b(b(a(a(x1)))))))))) |
(28) |
b(c(b(b(x1)))) |
→ |
b(c(b(b(c(c(x1)))))) |
(29) |
b(b(a(a(c(c(b(b(x1)))))))) |
→ |
b(b(b(b(a(a(b(b(a(a(x1)))))))))) |
(30) |
b(b(b(b(x1)))) |
→ |
b(b(b(b(c(c(x1)))))) |
(31) |
b(a(a(a(c(c(b(b(x1)))))))) |
→ |
b(a(b(b(a(a(b(b(a(a(x1)))))))))) |
(32) |
b(a(b(b(x1)))) |
→ |
b(a(b(b(c(c(x1)))))) |
(33) |
a(c(a(a(c(c(b(b(x1)))))))) |
→ |
a(c(b(b(a(a(b(b(a(a(x1)))))))))) |
(34) |
a(c(b(b(x1)))) |
→ |
a(c(b(b(c(c(x1)))))) |
(35) |
a(b(a(a(c(c(b(b(x1)))))))) |
→ |
a(b(b(b(a(a(b(b(a(a(x1)))))))))) |
(36) |
a(b(b(b(x1)))) |
→ |
a(b(b(b(c(c(x1)))))) |
(37) |
a(a(a(a(c(c(b(b(x1)))))))) |
→ |
a(a(b(b(a(a(b(b(a(a(x1)))))))))) |
(38) |
a(a(b(b(x1)))) |
→ |
a(a(b(b(c(c(x1)))))) |
(39) |
As carrier we take the set
{0,...,8}.
Symbols are labeled by the interpretation of their arguments using the interpretations
(modulo 9):
There are 243 ruless (increase limit for explicit display).
There are 204 ruless (increase limit for explicit display).
There are no rules in the TRS. Hence, it is terminating.
There are no rules in the TRS. Hence, it is terminating.