The rewrite relation of the following TRS is considered.
| f(g(x),y,y) | → | g(f(x,x,y)) | (1) |
| prec(f) | = | 1 | stat(f) | = | mul | |
| prec(g) | = | 0 | stat(g) | = | mul |
| π(f) | = | [1,2,3] |
| π(g) | = | [1] |
| f(g(x),y,y) | → | g(f(x,x,y)) | (1) |
There are no rules in the TRS. Hence, it is terminating.