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