| f#( x , g( y , z ) ) | → | f#( x , y ) |
| ++#( x , g( y , z ) ) | → | ++#( x , y ) |
| mem#( g( x , y ) , z ) | → | mem#( x , z ) |
| mem#( x , max( x ) ) | → | null#( x ) |
| max#( g( g( g( x , y ) , z ) , u ) ) | → | max#( g( g( x , y ) , z ) ) |
The dependency pairs are split into 4 component(s).
| f#( x , g( y , z ) ) | → | f#( x , y ) |
Linear polynomial interpretation over the naturals
| [max' (x1, x2) ] | = | 0 | |
| [++ (x1, x2) ] | = | 2 x1 + 2 x2 | |
| [or (x1, x2) ] | = | 0 | |
| [f# (x1, x2) ] | = | 2 x1 | |
| [= (x1, x2) ] | = | 0 | |
| [nil] | = | 3 | |
| [mem (x1, x2) ] | = | 2 x1 | |
| [true] | = | 0 | |
| [max (x1) ] | = | 0 | |
| [u] | = | 0 | |
| [g (x1, x2) ] | = | x1 + 3 | |
| [false] | = | 0 | |
| [f (x1, x2) ] | = | 3 x1 | |
| [null (x1) ] | = | 1 | |
| [not (x1) ] | = | 0 | |
| [f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
| none |
All dependency pairs have been removed.
| ++#( x , g( y , z ) ) | → | ++#( x , y ) |
Linear polynomial interpretation over the naturals
| [max' (x1, x2) ] | = | 0 | |
| [++ (x1, x2) ] | = | 2 x1 + 2 x2 | |
| [or (x1, x2) ] | = | 0 | |
| [= (x1, x2) ] | = | 0 | |
| [nil] | = | 3 | |
| [mem (x1, x2) ] | = | 2 x1 | |
| [++# (x1, x2) ] | = | 2 x1 | |
| [true] | = | 0 | |
| [max (x1) ] | = | 0 | |
| [u] | = | 0 | |
| [g (x1, x2) ] | = | x1 + 3 | |
| [false] | = | 0 | |
| [f (x1, x2) ] | = | 3 x1 | |
| [null (x1) ] | = | 1 | |
| [not (x1) ] | = | 0 | |
| [f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
| none |
All dependency pairs have been removed.
| mem#( g( x , y ) , z ) | → | mem#( x , z ) |
Linear polynomial interpretation over the naturals
| [max' (x1, x2) ] | = | 0 | |
| [++ (x1, x2) ] | = | 2 x1 + 2 x2 | |
| [or (x1, x2) ] | = | 0 | |
| [= (x1, x2) ] | = | 0 | |
| [nil] | = | 3 | |
| [mem (x1, x2) ] | = | 2 x1 | |
| [true] | = | 0 | |
| [max (x1) ] | = | 0 | |
| [u] | = | 0 | |
| [g (x1, x2) ] | = | x1 + 3 | |
| [false] | = | 0 | |
| [f (x1, x2) ] | = | 3 x1 | |
| [null (x1) ] | = | 1 | |
| [mem# (x1, x2) ] | = | 2 x1 | |
| [not (x1) ] | = | 0 | |
| [f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
| none |
All dependency pairs have been removed.
| max#( g( g( g( x , y ) , z ) , u ) ) | → | max#( g( g( x , y ) , z ) ) |
Linear polynomial interpretation over the naturals
| [max' (x1, x2) ] | = | 1 | |
| [++ (x1, x2) ] | = | x1 + x2 | |
| [or (x1, x2) ] | = | x1 | |
| [= (x1, x2) ] | = | 1 | |
| [nil] | = | 3 | |
| [mem (x1, x2) ] | = | 2 x1 + 3 x2 + 2 | |
| [true] | = | 0 | |
| [max (x1) ] | = | 1 | |
| [g (x1, x2) ] | = | x1 + 2 | |
| [u] | = | 0 | |
| [false] | = | 1 | |
| [f (x1, x2) ] | = | 3 x1 + 3 x2 | |
| [null (x1) ] | = | x1 + 2 | |
| [max# (x1) ] | = | x1 | |
| [not (x1) ] | = | 2 x1 + 1 | |
| [f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
| none |
All dependency pairs have been removed.