| minus#( s( X ) , s( Y ) ) | → | p#( minus( X , Y ) ) |
| minus#( s( X ) , s( Y ) ) | → | minus#( X , Y ) |
| div#( s( X ) , s( Y ) ) | → | div#( minus( X , Y ) , s( Y ) ) |
| div#( s( X ) , s( Y ) ) | → | minus#( X , Y ) |
The dependency pairs are split into 2 component(s).
| div#( s( X ) , s( Y ) ) | → | div#( minus( X , Y ) , s( Y ) ) |
Linear polynomial interpretation over the naturals
| [minus (x1, x2) ] | = | x1 | |
| [s (x1) ] | = | 2 x1 + 2 | |
| [0] | = | 0 | |
| [div# (x1, x2) ] | = | x1 | |
| [div (x1, x2) ] | = | x1 | |
| [p (x1) ] | = | 2 x1 + 2 | |
| [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 | |
| [s (x1) ] | = | 2 x1 + 2 | |
| [0] | = | 0 | |
| [minus# (x1, x2) ] | = | x1 | |
| [div (x1, x2) ] | = | x1 | |
| [p (x1) ] | = | 2 x1 + 2 | |
| [f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
| none |
All dependency pairs have been removed.