theorem Th10:
  (-x) .|. (-y) = x .|. y
proof
  (-x) .|. (-y) = - x .|. (-y) by Th8
    .= - ( - x .|. y ) by Th8;
  hence thesis;
end;
