theorem
  2 to_power 4 = 16
proof
  thus 2 to_power 4 = 2 to_power (2+2) .= (2 to_power 2)*(2 to_power 2) by Th27
    .= 16 by Th60;
end;
