Hi I have been working on this problem, and I don't understand the solution.
Here is the problem: If $a,b$ are positive integers and $ab\mid a^2+b^2$ then $a=b$.
Solution: Suppose there are pairs $(a,b)$ such that $a\neq b$. Assume (wlog) $a<b$. We will construct a sequence of infinitly many such pairs where at each step both coordinates decrease. By infinite descent we therefore will obtain a contradiction. Let $q=(a^2 + b^2)/(ab) \epsilon N$, so $b^2 - qa\cdot b + a^2 = 0$. By Vieta there is $b'$ with $b + b' = qa$ and $bb' = a^2$. We claim that $(b',a)$ constitutes a new pair with the desired properties:
- $b' \epsilon N$: obviously
- 1st coord. < 2nd coord: $b' = a^2/(b) < a\cdot b/(b) = a$
- both coordinates have decreased
So, repeatedly applying the transformation $(a,b)\mapsto (b',a)$ yields the desired contradiction.
I don't get what they mean by $\epsilon N$, and how they got to the steps with $b'$ and $b+b' = qa$, and $bb' = a^2$.