theorem Th27:
  -(-x + y) = x - y & -(-x + y) = x + -y
proof
  -(-x + y) = -(-x) - y by Th25
    .= x - y;
  hence thesis;
end;
