reserve a, b, c, d, e for Complex;

theorem :: REAL_2'58
  (-a) / b = a / (-b)
proof
  thus (-a)/b=-a/b by Lm17
    .=a/(-b) by Th188;
end;
