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

theorem :: REAL_2'58_3
  (- a) / (- b) = a / b
proof
  -(-a)/b=a/b by Th190;
  hence thesis by Th188;
end;
