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