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

theorem :: REAL_1'82
  (a / b) / (c / d) = (a * d) / (b * c) by Lm13;
