minus#( s( x ) , s( y ) ) | → | minus#( x , y ) |
quot#( s( x ) , s( y ) ) | → | quot#( minus( x , y ) , s( y ) ) |
quot#( s( x ) , s( y ) ) | → | minus#( x , y ) |
app#( add( n , x ) , y ) | → | app#( x , y ) |
reverse#( add( n , x ) ) | → | app#( reverse( x ) , add( n , nil ) ) |
reverse#( add( n , x ) ) | → | reverse#( x ) |
shuffle#( add( n , x ) ) | → | shuffle#( reverse( x ) ) |
shuffle#( add( n , x ) ) | → | reverse#( x ) |
concat#( cons( u , v ) , y ) | → | concat#( v , y ) |
less_leaves#( cons( u , v ) , cons( w , z ) ) | → | less_leaves#( concat( u , v ) , concat( w , z ) ) |
less_leaves#( cons( u , v ) , cons( w , z ) ) | → | concat#( u , v ) |
less_leaves#( cons( u , v ) , cons( w , z ) ) | → | concat#( w , z ) |
The dependency pairs are split into 7 component(s).
quot#( s( x ) , s( y ) ) | → | quot#( minus( x , y ) , s( y ) ) |
Linear polynomial interpretation over the naturals
[minus (x1, x2) ] | = | x1 | |
[concat (x1, x2) ] | = | 2 x1 + 3 | |
[leaf] | = | 0 | |
[quot# (x1, x2) ] | = | 2 x1 | |
[quot (x1, x2) ] | = | 2 x1 | |
[0] | = | 2 | |
[less_leaves (x1, x2) ] | = | 3 | |
[nil] | = | 3 | |
[shuffle (x1) ] | = | 3 | |
[cons (x1, x2) ] | = | 0 | |
[reverse (x1) ] | = | 3 x1 + 3 | |
[true] | = | 2 | |
[false] | = | 2 | |
[app (x1, x2) ] | = | x1 | |
[add (x1, x2) ] | = | x1 | |
[s (x1) ] | = | x1 + 1 | |
[f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
none |
All dependency pairs have been removed.
minus#( s( x ) , s( y ) ) | → | minus#( x , y ) |
Linear polynomial interpretation over the naturals
[minus (x1, x2) ] | = | x1 | |
[concat (x1, x2) ] | = | 2 x1 + x2 | |
[leaf] | = | 0 | |
[quot (x1, x2) ] | = | x1 | |
[0] | = | 0 | |
[less_leaves (x1, x2) ] | = | 1 | |
[nil] | = | 0 | |
[shuffle (x1) ] | = | 0 | |
[cons (x1, x2) ] | = | 3 x1 + 2 | |
[reverse (x1) ] | = | 2 | |
[true] | = | 0 | |
[false] | = | 1 | |
[app (x1, x2) ] | = | 2 x1 + 1 | |
[add (x1, x2) ] | = | 0 | |
[s (x1) ] | = | 2 x1 + 1 | |
[minus# (x1, x2) ] | = | 2 x1 + 2 x2 | |
[f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
none |
All dependency pairs have been removed.
shuffle#( add( n , x ) ) | → | shuffle#( reverse( x ) ) |
Linear polynomial interpretation over the naturals
[minus (x1, x2) ] | = | 2 x1 + 2 x2 | |
[concat (x1, x2) ] | = | 2 x1 + 2 x2 | |
[leaf] | = | 0 | |
[quot (x1, x2) ] | = | 0 | |
[0] | = | 0 | |
[less_leaves (x1, x2) ] | = | 2 | |
[nil] | = | 0 | |
[shuffle (x1) ] | = | 2 x1 + 2 | |
[cons (x1, x2) ] | = | x1 | |
[reverse (x1) ] | = | x1 | |
[true] | = | 2 | |
[shuffle# (x1) ] | = | x1 | |
[false] | = | 0 | |
[app (x1, x2) ] | = | x1 + x2 | |
[add (x1, x2) ] | = | 3 x1 + x2 + 1 | |
[s (x1) ] | = | 2 x1 | |
[f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
none |
All dependency pairs have been removed.
reverse#( add( n , x ) ) | → | reverse#( x ) |
Linear polynomial interpretation over the naturals
[minus (x1, x2) ] | = | x1 + 3 x2 | |
[concat (x1, x2) ] | = | 2 x1 + x2 | |
[reverse# (x1) ] | = | x1 | |
[leaf] | = | 0 | |
[quot (x1, x2) ] | = | 0 | |
[0] | = | 0 | |
[less_leaves (x1, x2) ] | = | 0 | |
[nil] | = | 0 | |
[shuffle (x1) ] | = | 2 x1 | |
[cons (x1, x2) ] | = | x1 | |
[reverse (x1) ] | = | x1 | |
[true] | = | 0 | |
[false] | = | 0 | |
[app (x1, x2) ] | = | x1 + x2 | |
[add (x1, x2) ] | = | 3 x1 + x2 + 2 | |
[s (x1) ] | = | x1 | |
[f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
none |
All dependency pairs have been removed.
app#( add( n , x ) , y ) | → | app#( x , y ) |
Linear polynomial interpretation over the naturals
[minus (x1, x2) ] | = | 2 x1 + 2 x2 | |
[concat (x1, x2) ] | = | 2 x1 + x2 | |
[leaf] | = | 0 | |
[quot (x1, x2) ] | = | 0 | |
[0] | = | 0 | |
[app# (x1, x2) ] | = | x1 | |
[less_leaves (x1, x2) ] | = | 2 | |
[nil] | = | 0 | |
[shuffle (x1) ] | = | 2 x1 | |
[cons (x1, x2) ] | = | x1 + x2 | |
[reverse (x1) ] | = | x1 | |
[true] | = | 1 | |
[false] | = | 0 | |
[app (x1, x2) ] | = | x1 + x2 | |
[add (x1, x2) ] | = | 3 x1 + x2 + 2 | |
[s (x1) ] | = | 2 x1 | |
[f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
none |
All dependency pairs have been removed.
less_leaves#( cons( u , v ) , cons( w , z ) ) | → | less_leaves#( concat( u , v ) , concat( w , z ) ) |
Linear polynomial interpretation over the naturals
[concat (x1, x2) ] | = | 2 x1 + x2 | |
[minus (x1, x2) ] | = | 2 x1 + x2 | |
[leaf] | = | 0 | |
[quot (x1, x2) ] | = | 0 | |
[0] | = | 0 | |
[less_leaves (x1, x2) ] | = | 2 | |
[nil] | = | 0 | |
[cons (x1, x2) ] | = | 2 x1 + x2 + 1 | |
[shuffle (x1) ] | = | 1 | |
[reverse (x1) ] | = | 0 | |
[true] | = | 1 | |
[less_leaves# (x1, x2) ] | = | x1 | |
[false] | = | 1 | |
[app (x1, x2) ] | = | 2 x1 | |
[add (x1, x2) ] | = | 0 | |
[s (x1) ] | = | 2 x1 | |
[f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
none |
All dependency pairs have been removed.
concat#( cons( u , v ) , y ) | → | concat#( v , y ) |
Linear polynomial interpretation over the naturals
[minus (x1, x2) ] | = | x1 | |
[concat (x1, x2) ] | = | 2 x1 + x2 + 2 | |
[leaf] | = | 0 | |
[quot (x1, x2) ] | = | 2 x1 | |
[0] | = | 0 | |
[less_leaves (x1, x2) ] | = | 1 | |
[nil] | = | 0 | |
[cons (x1, x2) ] | = | 2 x1 + x2 + 3 | |
[shuffle (x1) ] | = | 1 | |
[reverse (x1) ] | = | 0 | |
[true] | = | 0 | |
[false] | = | 0 | |
[app (x1, x2) ] | = | 2 x1 | |
[add (x1, x2) ] | = | 0 | |
[concat# (x1, x2) ] | = | x1 | |
[s (x1) ] | = | 2 x1 | |
[f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
none |
All dependency pairs have been removed.