YES
0 QTRS
↳1 QTRSRRRProof (⇔, 0 ms)
↳2 QTRS
↳3 QTRSRRRProof (⇔, 0 ms)
↳4 QTRS
↳5 RisEmptyProof (⇔, 0 ms)
↳6 YES
not(x) → xor(x, true)
implies(x, y) → xor(and(x, y), xor(x, true))
or(x, y) → xor(and(x, y), xor(x, y))
=(x, y) → xor(x, xor(y, true))
With this ordering the following rules can be removed by the rule removal processor [LPAR04] because they are oriented strictly:
POL(=(x1, x2)) = 2 + x1 + x2
POL(and(x1, x2)) = x1 + x2
POL(implies(x1, x2)) = 1 + 2·x1 + 2·x2
POL(not(x1)) = 2·x1
POL(or(x1, x2)) = 1 + 2·x1 + 2·x2
POL(true) = 0
POL(xor(x1, x2)) = x1 + x2
implies(x, y) → xor(and(x, y), xor(x, true))
or(x, y) → xor(and(x, y), xor(x, y))
=(x, y) → xor(x, xor(y, true))
not(x) → xor(x, true)
true > not1 > xor2
true=1
not_1=1
xor_2=0
not(x) → xor(x, true)