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

theorem :: REAL_2'62_4
  b <> 0 implies a = a / (b / b)
proof
A1: a=a/1;
  assume b<>0;
  hence thesis by A1,Lm5;
end;
