theorem Th15:
  for h being Element of INT.Group holds h" = -h
proof
  let h be Element of INT.Group;
  -h in INT by INT_1:def 2;
  then reconsider g=-h as Element of INT.Group;
  h * g =1_INT.Group by Th13;
  hence thesis by GROUP_1:12;
end;
