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