Problem:
An integer is square-friendly if it has the following property: For every integer , the number is a perfect square. (A perfect square is a number of the form , where is an integer. For example, is a perfect square while is not a perfect square. Further, as an example, is not square-friendly because for , we have , and is not a perfect square.)
In fact, exactly one square-friendly integer exists. Show that this is the case by doing the following:
a. Find a square-friendly integer, and prove that it is square-friendly.
b. Prove that there cannot be two different square-friendly integers.