YES
The TRS could be proven terminating. The proof took 1273 ms.
Problem 1 was processed with processor PolynomialLinearRange4iUR (898ms).
not#(and(x, y)) | → | not#(not(not(y))) | not#(and(x, y)) | → | not#(x) | |
not#(or(x, y)) | → | not#(not(not(x))) | not#(and(x, y)) | → | not#(not(not(x))) | |
not#(and(x, y)) | → | not#(not(y)) | not#(or(x, y)) | → | not#(x) | |
not#(or(x, y)) | → | not#(not(not(y))) | not#(or(x, y)) | → | not#(not(x)) | |
not#(and(x, y)) | → | not#(not(x)) | not#(and(x, y)) | → | not#(y) | |
not#(or(x, y)) | → | not#(y) | not#(or(x, y)) | → | not#(not(y)) |
not(not(x)) | → | x | not(or(x, y)) | → | and(not(not(not(x))), not(not(not(y)))) | |
not(and(x, y)) | → | or(not(not(not(x))), not(not(not(y)))) |
Termination of terms over the following signature is verified: not, or, and
not(or(x, y)) | → | and(not(not(not(x))), not(not(not(y)))) | not(and(x, y)) | → | or(not(not(not(x))), not(not(not(y)))) | |
not(not(x)) | → | x |
The following dependency pairs are strictly oriented by an ordering on the given polynomial interpretation, thus they are removed:
not#(and(x, y)) | → | not#(not(not(y))) | not#(and(x, y)) | → | not#(x) | |
not#(or(x, y)) | → | not#(not(not(x))) | not#(and(x, y)) | → | not#(not(not(x))) | |
not#(and(x, y)) | → | not#(not(y)) | not#(or(x, y)) | → | not#(not(not(y))) | |
not#(or(x, y)) | → | not#(x) | not#(and(x, y)) | → | not#(not(x)) | |
not#(or(x, y)) | → | not#(not(x)) | not#(and(x, y)) | → | not#(y) | |
not#(or(x, y)) | → | not#(y) | not#(or(x, y)) | → | not#(not(y)) |