We consider the TRS containing the following rules:
h(f(f(f(h(c,h(b,c))))),h(f(f(b)),b)) | → | f(h(b,f(a))) | (1) |
f(c) | → | b | (2) |
The underlying signature is as follows:
{h/2, f/1, c/0, b/0, a/0}h(f(f(f(h(c,h(b,c))))),h(f(f(b)),b)) | → | f(h(b,f(a))) | (1) |
f(c) | → | b | (2) |
h(f(f(f(h(c,h(b,c))))),h(f(f(b)),b)) | → | f(h(b,f(a))) | (1) |
f(c) | → | b | (2) |
There are no rules.