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