The relative rewrite relation R/S is considered where R is the following TRS
a(c(c(x1))) | → | c(c(a(x1))) | (1) |
a(b(b(x1))) | → | b(b(a(x1))) | (2) |
a(a(c(x1))) | → | b(b(a(x1))) | (3) |
b(c(a(x1))) | → | a(c(c(x1))) | (4) |
and S is the following TRS.
b(a(a(x1))) | → | a(a(a(x1))) | (5) |
a(c(a(x1))) | → | a(c(b(x1))) | (6) |
t0 | = | b(b(a(a(c(a(c(a(x1)))))))) |
→S | b(b(a(a(c(b(c(a(x1)))))))) | |
→R | b(b(a(a(c(a(c(c(x1)))))))) | |
→R | b(b(a(a(c(c(c(a(x1)))))))) | |
→S | b(a(a(a(c(c(c(a(x1)))))))) | |
→R | b(a(a(c(c(a(c(a(x1)))))))) | |
→S | a(a(a(c(c(a(c(a(x1)))))))) | |
→R | a(b(b(a(c(a(c(a(x1)))))))) | |
→R | b(b(a(a(c(a(c(a(x1)))))))) | |
= | t8 |