We consider two TRSs R and S where R contains the rules
f(x) | → | f(f(x)) | (1) |
g(x) | → | f(x) | (2) |
f(x) | → | g(x) | (3) |
and S contains the following rules:
f(c) | → | g(c) | (4) |
g(c) | → | f(c) | (5) |
c | → | d | (6) |
The underlying signature is as follows:
{c/0, d/0, f/1, g/1}