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