YES TRS: and(not(not(x)),y,not(z)) -> and(y,band(x,z),x) max/plus interpretations on N: and_A(x1,x2,x3) = max{0, -1, 0, 0} and#_A(x1,x2,x3) = max{1, x1, 3 + x2, 2} not_A(x1) = max{5, 5} not#_A(x1) = max{0, 0} band_A(x1,x2) = max{1, -3, -3} band#_A(x1,x2) = max{0, 0, 4} precedence: and > not = band