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