theorem Th25:
  1 * h = h
proof
  thus 1 * h = ( 0 + 1) * h.= 0 * h+ h by Def7
    .= 0_G + h by Def7
    .= h by Def4;
end;
