__#( __( X , Y ) , Z ) | → | __#( X , __( Y , Z ) ) |
__#( __( X , Y ) , Z ) | → | __#( Y , Z ) |
U11#( tt ) | → | U12#( tt ) |
isNePal#( __( I , __( P , I ) ) ) | → | U11#( tt ) |
The dependency pairs are split into 1 component(s).
__#( __( X , Y ) , Z ) | → | __#( Y , Z ) |
__#( __( X , Y ) , Z ) | → | __#( X , __( Y , Z ) ) |
Linear polynomial interpretation over the naturals
[__ (x1, x2) ] | = | x1 + x2 + 1 | |
[isNePal (x1) ] | = | 0 | |
[__# (x1, x2) ] | = | 2 x1 + x2 | |
[U11 (x1) ] | = | 0 | |
[nil] | = | 0 | |
[tt] | = | 0 | |
[U12 (x1) ] | = | 0 | |
[f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
none |
All dependency pairs have been removed.