g#( x , s( y ) ) | → | g#( f( x , y ) , 0 ) |
g#( s( x ) , y ) | → | g#( f( x , y ) , 0 ) |
g#( f( x , y ) , 0 ) | → | g#( x , 0 ) |
g#( f( x , y ) , 0 ) | → | g#( y , 0 ) |
The dependency pairs are split into 1 component(s).
g#( f( x , y ) , 0 ) | → | g#( x , 0 ) |
g#( s( x ) , y ) | → | g#( f( x , y ) , 0 ) |
g#( f( x , y ) , 0 ) | → | g#( y , 0 ) |
Linear polynomial interpretation over the naturals
[g# (x1, x2) ] | = | x1 + x2 | |
[g (x1, x2) ] | = | x1 + 2 x2 | |
[f (x1, x2) ] | = | x1 + x2 + 2 | |
[0] | = | 0 | |
[s (x1) ] | = | 2 x1 + 2 | |
[f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
g#( s( x ) , y ) | → | g#( f( x , y ) , 0 ) |
The dependency pairs are split into 0 component(s).