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

theorem :: REAL_2'57
  a / (1 / b) = a * b
proof
  thus a/(1/b)=a/b" by Lm4
    .=a*(1/b") by Lm14
    .=a*b by Lm16;
end;
