MAYBE MAYBE TRS: { or(x, x) -> x, and(x, x) -> x, not(or(x, y)) -> and(not(x), not(y)), not(and(x, y)) -> or(not(x), not(y)), not(not(x)) -> x } Fail