I've got stuck at these problem :
Prove that for any $x \geq 1$ and any $y \geq 1$ the following inequality is true: $$ {x}{\sqrt{y - 1}} + {y}{\sqrt{x - 1}} \leq xy. $$
The first thing that came into my mind was the AM-GM inequality (the extended version - I don't know if it has a specific name, other than mean inequality): $$ HM \leq GM \leq AM \leq SM $$ where $HM$, $GM$, $AM$, and $SM$ refer to the harmonic, geometric, arithmetic, and square mean, respectively.
I assume that's what I need to use, but I didn't get it right.
I would apreciate some hints.
Thanks!
With the current version of the problem again let $a^2 = x-1, b^2 = y-1$, then you want to show $$(a^2+1)b + (b^2+1)a \le (a^2+1)(b^2+1)$$ $$\iff (b^2+1-b)a^2-(b^2+1) \cdot a+(b^2+1-b) \ge 0$$ $$\iff a^2-\frac{b^2+1}{b^2+1-b} \cdot a+1 \ge 0$$ $$\iff \left(a-\frac{b^2+1}{2(b^2-b+1)} \right)^2+\frac{(b-1)^2(3b^2-2b+3)}{4(b^2-b+1)^2} \ge 0$$ which is obvious as $3b^2-2b+3 > 0$. Equality is possible iff $a=b=1 \implies x=y=2$.