NO
by Hakusan
The rewrite relation of the following TRS is considered.
c | → | a |
b | → | b |
h(h(b,c),b) | → | f(f(h(b,c))) |
h(h(a,f(f(f(a)))),a) | → | h(h(f(h(c,h(c,f(b)))),b),c) |
a | → | h(h(f(h(b,c)),f(h(a,a))),a) |
t0 | = | h(h(a,f(f(f(a)))),a) |
→1.1 | h(h(h(h(f(h(b,c)),f(h(a,a))),a),f(f(f(a)))),a) | |
= | t1 |
t0 | = | h(h(a,f(f(f(a)))),a) |
→ε | h(h(f(h(c,h(c,f(b)))),b),c) | |
= | t1 |
Hakusan