theorem Th13:
  1_INT.Group = 0
proof
  reconsider e = 0 as Element of INT.Group by INT_1:def 2;
  for h being Element of INT.Group holds h * e = h & e * h = h;
  hence thesis by GROUP_1:4;
end;
