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

theorem :: REAL_2'33_3
  1 / a = b" implies a = b
proof
  1/a=1/b implies a=b by Th59;
  hence thesis by Lm4;
end;
