The rewrite relation of the following TRS is considered.
not(not(x)) | → | x | (1) |
not(or(x,y)) | → | and(not(not(not(x))),not(not(not(y)))) | (2) |
not(and(x,y)) | → | or(not(not(not(x))),not(not(not(y)))) | (3) |
not#(or(x,y)) | → | not#(not(x)) | (4) |
not#(or(x,y)) | → | not#(y) | (5) |
not#(and(x,y)) | → | not#(x) | (6) |
not#(and(x,y)) | → | not#(not(y)) | (7) |
not#(and(x,y)) | → | not#(y) | (8) |
not#(and(x,y)) | → | not#(not(not(x))) | (9) |
not#(and(x,y)) | → | not#(not(not(y))) | (10) |
not#(or(x,y)) | → | not#(not(y)) | (11) |
not#(or(x,y)) | → | not#(x) | (12) |
not#(or(x,y)) | → | not#(not(not(x))) | (13) |
not#(and(x,y)) | → | not#(not(x)) | (14) |
not#(or(x,y)) | → | not#(not(not(y))) | (15) |
The dependency pairs are split into 1 component.
not#(or(x,y)) | → | not#(not(not(y))) | (15) |
not#(and(x,y)) | → | not#(y) | (8) |
not#(and(x,y)) | → | not#(not(x)) | (14) |
not#(or(x,y)) | → | not#(not(not(x))) | (13) |
not#(or(x,y)) | → | not#(x) | (12) |
not#(and(x,y)) | → | not#(not(y)) | (7) |
not#(and(x,y)) | → | not#(x) | (6) |
not#(or(x,y)) | → | not#(y) | (5) |
not#(or(x,y)) | → | not#(not(y)) | (11) |
not#(and(x,y)) | → | not#(not(not(y))) | (10) |
not#(and(x,y)) | → | not#(not(not(x))) | (9) |
not#(or(x,y)) | → | not#(not(x)) | (4) |
[and(x1, x2)] | = | x1 + x2 + 1 |
[not#(x1)] | = | x1 + 0 |
[or(x1, x2)] | = | x1 + x2 + 1 |
[not(x1)] | = | x1 + 0 |
not(not(x)) | → | x | (1) |
not(and(x,y)) | → | or(not(not(not(x))),not(not(not(y)))) | (3) |
not(or(x,y)) | → | and(not(not(not(x))),not(not(not(y)))) | (2) |
not#(or(x,y)) | → | not#(not(not(y))) | (15) |
not#(and(x,y)) | → | not#(y) | (8) |
not#(and(x,y)) | → | not#(not(x)) | (14) |
not#(or(x,y)) | → | not#(not(not(x))) | (13) |
not#(or(x,y)) | → | not#(x) | (12) |
not#(and(x,y)) | → | not#(not(y)) | (7) |
not#(and(x,y)) | → | not#(x) | (6) |
not#(or(x,y)) | → | not#(y) | (5) |
not#(or(x,y)) | → | not#(not(y)) | (11) |
not#(and(x,y)) | → | not#(not(not(y))) | (10) |
not#(and(x,y)) | → | not#(not(not(x))) | (9) |
not#(or(x,y)) | → | not#(not(x)) | (4) |
The dependency pairs are split into 0 components.