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