Term Rewriting System R: [x] g(x, a, b) -> g(b, b, a) Termination of R to be shown. Removing the following rules from R which fullfill a polynomial ordering: g(x, a, b) -> g(b, b, a) where the Polynomial interpretation: POL(g(x_1, x_2, x_3)) = 2 + x_1 + 2*x_2 + x_3 POL(b) = 0 POL(a) = 1 was used. All Rules of R can be deleted. Termination of R successfully shown. Duration: 0.354 seconds.