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