theorem Th19:
  |(-p1, p2)| = -|(p1, p2)|
proof
  |(-p1, p2)| = |((-1)*p1, p2)|
    .= (-1)*|(p1, p2)| by Th17;
  hence thesis;
end;
