We consider the TRS containing the following rules:
b(a(b(b(x)))) | → | b(b(b(a(b(x))))) | (1) |
b(a(a(b(b(x))))) | → | b(a(b(b(a(a(b(x))))))) | (2) |
b(a(a(a(b(b(x)))))) | → | b(a(a(b(b(a(a(a(b(x))))))))) | (3) |
The underlying signature is as follows:
{b/1, a/1}