NO
by ACP
The rewrite relation of the following TRS is considered.
| c | → | h(a,h(f(f(f(f(c)))),h(a,h(b,b)))) |
| h(h(c,f(f(a))),f(b)) | → | a |
| h(c,f(f(c))) | → | f(f(a)) |
| h(f(h(c,b)),h(h(h(b,a),h(c,f(h(h(b,a),a)))),c)) | → | c |
| t0 | = | h(c,f(f(c))) |
| →2.1.1 | h(c,f(f(h(a,h(f(f(f(f(c)))),h(a,h(b,b))))))) | |
| = | t1 |
| t0 | = | h(c,f(f(c))) |
| →ε | f(f(a)) | |
| = | t1 |
| π(a) | = | [] |
| π(b) | = | [] |
| π(c) | = | [] |
| π(f) | = | [] |
| π(h) | = | [1,2] |
| prec(h) | = | 5 | stat(h) | = | mul | |
| prec(a) | = | 4 | stat(a) | = | mul | |
| prec(f) | = | 3 | stat(f) | = | mul | |
| prec(b) | = | 2 | stat(b) | = | mul | |
| prec(c) | = | 1 | stat(c) | = | mul |
ACP