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

theorem :: REAL_2'80_3
  a / b * c = 1 / b * c * a
proof
  a/b*c = 1/b*a*c by Lm14;
  hence thesis;
end;
