theorem Th26:
  h |^ 2 = h * h
proof
  thus h |^ 2 = h |^ (1 + 1) .= h |^ 1 * h by Def7
    .= h * h by Th25;
end;
