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