__#( __( X , Y ) , Z ) | → | __#( X , __( Y , Z ) ) |
__#( __( X , Y ) , Z ) | → | __#( Y , Z ) |
U21#( tt , V2 ) | → | U22#( isList( activate( V2 ) ) ) |
U21#( tt , V2 ) | → | isList#( activate( V2 ) ) |
U21#( tt , V2 ) | → | activate#( V2 ) |
U41#( tt , V2 ) | → | U42#( isNeList( activate( V2 ) ) ) |
U41#( tt , V2 ) | → | isNeList#( activate( V2 ) ) |
U41#( tt , V2 ) | → | activate#( V2 ) |
U51#( tt , V2 ) | → | U52#( isList( activate( V2 ) ) ) |
U51#( tt , V2 ) | → | isList#( activate( V2 ) ) |
U51#( tt , V2 ) | → | activate#( V2 ) |
U71#( tt , P ) | → | U72#( isPal( activate( P ) ) ) |
U71#( tt , P ) | → | isPal#( activate( P ) ) |
U71#( tt , P ) | → | activate#( P ) |
isList#( V ) | → | U11#( isNeList( activate( V ) ) ) |
isList#( V ) | → | isNeList#( activate( V ) ) |
isList#( V ) | → | activate#( V ) |
isList#( n____( V1 , V2 ) ) | → | U21#( isList( activate( V1 ) ) , activate( V2 ) ) |
isList#( n____( V1 , V2 ) ) | → | isList#( activate( V1 ) ) |
isList#( n____( V1 , V2 ) ) | → | activate#( V1 ) |
isList#( n____( V1 , V2 ) ) | → | activate#( V2 ) |
isNeList#( V ) | → | U31#( isQid( activate( V ) ) ) |
isNeList#( V ) | → | isQid#( activate( V ) ) |
isNeList#( V ) | → | activate#( V ) |
isNeList#( n____( V1 , V2 ) ) | → | U41#( isList( activate( V1 ) ) , activate( V2 ) ) |
isNeList#( n____( V1 , V2 ) ) | → | isList#( activate( V1 ) ) |
isNeList#( n____( V1 , V2 ) ) | → | activate#( V1 ) |
isNeList#( n____( V1 , V2 ) ) | → | activate#( V2 ) |
isNeList#( n____( V1 , V2 ) ) | → | U51#( isNeList( activate( V1 ) ) , activate( V2 ) ) |
isNeList#( n____( V1 , V2 ) ) | → | isNeList#( activate( V1 ) ) |
isNeList#( n____( V1 , V2 ) ) | → | activate#( V1 ) |
isNeList#( n____( V1 , V2 ) ) | → | activate#( V2 ) |
isNePal#( V ) | → | U61#( isQid( activate( V ) ) ) |
isNePal#( V ) | → | isQid#( activate( V ) ) |
isNePal#( V ) | → | activate#( V ) |
isNePal#( n____( I , n____( P , I ) ) ) | → | U71#( isQid( activate( I ) ) , activate( P ) ) |
isNePal#( n____( I , n____( P , I ) ) ) | → | isQid#( activate( I ) ) |
isNePal#( n____( I , n____( P , I ) ) ) | → | activate#( I ) |
isNePal#( n____( I , n____( P , I ) ) ) | → | activate#( P ) |
isPal#( V ) | → | U81#( isNePal( activate( V ) ) ) |
isPal#( V ) | → | isNePal#( activate( V ) ) |
isPal#( V ) | → | activate#( V ) |
activate#( n__nil ) | → | nil# |
activate#( n____( X1 , X2 ) ) | → | __#( activate( X1 ) , activate( X2 ) ) |
activate#( n____( X1 , X2 ) ) | → | activate#( X1 ) |
activate#( n____( X1 , X2 ) ) | → | activate#( X2 ) |
activate#( n__a ) | → | a# |
activate#( n__e ) | → | e# |
activate#( n__i ) | → | i# |
activate#( n__o ) | → | o# |
activate#( n__u ) | → | u# |
The dependency pairs are split into 4 component(s).
U21#( tt , V2 ) | → | isList#( activate( V2 ) ) |
isList#( V ) | → | isNeList#( activate( V ) ) |
isNeList#( n____( V1 , V2 ) ) | → | U41#( isList( activate( V1 ) ) , activate( V2 ) ) |
U41#( tt , V2 ) | → | isNeList#( activate( V2 ) ) |
isNeList#( n____( V1 , V2 ) ) | → | isList#( activate( V1 ) ) |
isList#( n____( V1 , V2 ) ) | → | U21#( isList( activate( V1 ) ) , activate( V2 ) ) |
isList#( n____( V1 , V2 ) ) | → | isList#( activate( V1 ) ) |
isNeList#( n____( V1 , V2 ) ) | → | U51#( isNeList( activate( V1 ) ) , activate( V2 ) ) |
U51#( tt , V2 ) | → | isList#( activate( V2 ) ) |
isNeList#( n____( V1 , V2 ) ) | → | isNeList#( activate( V1 ) ) |
Linear polynomial interpretation over the naturals
[U81 (x1) ] | = | 1 | |
[isList# (x1) ] | = | 3 x1 + 1 | |
[__ (x1, x2) ] | = | x1 + x2 + 2 | |
[a] | = | 1 | |
[isNePal (x1) ] | = | 2 | |
[U22 (x1) ] | = | 3 | |
[i] | = | 2 | |
[activate (x1) ] | = | x1 | |
[U72 (x1) ] | = | 1 | |
[U21 (x1, x2) ] | = | x1 + 2 | |
[u] | = | 1 | |
[U71 (x1, x2) ] | = | 1 | |
[n__o] | = | 2 | |
[isNeList (x1) ] | = | x1 | |
[U52 (x1) ] | = | 1 | |
[isPal (x1) ] | = | x1 + 3 | |
[U11 (x1) ] | = | x1 | |
[n____ (x1, x2) ] | = | x1 + x2 + 2 | |
[isList (x1) ] | = | x1 | |
[U21# (x1, x2) ] | = | 3 x1 + 1 | |
[n__e] | = | 1 | |
[n__nil] | = | 1 | |
[U41 (x1, x2) ] | = | x1 + x2 + 2 | |
[U61 (x1) ] | = | 1 | |
[U41# (x1, x2) ] | = | x1 + 3 x2 | |
[U31 (x1) ] | = | x1 | |
[U51 (x1, x2) ] | = | 2 | |
[nil] | = | 1 | |
[tt] | = | 1 | |
[o] | = | 2 | |
[e] | = | 1 | |
[n__a] | = | 1 | |
[isNeList# (x1) ] | = | 3 x1 + 1 | |
[n__i] | = | 2 | |
[U51# (x1, x2) ] | = | x1 + 3 x2 | |
[isQid (x1) ] | = | x1 | |
[n__u] | = | 1 | |
[U42 (x1) ] | = | x1 + 3 | |
[f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
U21#( tt , V2 ) | → | isList#( activate( V2 ) ) |
isList#( V ) | → | isNeList#( activate( V ) ) |
U41#( tt , V2 ) | → | isNeList#( activate( V2 ) ) |
U51#( tt , V2 ) | → | isList#( activate( V2 ) ) |
The dependency pairs are split into 0 component(s).
U71#( tt , P ) | → | isPal#( activate( P ) ) |
isPal#( V ) | → | isNePal#( activate( V ) ) |
isNePal#( n____( I , n____( P , I ) ) ) | → | U71#( isQid( activate( I ) ) , activate( P ) ) |
Linear polynomial interpretation over the naturals
[U81 (x1) ] | = | x1 | |
[__ (x1, x2) ] | = | 2 x1 + x2 | |
[a] | = | 2 | |
[isPal# (x1) ] | = | 2 x1 | |
[isNePal (x1) ] | = | x1 | |
[U22 (x1) ] | = | 1 | |
[i] | = | 2 | |
[activate (x1) ] | = | x1 | |
[U72 (x1) ] | = | 2 | |
[U21 (x1, x2) ] | = | 1 | |
[u] | = | 2 | |
[U71 (x1, x2) ] | = | 3 x1 + 2 x2 | |
[n__o] | = | 1 | |
[isNeList (x1) ] | = | x1 | |
[U52 (x1) ] | = | 1 | |
[isPal (x1) ] | = | 2 x1 | |
[U11 (x1) ] | = | 1 | |
[n____ (x1, x2) ] | = | 2 x1 + x2 | |
[isList (x1) ] | = | 1 | |
[n__e] | = | 1 | |
[n__nil] | = | 2 | |
[U41 (x1, x2) ] | = | x1 | |
[U61 (x1) ] | = | x1 | |
[U31 (x1) ] | = | x1 | |
[U51 (x1, x2) ] | = | x1 + x2 | |
[nil] | = | 2 | |
[tt] | = | 1 | |
[o] | = | 1 | |
[e] | = | 1 | |
[n__a] | = | 2 | |
[n__i] | = | 2 | |
[isNePal# (x1) ] | = | 2 x1 | |
[isQid (x1) ] | = | x1 | |
[n__u] | = | 2 | |
[U71# (x1, x2) ] | = | 2 x1 + 2 x2 | |
[U42 (x1) ] | = | x1 | |
[f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
isPal#( V ) | → | isNePal#( activate( V ) ) |
isNePal#( n____( I , n____( P , I ) ) ) | → | U71#( isQid( activate( I ) ) , activate( P ) ) |
The dependency pairs are split into 0 component(s).
activate#( n____( X1 , X2 ) ) | → | activate#( X2 ) |
activate#( n____( X1 , X2 ) ) | → | activate#( X1 ) |
Linear polynomial interpretation over the naturals
[U81 (x1) ] | = | 0 | |
[__ (x1, x2) ] | = | 2 x1 + x2 + 2 | |
[a] | = | 2 | |
[isNePal (x1) ] | = | 2 x1 | |
[U22 (x1) ] | = | 0 | |
[i] | = | 3 | |
[activate (x1) ] | = | 2 x1 | |
[U72 (x1) ] | = | 3 | |
[U21 (x1, x2) ] | = | 0 | |
[u] | = | 0 | |
[U71 (x1, x2) ] | = | x1 + 3 | |
[n__o] | = | 1 | |
[isNeList (x1) ] | = | 2 x1 | |
[U52 (x1) ] | = | 2 | |
[isPal (x1) ] | = | 1 | |
[U11 (x1) ] | = | 0 | |
[n____ (x1, x2) ] | = | 2 x1 + x2 + 2 | |
[isList (x1) ] | = | 0 | |
[n__e] | = | 0 | |
[n__nil] | = | 1 | |
[U41 (x1, x2) ] | = | 0 | |
[U61 (x1) ] | = | 0 | |
[U31 (x1) ] | = | 0 | |
[U51 (x1, x2) ] | = | x1 + 3 | |
[nil] | = | 1 | |
[tt] | = | 0 | |
[o] | = | 1 | |
[e] | = | 0 | |
[n__a] | = | 1 | |
[n__i] | = | 2 | |
[activate# (x1) ] | = | 2 x1 | |
[isQid (x1) ] | = | 0 | |
[n__u] | = | 0 | |
[U42 (x1) ] | = | 0 | |
[f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
none |
All dependency pairs have been removed.
__#( __( X , Y ) , Z ) | → | __#( Y , Z ) |
__#( __( X , Y ) , Z ) | → | __#( X , __( Y , Z ) ) |
Linear polynomial interpretation over the naturals
[U81 (x1) ] | = | 0 | |
[__ (x1, x2) ] | = | 2 x1 + x2 + 2 | |
[a] | = | 3 | |
[isNePal (x1) ] | = | 0 | |
[U22 (x1) ] | = | 1 | |
[__# (x1, x2) ] | = | 2 x1 + x2 | |
[i] | = | 3 | |
[activate (x1) ] | = | 2 x1 | |
[U72 (x1) ] | = | 0 | |
[U21 (x1, x2) ] | = | x1 + 1 | |
[u] | = | 0 | |
[U71 (x1, x2) ] | = | 0 | |
[n__o] | = | 2 | |
[isNeList (x1) ] | = | 0 | |
[U52 (x1) ] | = | 0 | |
[isPal (x1) ] | = | 3 x1 | |
[U11 (x1) ] | = | 0 | |
[n____ (x1, x2) ] | = | 2 x1 + x2 + 2 | |
[isList (x1) ] | = | x1 | |
[n__e] | = | 2 | |
[n__nil] | = | 3 | |
[U41 (x1, x2) ] | = | 0 | |
[U61 (x1) ] | = | 0 | |
[U31 (x1) ] | = | 0 | |
[U51 (x1, x2) ] | = | 0 | |
[nil] | = | 3 | |
[tt] | = | 0 | |
[o] | = | 3 | |
[e] | = | 3 | |
[n__a] | = | 2 | |
[n__i] | = | 2 | |
[isQid (x1) ] | = | 0 | |
[n__u] | = | 0 | |
[U42 (x1) ] | = | 0 | |
[f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
none |
All dependency pairs have been removed.