theorem
  x in X & y in X & [x,y] in O & [y,x] in O implies x = y
proof
  field O = X by Lm4;
  then O is_antisymmetric_in X by RELAT_2:def 12;
  hence thesis;
end;
