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