| f#( s( 0 ) ) | → | f#( p( s( 0 ) ) ) |
| f#( s( 0 ) ) | → | p#( s( 0 ) ) |
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 | |
| [cons (x1) ] | = | 0 | |
| [f# (x1) ] | = | x1 | |
| [p (x1) ] | = | 0 | |
| [f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
| none |
All dependency pairs have been removed.