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

theorem :: REAL_2'62_5
  b <> 0 implies a = a / (b * (1 / b))
proof
  assume
A1: b<>0;
  thus a=a/1 .=a/(b*(1/b)) by A1,Th106;
end;
