For positive integers $a$ and $b$, we know $\dfrac{a+1}{b} + \dfrac{b+1}{a}$ is also a positive integer. Prove that $\gcd(a,b) \le \sqrt{a+b}$.
Using Bézout's lemma, we know that $\gcd(a, b) = sa + tb$. I want to prove that $(sa+tb)^2 \le a+b$. We know $ab\,|\,a(a+1) + b(b+1)$.
Therefore, $(sa + tb)^2 \le (sa)^2 + (tb)^2 + 2st(a(a+1)+b(b+1))$.
I'm not sure how can continue from here. Any ideas to continue, or for a better way to prove the statement?
Thanks in advance.