implies#( false , y ) | → | not#( false ) |
implies#( x , false ) | → | not#( x ) |
implies#( not( x ) , not( y ) ) | → | implies#( y , and( x , y ) ) |
implies#( not( x ) , not( y ) ) | → | and#( x , y ) |
The dependency pairs are split into 1 component(s).
implies#( not( x ) , not( y ) ) | → | implies#( y , and( x , y ) ) |
Linear polynomial interpretation over the naturals
[implies# (x1, x2) ] | = | 3 x1 + 2 x2 | |
[and (x1, x2) ] | = | x1 + 3 | |
[false] | = | 2 | |
[implies (x1, x2) ] | = | 3 x1 + 2 x2 + 3 | |
[not (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.