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