| g#( a ) | → | g#( b ) |
| g#( a ) | → | b# |
| b# | → | f#( a , a ) |
| f#( a , a ) | → | g#( d ) |
The dependency pairs are split into 1 component(s).
| g#( a ) | → | g#( b ) |
Linear polynomial interpretation over the naturals
| [d] | = | 0 | |
| [b] | = | 1 | |
| [g# (x1) ] | = | 3 x1 | |
| [a] | = | 2 | |
| [f (x1, x2) ] | = | 1 | |
| [g (x1) ] | = | 0 | |
| [f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
| none |
All dependency pairs have been removed.