reserve x, r for Real;
reserve A for symmetrical Subset of COMPLEX;
reserve F,G for PartFunc of REAL, REAL;

theorem Th58:
  signum.0 = 0
proof
  signum.0 = sgn 0 by Def9
    .= 0 by ABSVALUE:def 2;
  hence thesis;
end;
