Term Rewriting System R:
[x]
g(x, a, b) -> g(b, b, a)
Innermost Termination of R to be shown.
R
↳Removing Redundant Rules
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(x1, x2, x3)) | = x1 + 2·x2 + x3 |
POL(b) | = 0 |
POL(a) | = 1 |
was used.
All Rules of R can be deleted.
R
↳RRRPolo
→TRS2
↳Dependency Pair Analysis
R contains no Dependency Pairs and therefore no SCCs.
Innermost Termination of R successfully shown.
Duration:
0:00 minutes