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

theorem :: SQUARE_1'16
  1 / (1 / a) = a
proof
  thus 1/(1/a) = (1*a) /1 by Lm2
    .= a;
end;
