theorem Th8:
  (-x) .|. y = - x .|. y
proof
  (-x) .|. y = ((-1)*x) .|. y by RLVECT_1:16
    .= (-1) * x .|. y by Def2;
  hence thesis;
end;
