find the smallest integer such that the equation :
has as unique solution .
Problem 1227
Official solution
To find the smallest integer such that the equation has as the unique solution, we need to ensure that for any non-zero integers , , , and , the equation does not hold.
1. **Check for :**
For , , and :
This equation holds for non-zero integers, so is not the solution.
2. **Check for :**
For , , and :
This equation holds for non-zero integers, so is not the solution.
3. **Check for :**
For :
This equation holds for non-zero integers, so is not the solution.
4. **Check for :**
We need to show that the only solution is . Suppose there exist non-zero integers , , , and such that:
By Fermat's theorem on sums of two squares, a number of the form cannot be expressed as the sum of three squares. Since is always of the form , it cannot be expressed as the sum of three non-zero squares. Therefore, the only solution is .
Thus, the smallest integer such that the equation has as the unique solution is .
The final answer is .