The rewrite relation of the following TRS is considered.
f(f(a,a),x) | → | f(f(x,a),f(a,f(a,a))) | (1) |
final states:
{3}
transitions:
a1 | → | 8 |
f1(10,8) | → | 11 |
f1(8,9) | → | 10 |
f1(9,10) | → | 11 |
f1(3,8) | → | 11 |
f1(8,8) | → | 9 |
f1(11,10) | → | 3 |
a0 | → | 3 |
a2 | → | 12 |
f0(3,3) | → | 3 |
f2(10,12) | → | 15 |
f2(12,12) | → | 13 |
f2(12,13) | → | 14 |
f2(15,14) | → | 11 |