The rewrite relation of the following TRS is considered.
g(X) | → | u(h(X),h(X),X) | (1) |
u(d,c(Y),X) | → | k(Y) | (2) |
h(d) | → | c(a) | (3) |
h(d) | → | c(b) | (4) |
f(k(a),k(b),X) | → | f(X,X,X) | (5) |
t0 | = | f(u(d,h(d),X'),u(d,h(d),X'),u(d,h(d),X')) |
→ | f(u(d,h(d),X'),u(d,c(b),X'),u(d,h(d),X')) | |
→ | f(u(d,h(d),X'),k(b),u(d,h(d),X')) | |
→ | f(u(d,c(a),X'),k(b),u(d,h(d),X')) | |
→ | f(k(a),k(b),u(d,h(d),X')) | |
→ | f(u(d,h(d),X'),u(d,h(d),X'),u(d,h(d),X')) | |
= | t5 |