:: deftheorem Def12 defines less NOMIN_4:def 12 :
for A being set
for b2 being Function of [:A,A:],BOOLEAN holds
( b2 = less A iff for x, y being object st x in A & y in A holds
( ( x less_pred y implies b2 . (x,y) = TRUE ) & ( not x less_pred y implies b2 . (x,y) = FALSE ) ) );