first#( s( X ) , cons( Y , Z ) ) | → | activate#( Z ) |
activate#( n__first( X1 , X2 ) ) | → | first#( X1 , X2 ) |
activate#( n__from( X ) ) | → | from#( X ) |
The dependency pairs are split into 1 component(s).
activate#( n__first( X1 , X2 ) ) | → | first#( X1 , X2 ) |
first#( s( X ) , cons( Y , Z ) ) | → | activate#( Z ) |
Linear polynomial interpretation over the naturals
[from (x1) ] | = | 3 | |
[activate# (x1) ] | = | x1 | |
[first (x1, x2) ] | = | 3 x1 + 3 x2 + 2 | |
[n__from (x1) ] | = | 0 | |
[first# (x1, x2) ] | = | 3 x1 + 3 x2 + 2 | |
[s (x1) ] | = | 3 x1 + 2 | |
[0] | = | 0 | |
[nil] | = | 1 | |
[cons (x1, x2) ] | = | x1 + 3 | |
[n__first (x1, x2) ] | = | 3 x1 + 3 x2 + 2 | |
[activate (x1) ] | = | x1 + 3 | |
[f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
activate#( n__first( X1 , X2 ) ) | → | first#( X1 , X2 ) |
The dependency pairs are split into 0 component(s).