The rewrite relation of the following equational TRS is considered.
f(g(g(x)),x) | → | f(g(x),g(x)) | (1) |
f(f(x,x),g(x)) | → | f(x,h(x)) | (2) |
Associative symbols: f
Commutative symbols: f
[f(x1, x2)] | = | 2 + 1 · x2 + 1 · x1 |
[g(x1)] | = | 3 + 2 · x1 · x1 |
[h(x1)] | = | 2 · x1 · x1 |
f(g(g(x)),x) | → | f(g(x),g(x)) | (1) |
f(f(x,x),g(x)) | → | f(x,h(x)) | (2) |
There are no rules in the TRS. Hence, it is AC-terminating.