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