:: deftheorem QLTEx2Def defines QLT_Ex2 LATQUASI:def 7 :
for b1 being BinOp of {0,1,2} holds
( b1 = QLT_Ex2 iff for x, y being Element of {0,1,2} holds
( ( ( x = 1 or y = 1 ) implies b1 . (x,y) = 1 ) & ( x <> 1 & y <> 1 implies b1 . (x,y) = min (x,y) ) ) );