theorem
  x, y are_orthogonal implies x, - y are_orthogonal
proof
  assume x, y are_orthogonal;
  then - x .|. y = - 0;
  then x .|. (-y) = 0 by Th8;
  hence thesis;
end;
