The rewrite relation of the following TRS is considered.
f(f(f(a,x),y),z) | → | f(f(x,z),f(y,z)) | (1) |
f(f(b,x),y) | → | x | (2) |
f(c,y) | → | y | (3) |
t0 | = | f(f(f(a,f(a,x75)),c),f(f(a,f(a,x75)),c)) |
→ | f(f(f(a,x75),f(f(a,f(a,x75)),c)),f(c,f(f(a,f(a,x75)),c))) | |
→ | f(f(x75,f(c,f(f(a,f(a,x75)),c))),f(f(f(a,f(a,x75)),c),f(c,f(f(a,f(a,x75)),c)))) | |
→ | f(f(x75,f(c,f(f(a,f(a,x75)),c))),f(f(f(a,f(a,x75)),c),f(f(a,f(a,x75)),c))) | |
= | t3 |