theorem Th60:
  2 to_power 2 = 4
proof
  thus 2 to_power 2 = 2^2 by Th46
    .= 4;
end;
