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